VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Nov 2025
    Location
    Unites States of America
    Search Comp PM
    Hello!, I'm currently trying to restore these old episodes from an anime series and the only issue I can't fix is the aliasing.
    (Take a look at the background)
    Image
    [Attachment 93031 - Click to enlarge]

    I can't seem to find a good antialiasing script that fully fixes that issue.
    Can anyone help me out here? Thank you!
    Note: The native resolution of the source is 960x540 and to resize is by using descale
    Code:
    debicubic(c=1, 960, 540)
    (Another Note: I'm an AviSynth user)
    SAMPLE FILE:https://drive.google.com/file/d/1kQSrx1-LQ7s_tavuYq7QOrzJ_3CNHBlc/view?usp=sharing
    Last edited by themon-master; 13th Jul 2026 at 13:25. Reason: Forgot the sample file lol
    Quote Quote  
  2. I recall quite decent results with tricks like this: https://forum.doom9.org/showpost.php?p=1560075&postcount=3 also pixelresize algorithms works decently with trick like this https://forum.videohelp.com/threads/377096-Good-antialiasing-in-avisynth#post2433948 - checked also my old scripts and perhaps something like this will work for you:
    Code:
    X9=Yadif(TurnLeft(VV),2,0)
    YY9=Yadif(TurnLeft(VV),2,1)
    VV9=TurnRight(Merge(XX9,YY9,0.5))
    Realized that this is same code as in first link so
    Code:
    Merge(Yadif(2,0),Yadif(2,1),0.5)
    but you can try to rotate and combine both
    Quote Quote  
  3. Only Avisynth,.. if ml-based filters are an option using something likeI doubt conventional filtering will so something like the images below.
    (Actually showing separated cables in the middle. I didn't use AviSynth for those images, but some of the ml-models should produce similar outputs)

    Cu Selur
    Image Attached Thumbnails Click image for larger version

Name:	original.png
Views:	9
Size:	2.61 MB
ID:	93049  

    Click image for larger version

Name:	filtered.png
Views:	12
Size:	2.02 MB
ID:	93050  

    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!