I wrote this script:
(I used D2VSource in my actual script after demuxing the video and using DGIndex.)Code:FFmpegSource2("INXS - Bitter Tears.mkv") AssumeTFF() TFM(slow=2, pp=7, clip2=QTGMC(fpsdivisor=2)) TDecimate()
The problem is that there is some obvious ghosting left behind. Any way to improve this?
+ Reply to Thread
Results 1 to 3 of 3
-
-
That's a PAL to NTSC conversion with field blending. You need to double rate deinterlace and SRestore to remove the blending.
Code:QTGMC() SRestore()
Last edited by jagabo; 21st Oct 2022 at 13:00. Reason: added sample video
Similar Threads
-
What is the best way to deinterlace this clip using Avisynth?
By elektro in forum Newbie / General discussionsReplies: 6Last Post: 2nd Oct 2022, 10:44 -
Issue with h264 deinterlace in Avisynth
By mrwhitethc in forum Video ConversionReplies: 5Last Post: 14th Nov 2021, 10:50 -
How to deinterlace this video properly?
By coolgit in forum RestorationReplies: 5Last Post: 24th Sep 2021, 14:22 -
VLC can't bob-deinterlace video from Blu-ray properly. What's going on?
By AVR2 in forum Software PlayingReplies: 11Last Post: 26th Jul 2021, 18:17 -
Don't know how to properly deinterlace and clean SD video
By memo90061 in forum RestorationReplies: 3Last Post: 1st Jul 2020, 16:23