From DVD2AVI my video is interlaced.
I'm using this script :
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\SmoothDeinterlacer.dll")
MPEG2Source("F:\Trassa60\Trassa60.d2v")
SmoothDeinterlace(doublerate=true)
LanczosResize(720,480)
ChangeFPS(59.94) # or ConvertFPS(59.94)
SeparateFields()
SelectEvery(4,1,2)
Weave()
ConvertToRGB()
But TMPGEnc gives a message :
unrecognaized exeption! Line 4
Help please.
Thank you
+ Reply to Thread
Results 1 to 3 of 3