Using Avisynth. I tried with QTGMC but there are still noticeable artifacts. Maybe there are some tricks to make the video smooth.
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by elektro; 14th Aug 2023 at 07:23.
-
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)
Last edited by jagabo; 14th Aug 2023 at 18:06.
Similar Threads
-
Repair bad de-interlacing on a progressive video?
By Strift in forum Capturing and VCRReplies: 22Last Post: 30th Aug 2024, 15:26 -
AviSynth QTGMC to fix interlacing artifacts on progressive video.
By Sandfly in forum RestorationReplies: 22Last Post: 9th May 2023, 20:40 -
How to fix this progressive video with terrible interlacing artifacts?
By elektro in forum Newbie / General discussionsReplies: 4Last Post: 30th Apr 2023, 15:27 -
[HELP] The Shark Hunter - vary bad source - fix artifacts + impaintdelogo
By maudit in forum EditingReplies: 13Last Post: 10th Dec 2022, 02:29 -
Best way to fix these interlacing artifacts from progressive source?
By sebastiaaan in forum RestorationReplies: 13Last Post: 9th Jul 2021, 20:35