Piper
18th July 2003, 14:35
Recently I've started encoutering AVS read errors when running multiple jobs in VirtualDub 1.5.4. It will always do the first job correctly but fails after starting another job. Somtimes it'll fail on the first, sometimes the second.
I'm using my own VBLE compressed 640x480 VDub capture source. Before setting up the jobs, I do basic editing and save the processing settings.
I've tried compressing with the new VCM and the various DivX 5.0.5's, all produce the same result. My #1 suspicion is the VBLE codec. #2 is VDub itself.
In either case, here's my script. I'm using AVISynth 2.5.2.
AVISource("C:\capture.avi")
Limiter()
SeparateFields()
Convolution3D(preset="movieHQ")
Weave()
FieldDeinterlace(blend=true,dthreshold=4,threshold=8)
BicublinResize(352,480)
UnDot()
Is anyone else experiencing similar issues? When running multiple passes, this gets to be a real pain.
I'm using my own VBLE compressed 640x480 VDub capture source. Before setting up the jobs, I do basic editing and save the processing settings.
I've tried compressing with the new VCM and the various DivX 5.0.5's, all produce the same result. My #1 suspicion is the VBLE codec. #2 is VDub itself.
In either case, here's my script. I'm using AVISynth 2.5.2.
AVISource("C:\capture.avi")
Limiter()
SeparateFields()
Convolution3D(preset="movieHQ")
Weave()
FieldDeinterlace(blend=true,dthreshold=4,threshold=8)
BicublinResize(352,480)
UnDot()
Is anyone else experiencing similar issues? When running multiple passes, this gets to be a real pain.