VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Is there any way to reduce the jaggy edges for this poorly deinterlaced, heavily compressed and upscaled to 540p video?
    Image Attached Files
    Quote Quote  
  2. Probably, not worth it, but one could crop the bottom, resize to 640x480, throw QTGMC(InputType=3) and Sangnom at it,...
    script
    Basic idea is to downscale, filter, upscale.
    (in general, using that output and mixing it with the input using an edge mask might help to keep some more details, but there the source already hasn't that much details,..)
    Image Attached Files
    Last edited by Selur; 26th Jun 2025 at 13:41.
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  3. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Here's my attempt with AVISynth.

    Code:
    ffms2("H:\Videohelp\Perrymason\Sample 1 minute.mkv")
    ConvertToYV16()
    spline64resize(640,480)
    QTGMC(InputType=3)
    SangNom2(order=1, aa=48, aac=0, dh=false, luma=true, chroma=false, opt=-1)
    spline64resize(852,480)
    Image Attached Files
    Quote Quote  
  4. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    The MKV's got a crazy framerate.
    Quote Quote  



Similar Threads

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