dilly
21st August 2003, 21:24
I'm stumped, I cannot figure it out. I'm posting here because I don't know how friendly the virtualdub/avisynth/xvid forums would be to an outsider like me ;)
I've been doing captures for a good six months, and for the last two I've endured this error numerous times.
When finished encoding an AVS file to a XviD-1st-pass .avi, VirtualDub (using the P4 version) likes to go to 0.0fps, and just count time forever. I must terminate the job, then VirtualDub crashes. If I do it from job control, the job will finish and VDub vanishes. Output files are usable but this prevents me from being able to do batch encodes, I must manually stop them every time.
Example avs script:
LoadPlugin("LoadPluginEx2.dll")
LoadPlugin("Decomb.dll")
LoadPlugin("DustV5.dll")
AviSource("d:\bleh.avi")
Trim(2280,12362)
Telecide()
Decimate(cycle=5)
PixieDust(5)
BicubicResize(512,384)
ColorYUY2(levels="TV->PC")
I've tried taking things out of the script, running it bare-bones, but the problem still occurs. What's funny about it is that if I encode to a huffyUV file (pointless, but faster than xvid for sample-tests) it doesn't happen. Nothing short of taking avisynth out entirely helps it to work with XviD. To add insult to injury, I formatted about a month ago for some unrelated reasons, thinking this would solve all my problems, but alas it still exists even with fresh copies of everything.
Anyone that can help?
I've been doing captures for a good six months, and for the last two I've endured this error numerous times.
When finished encoding an AVS file to a XviD-1st-pass .avi, VirtualDub (using the P4 version) likes to go to 0.0fps, and just count time forever. I must terminate the job, then VirtualDub crashes. If I do it from job control, the job will finish and VDub vanishes. Output files are usable but this prevents me from being able to do batch encodes, I must manually stop them every time.
Example avs script:
LoadPlugin("LoadPluginEx2.dll")
LoadPlugin("Decomb.dll")
LoadPlugin("DustV5.dll")
AviSource("d:\bleh.avi")
Trim(2280,12362)
Telecide()
Decimate(cycle=5)
PixieDust(5)
BicubicResize(512,384)
ColorYUY2(levels="TV->PC")
I've tried taking things out of the script, running it bare-bones, but the problem still occurs. What's funny about it is that if I encode to a huffyUV file (pointless, but faster than xvid for sample-tests) it doesn't happen. Nothing short of taking avisynth out entirely helps it to work with XviD. To add insult to injury, I formatted about a month ago for some unrelated reasons, thinking this would solve all my problems, but alas it still exists even with fresh copies of everything.
Anyone that can help?