frubsen
14th December 2006, 05:07
hey everyone
having a problem with virtualdub and vdubmod.
trying to encode a hdtv stream to xvid. using avisynth to frameserve.
avs file looks as follows
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\decomb521.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\simpleresize.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
mpeg2source("606.d2v")
Telecide(order=1,guide=1,post=2,vthresh=30)
Decimate()
UnDot()
cropbottom(8)
simpleresize(624,352)
after the first pass, vdub(mod) crashes. if i re open the program, i can run the second pass, but any idea as to why it crashes between passes?
having a problem with virtualdub and vdubmod.
trying to encode a hdtv stream to xvid. using avisynth to frameserve.
avs file looks as follows
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\decomb521.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\simpleresize.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
mpeg2source("606.d2v")
Telecide(order=1,guide=1,post=2,vthresh=30)
Decimate()
UnDot()
cropbottom(8)
simpleresize(624,352)
after the first pass, vdub(mod) crashes. if i re open the program, i can run the second pass, but any idea as to why it crashes between passes?