I have a bunch of 29.97 WMV I want to convert to PAL SVCD. Here's the AviSynth script I'm using so far:
That's working good so far but it does nothing about the required IVTC. I can just tell TMPGEnc to create a 25fps output which it does, but it does it by just dropping a chunk of frames every so often to catch up. The end result plays but you get a jump every now and then when TMPGEnc has dumped frames.Code:LoadPlugin("C:\Program Files\AutoGK\DGMPGDec\DGDecode.dll") # LoadPlugin("C:\Program Files\AutoGK\AviSynth\plugins\Decomb521.dll") DirectShowsource("C:\Documents and Settings\Temp\Encoding\filename.wmv") # Crop(0,4,-0,-4) Lanczos4Resize(448,538)
How do I perform a high quality IVTC on the WMV with AviSynth to feed into TMPGEnc?
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
Avisynth manual IVTC trouble
By LoopinFool in forum RestorationReplies: 27Last Post: 16th Apr 2020, 13:42 -
AviSynth or GPU based deinterlacing / IVTC
By topsyturvy in forum Video ConversionReplies: 2Last Post: 7th May 2011, 09:07 -
IVTC and AR halfD1 questions, converting to xvid
By spiritgumm in forum Video ConversionReplies: 54Last Post: 13th Sep 2010, 09:53 -
IVTC Program on Mac like Avisynth??
By kmxe in forum MacReplies: 0Last Post: 18th Mar 2010, 17:03 -
Avisynth IVTC and fps
By snidwar in forum Video ConversionReplies: 5Last Post: 27th Sep 2008, 22:11