There's a 6 second long, 4 megabyte size sample attached.
So far I tried yadif and qtgmc for deinterlacing and tfm(order=0).tdecimate() and I get nice output, but there's blends on movement scenes.
srestore(23.976) or 24/25 gives skips.
Here's a result (look at the arm):
This is the result of:
I also just noticed it has skips. No skips with Yadifmod2(order=1) tho.Code:QTGMC(Preset="Slow") SelectEven() tfm(order=0).tdecimate()
+ Reply to Thread
Results 1 to 3 of 3
-
-
Ha, looks like I solved it with srestore and yadif. Pretty sure I was getting skips with just srestore with no deinterlacers.
Anyway with default srestore and yadif I was actually getting duplicate frames, but adding mode=1 to yadif solves everything.
Final script
Code:Yadifmod2(order=1,mode=1) srestore(23.976)
-
mode=1 is double frame rate: 29.97 fps interlaced to 59.94 fps progressive, like QTGMC at default settings. You (almost) always want to do that for use with SRestore(). QTGMC + SRestore should give cleaner results.
Last edited by jagabo; 15th Aug 2018 at 12:14.
Similar Threads
-
PAL to NTSC with avisynth - blended frames
By nesburf in forum Video ConversionReplies: 7Last Post: 27th Dec 2017, 23:21 -
NTSC blended
By xuguang_he in forum RestorationReplies: 3Last Post: 16th Dec 2015, 12:46 -
Removing Blended frames, then putting unblended duplicates back in??
By killerteengohan in forum RestorationReplies: 17Last Post: 16th Oct 2015, 03:37 -
NTSC interlaced dvd (29,976 fps) to progressive (23,976 fps) ?
By kalemvar1 in forum Video ConversionReplies: 2Last Post: 6th Aug 2015, 19:25 -
DVD Styler Creating Blended Frames
By Rugratskid in forum Authoring (DVD)Replies: 2Last Post: 12th Feb 2015, 19:26