Styles2304
24th September 2005, 06:07
I can't remember the exact wording but after about 2 hours of processing the .vob files with AutoGK it gives me an error that says something along the lines of "Error, Could not open (dvdname).avi. Process is being used by other process.
I thought it was weird that it said process twice. Does anyone know how I fix this? Also, I've been using this program VERY successfully for awhile now. I recently bought a new hard drive and re-installed all my dvd back up stuff. This error only started happening then.
Thanks in advance for any help I get.
zacoz
24th September 2005, 12:05
Welcome to the forum Styles. To receive the most accurate answer to your problem, it may be beneficial to also be able to see exactly where in the processing this has occurred. Could you please post your log file - enclose it in CODE tags.
Also, had you viewed / opened any of the files in the temporary directory (agk_tmp) during the processing - as this may explain the issue ?
Styles2304
24th September 2005, 15:26
[9/23/2005 5:39:37 PM] AutoGK 1.96
[9/23/2005 5:39:37 PM] OS: WinXP (5.1.2600).2
[9/23/2005 5:39:37 PM] Job started.
[9/23/2005 5:39:37 PM] Input file: VTS_01_1.VOB
[9/23/2005 5:39:37 PM] Output file: C:\HGG0NND1\HitchHiker's Guide to the Galaxy.avi
[9/23/2005 5:39:37 PM] Audio: Audio Stream 0
[9/23/2005 5:39:37 PM] Subtitles: none
[9/23/2005 5:39:37 PM] Codec: XviD
[9/23/2005 5:39:37 PM] Target size: 1400Mb
[9/23/2005 5:39:37 PM] Started encoding.
[9/23/2005 5:39:37 PM] Demuxing and indexing.
[9/23/2005 5:41:01 PM] Processing file: C:\HGG0NND1\VTS_01_1.VOB
[9/23/2005 5:41:01 PM] Processing file: C:\HGG0NND1\VTS_01_2.VOB
[9/23/2005 5:41:01 PM] Processing file: C:\HGG0NND1\VTS_01_3.VOB
[9/23/2005 5:41:01 PM] Processing file: C:\HGG0NND1\VTS_01_4.VOB
[9/23/2005 5:41:01 PM] Source aspect ratio: 16:9
[9/23/2005 5:41:01 PM] Source resolution: 720x480
[9/23/2005 5:41:01 PM] Found NTSC source.
[9/23/2005 5:41:01 PM] Source seems to be pure FILM.
[9/23/2005 5:41:01 PM] Output will contain 156500 frames
[9/23/2005 5:41:01 PM] Audio size: 365,499,904 bytes (348.57 Mb)
[9/23/2005 5:41:01 PM] Overhead: 1,087,872 bytes (1.04 Mb)
[9/23/2005 5:41:01 PM] Video size: 1,101,418,624 bytes (1050.39 Mb)
[9/23/2005 5:41:01 PM] Running compressibility test.
[9/23/2005 5:41:01 PM] Writing the following script to C:\HGG0NND1\agk_tmp\HitchHiker's Guide to the Galaxy_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")
movie = mpeg2source("C:\HGG0NND1\agk_tmp\HitchHiker's Guide to the Galaxy.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 = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
out_width = 704
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
autocrop(movie,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)
===========================================================
[9/23/2005 5:46:32 PM] Duration was: 5 minutes 30 seconds
[9/23/2005 5:46:32 PM] Speed was: 23.68 fps.
[9/23/2005 5:46:32 PM] Compressibility percentage is: 58.98
[9/23/2005 5:46:32 PM] Chosen resolution is: 640x272 ( AR: 2.35 )
[9/23/2005 5:46:32 PM] Predicted comptest value is: 72.51
[9/23/2005 5:46:32 PM] Running first pass.
[9/23/2005 5:46:32 PM] Writing the following script to C:\HGG0NND1\agk_tmp\HitchHiker's Guide to the Galaxy_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")
movie = mpeg2source("C:\HGG0NND1\agk_tmp\HitchHiker's Guide to the Galaxy.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 = 1.18518518518519
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
input_par = input_par > 1.4 ? input_par : (4.0/3.0)
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
autocrop(movie,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)
===========================================================
[9/23/2005 9:51:17 PM] Duration was: 4 hours 4 minutes 44 seconds
[9/23/2005 9:51:17 PM] Speed was: 10.66 fps.
*************************************
EXCEPTION: Number of frames is very different from expected. Found only 0 frames.
*************************************
[9/23/2005 9:51:17 PM] Job finished. Total time: 4 hours 11 minutes 39 seconds
No, I haven't opened anything during the process. Usually, I turn on AutoGK and then just leave while it runs the jobs I have setup.
zacoz
25th September 2005, 06:14
I note that your input file is VTS_01_1.VOB. Whenever I've processed DVD's - whether ripped in File or IFO mode in DVD-Decrypter the log always shows VTS_01_0.IFO as the input file (corresponding to the one I chose when setting up the process).
I'm only a beginner with AGK - only used it since 2.16 beta, and never used the stable 1.96 version you are using so that may explain the difference.
If you decide to try it with chosing the IFO as the input (assuming you're not already), you may need to temporarily rename the VTS_01_0.VOB as I believe that earlier versions (incl stable 1.96) don't ignore the menu vob, therefore would include any video from it in your project.
Someone with expert knowledge will probably be along and can provide more insight to your problem.
len0x
25th September 2005, 10:46
I suggest updating AutoGK to the latest one and posting a log from it (there are just too many changes since 1.96)
Styles2304
25th September 2005, 19:35
Well, I tried . . . but It won't let me download it. It says it's forbidden.
len0x
25th September 2005, 19:54
:readfaq: Q 0
Styles2304
25th September 2005, 20:49
I don't even know how to do that . . . I'm workin' on it though
Styles2304
25th September 2005, 20:59
I just thought I would go ahead and post the EXACT error message:
FastWriteStream" couldn't open "C:\HGGONND1\VTS_01_1.avi": This process cannot access the file because it is being used by another process ..
len0x
25th September 2005, 21:07
Q 6.16 of FAQ then...
Styles2304
26th September 2005, 05:11
Hahaha yeah that did it. Way to make me feel retarded for not properly searching the faq. Thanks though, you saved me ALOT of time and frustration!
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.