I'm trying to backup a foreign made-for-TV movie/series DVD (Chinese/HK). The source material is 29.976fps, NTSC, interlaced. I ran the DVD2AVI-created .d2v file in TMPG to preview and found that in high action/motion scenes, that most, if not all, of the frames were 'combed'..
I've only encountered one other interlaced video where preview revealed that for every 3 progressive frames, there were 2 interlaced/combed frames and therefore, applied the following script:
telecide(order=1,guide=1).decimate(5)
But since 'all' frames during high action/motion scenes were 'combed', what should my 'telecide' line in my Avisynth script be?
mpeg2source("c:\path to .d2v")
lanczosresize(720,480)
assumefps(23.976)
telecide(order=?,guide=?).decimate(??)
or can i go directly to 29.976fps:
mpeg2source("c:\path to .d2v")
lanczosresize(720,480)
assumefps(29.976)
?? Thanks.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
How To deinterlace IVTC ntsc promo only music video
By jamespoo in forum Video ConversionReplies: 14Last Post: 24th Mar 2011, 16:12 -
Audio missing when opening an Avisynth script in WMP & VirtualDubMOD
By aln688 in forum Video ConversionReplies: 3Last Post: 2nd Apr 2010, 05:09 -
MVTools & AVISynth script question with FFDShow
By Gnodab03 in forum Software PlayingReplies: 7Last Post: 8th Jan 2010, 19:05 -
Question Re IVTC, DGIndex & NTSC Source
By onesikgypo in forum Video ConversionReplies: 7Last Post: 18th Aug 2009, 03:58 -
Converting 30fps Progressive to 25fps interlaced ? (Avisynth & VDub)
By blewyn in forum Video ConversionReplies: 6Last Post: 12th Jun 2008, 17:51