droolian01
12th January 2004, 19:46
Hi there
just encoded the first part of a series i am capturing off tv, and the first part caused no problems. Used the same avs script but changed the source files (as usual practice) i can preview in vdubmod and do all the usual stuff but when i actually click the 'compression' tab the program just closes - no acces violation report just 'poof' gone. This happens with all vdub mod versions i have and also with plain vanilla virtualdub!!!
I must have seriously messed my pc somewhere, hope anyone has any ideas or that dreaded reformat day is getting closer than i need right now
cheers
droolian
p.s. heres the script (if this is any use)
loadplugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
MPEG2source("aufpet2d2v.d2v",cpu=4).LumaFilter()
#video=MPEG2source("aufpet2d2v.d2v",cpu=4).LumaFilter()
#audio=wavsource("aufpet2-wav-raw.wav")
#AudioDub(video, audio)
Trim(7966 , 94646)
crop(12,8,696,560)
telecide(blend=false)
LanczosResize(624,352)
just encoded the first part of a series i am capturing off tv, and the first part caused no problems. Used the same avs script but changed the source files (as usual practice) i can preview in vdubmod and do all the usual stuff but when i actually click the 'compression' tab the program just closes - no acces violation report just 'poof' gone. This happens with all vdub mod versions i have and also with plain vanilla virtualdub!!!
I must have seriously messed my pc somewhere, hope anyone has any ideas or that dreaded reformat day is getting closer than i need right now
cheers
droolian
p.s. heres the script (if this is any use)
loadplugin("C:\Program Files\AviSynth 2.5\plugins\decomb.dll")
MPEG2source("aufpet2d2v.d2v",cpu=4).LumaFilter()
#video=MPEG2source("aufpet2d2v.d2v",cpu=4).LumaFilter()
#audio=wavsource("aufpet2-wav-raw.wav")
#AudioDub(video, audio)
Trim(7966 , 94646)
crop(12,8,696,560)
telecide(blend=false)
LanczosResize(624,352)