View Single Post
Old 18th February 2009, 22:27   #716  |  Link
carlmart
Carlos Martinez
 
Join Date: Aug 2005
Posts: 288
More comings and goings.

I am using the following script for a conversion:

LoadCplugin("C:\video\AviSynth 2.58\plugins\Yadif.dll")
Video = Video.Yadif(Mode=1,Order=1)
Video = Video.Tweak(Sat=1.1)
Video = Video.ConvertToYV12
Video = Video.Lanczos4Resize(720,480,0,66,0,-66)

Differently from others I tried, this one showed no errors.

The Preview plays very well and better than the original. But the resultant file, which should be 104 minutes long came out 260 minutes long.

What might be happening?
carlmart is offline   Reply With Quote