Am encoding an Interlaced source, NTSC, 29.97 fps. Have made avi. with DVD2AVI and ecoding with TMPGEnc. When I use the .avs script from Fit CD, the result shows interlace artifacts, even when also running the deinterlace filter in Tmpgenc. If I do not use the script, then it seems to be able to do the deinterlacing okay. What's going on?
Script from Fit Cd is below:
LoadPlugin("C:\VideoApp\DVD2SVCD\MPEG2Dec\MPEG2DEC 2.dll")
Mpeg2Source("G:\Eliz\Eliz.d2v")
BilinearResize(448,350,14,0,692,480)
AddBorders(16,65,16,65)
|