PDA

View Full Version : 2.08 Beta VirtualDub Error - FastWriteStream: couldn't open [file]: The process...


dchandler
11th May 2005, 15:34
The first time after updating from 2.07 to 2.08 I received a VirtualDub error when I tried to use AGK. (See attached file.) Any ideas? I completely uninstalled and reinstalled, but got the same error. Any thoughts? Here is my log if it helps...

[5/11/2005 8:17:40 AM] AutoGK 2.08b
[5/11/2005 8:17:40 AM] OS: WinXP (5.1.2600).2
[5/11/2005 8:17:40 AM] Job started.
[5/11/2005 8:17:40 AM] Input dir: C:\FLASHPOINT\VIDEO_TS
[5/11/2005 8:17:40 AM] Output file: C:\FLASHPOINT\VIDEO_TS\Flashpoint (XviD).avi
[5/11/2005 8:17:40 AM] Output codec: XviD
[5/11/2005 8:17:40 AM] Audio1: English AC3 2ch
[5/11/2005 8:17:40 AM] Subtitles: none
[5/11/2005 8:17:40 AM] Format: .AVI
[5/11/2005 8:17:40 AM] Target size: 746Mb
[5/11/2005 8:17:40 AM] Custom resolution settings: fixed width of 640 pixels
[5/11/2005 8:17:40 AM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[5/11/2005 8:17:40 AM] Started encoding.
[5/11/2005 8:17:40 AM] Demuxing and indexing.
[5/11/2005 8:23:58 AM] Processing file: C:\FLASHPOINT\VIDEO_TS\VTS_01_1.VOB
[5/11/2005 8:23:58 AM] Processing file: C:\FLASHPOINT\VIDEO_TS\VTS_01_2.VOB
[5/11/2005 8:23:58 AM] Processing file: C:\FLASHPOINT\VIDEO_TS\VTS_01_3.VOB
[5/11/2005 8:23:58 AM] Processing file: C:\FLASHPOINT\VIDEO_TS\VTS_01_4.VOB
[5/11/2005 8:23:58 AM] Source aspect ratio: 4:3
[5/11/2005 8:23:58 AM] Source resolution: 704x480
[5/11/2005 8:23:58 AM] Found NTSC source.
[5/11/2005 8:23:58 AM] Analyzing source.
[5/11/2005 8:31:33 AM] Source has percentage of interlacing in motion areas: 60.50
[5/11/2005 8:31:33 AM] Source has percentage of telecined patterns: 2.81
[5/11/2005 8:31:33 AM] Source has percentage of progressive patterns: 25.23
[5/11/2005 8:31:33 AM] Source has percentage of interlaced patterns: 71.96
[5/11/2005 8:31:33 AM] Source is considered to be interlaced.
[5/11/2005 8:31:33 AM] Output will contain 200452 frames
[5/11/2005 8:31:34 AM] Decoding audio.
[5/11/2005 8:36:44 AM] Normalizing audio.
[5/11/2005 8:48:04 AM] Encoding audio.
[5/11/2005 8:57:21 AM] Audio1 size: 109,289,040 bytes (104.23 Mb)
[5/11/2005 8:57:21 AM] Overhead: 8,018,048 bytes (7.65 Mb)
[5/11/2005 8:57:21 AM] Video size: 664,930,608 bytes (634.13 Mb)
[5/11/2005 8:57:21 AM] Running compressibility test.
[5/11/2005 8:57:21 AM] Writing the following script to C:\FLASHPOINT\VIDEO_TS\agk_tmp\Flashpoint (XviD)_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")

movie = mpeg2source("C:\FLASHPOINT\VIDEO_TS\agk_tmp\Flashpoint (XviD).d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.909090909090909
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
KernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
SelectRangeEvery(300,15)
===========================================================
[5/11/2005 9:16:43 AM] Duration was: 19 minutes 20 seconds
[5/11/2005 9:16:43 AM] Speed was: 8.63 fps.
[5/11/2005 9:16:43 AM] Compressibility percentage is: 23.54
[5/11/2005 9:16:43 AM] Using softer resizer.
[5/11/2005 9:16:43 AM] Chosen resolution is: 640x480 ( AR: 1.33 )
[5/11/2005 9:16:43 AM] Predicted comptest value is: 24.42
[5/11/2005 9:16:43 AM] Running first pass.
[5/11/2005 9:16:43 AM] Writing the following script to C:\FLASHPOINT\VIDEO_TS\agk_tmp\Flashpoint (XviD)_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")

movie = mpeg2source("C:\FLASHPOINT\VIDEO_TS\agk_tmp\Flashpoint (XviD).d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 0.909090909090909
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 640
out_height = round(float(out_width) / input_par)
hmod = out_height - (floor(out_height / 16 ) * 16)
out_height = (hmod > 4) ? (out_height + (16 - hmod)) : (out_height - hmod)
new_aspect = (float(out_width) / float(out_height)) / fixed_aspect
KernelDeInt(movie,order=1,sharp=true)
autocrop(mode=0,wmultof=4,hmultof=4,samples=10,aspect=new_aspect,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
===========================================================
[5/11/2005 9:29:49 AM] Duration was: 13 minutes 5 seconds
[5/11/2005 9:29:49 AM] Speed was: 255.16 fps.
*************************************
EXCEPTION: Number of frames is very different from expected. Found only 0 frames.
*************************************
[5/11/2005 9:29:49 AM] Job finished. Total time: 1 hour, 12 minutes 9 seconds

dchandler
11th May 2005, 15:46
Sorry. Didn't realize answer was here:

Doom9's Forum > Capturing and Editing Video > VirtualDub & VDubMod > VirtualDubMod and Symantec Corporate AntiVirus 10.0.0.359 problem