VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Member
    Join Date
    May 2011
    Location
    Sweden
    Search PM
    Using Avisynth. I tried with QTGMC but there are still noticeable artifacts. Maybe there are some tricks to make the video smooth.
    Last edited by elektro; 14th Aug 2023 at 07:23.
    Quote Quote  
  2. The combination of interlaced video being encoded progressive, and insufficient bitrate, has caused the two fields to contaminate each other. Following QTGMC with a strong motion compensated temporal filter like SMDegrain will help a little. And maybe a downscale too.

    Code:
    LWLibavVideoSource("Carly.mp4", cache=false, prefer_hw=2, fpsnum=30000, fpsden=1001) 
    AssumeTFF()
    ColorYUV(off_y=-12)
    QTGMC()
    aWarpSharp2(depth=10)
    Spline36Resize(1280, 720)
    SMDegrain(thsad=1000, tr=1, PreFilter=4)
    prefetch(12)
    Mostly bearable:
    Image Attached Files
    Last edited by jagabo; 14th Aug 2023 at 18:06.
    Quote Quote  



Similar Threads

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