ssaga
8th December 2003, 18:52
Another weird problem with v2.53...:(
I used a script (which is used for most of the else DVDs I owned with v2.52) to encode my DVD, but this time I got a Source Image Format not Supported error message in VirtualDub when I tried to encode it with fast recompress. So I cut the script into the following ones, but still got the same message...
loadplugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3dg.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\Decomb510.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\kerneldeint140.dll")
clip=mpeg2source(".\DVD.d2v")
clip=crop(clip,8,0,-8,-0)
clip=bicubicresize(clip,640,480,0,0.5)
return clip
P.S. With Full Process Mode, the message disappears.
I used a script (which is used for most of the else DVDs I owned with v2.52) to encode my DVD, but this time I got a Source Image Format not Supported error message in VirtualDub when I tried to encode it with fast recompress. So I cut the script into the following ones, but still got the same message...
loadplugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3dg.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\Decomb510.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\kerneldeint140.dll")
clip=mpeg2source(".\DVD.d2v")
clip=crop(clip,8,0,-8,-0)
clip=bicubicresize(clip,640,480,0,0.5)
return clip
P.S. With Full Process Mode, the message disappears.