Log in

View Full Version : Auto GK wont open a VOB - "file being used by another process" + freezes


Booser
12th February 2007, 00:12
Here's my story.

I have my Pirates of the Caribbean Dead Mans Chest (R2) DVD and want to put it on my Archos DVR. Ive done this conversion hundreds of times.

However when I use DVD Shrink to save the DVD, it wont - "cyclic redundancy error". So I use DVD Decrypter to save it to my hard drive (using ISO read, aggresive method and ignore read errors) and then put it through DVD Shrink. Now I have my VOB files I want in a folder called "pirates".

I open up AutoGK (2.40) and select the 1st VOB file as normal. However it wont open it. AutoGK freezes and doesnt respond. Sometimes an error message comes up saying "file in use by another process" but I cant find out what this is. DVD Shrink and DVD Decrypter are both shut down. I checked this in Process Manager. I dont know what "process could be using the VOB files?

The problem occurs even when I restart the computer, and Ive had the same problem on 2 seperate computers with the same DVD and process that I described.

Im not the most tech savy guy so I apologise if my description isnt that detailed, but I really dont know whats going on.

setarip_old
12th February 2007, 01:49
Hi!

It sounds like you've already ripped this "RipGuard"-protected DVD to your harddrive using DVD Decrypter v.3.5.4.

So, now just load the rip into VOBBlanker and:

Set an output directory, select "Process all" - and then press the "Process" radiobutton.

The new DVD "package" created by VOBBlanker in your output directory should be processed properly by DVD Shrink or any other program....

CWR03
12th February 2007, 06:21
If setarip_old's suggestion doesn't work, and it should, you can also re-rip using RipIt4Me.

Booser
18th February 2007, 23:11
Ok guys I appreciate the help. I'll let you know how I got on

Cheers

Booser
19th February 2007, 13:30
Thanks guys that worked. I now have the .avi file.

Problem is the audio is out of synch. Its about 2 seconds ahead of the picture. I'm gonna try RipIt4me and let you know how I got on.

For anyone interested this is my log file:

[2/18/2007 10:21:14 PM] Color correction enabled.
[2/18/2007 10:21:14 PM] Analyzing source.
[2/18/2007 10:36:45 PM] Source has percentage of interlacing in motion areas: 92.30
[2/18/2007 10:36:45 PM] Source is considered to be interlaced.
[2/18/2007 10:36:45 PM] Output will contain 216796 frames
[2/18/2007 10:36:45 PM] Decoding audio.
[2/18/2007 10:41:14 PM] Normalizing audio.
[2/18/2007 10:44:24 PM] Encoding audio.
[2/18/2007 11:04:10 PM] Audio1 size: 126,079,560 bytes (120.24 Mb)
[2/18/2007 11:04:10 PM] Overhead: 8,671,872 bytes (8.27 Mb)
[2/18/2007 11:04:10 PM] Video size: 913,824,568 bytes (871.49 Mb)
[2/18/2007 11:04:10 PM] Running compressibility test.
[2/18/2007 11:04:10 PM] Writing the following script to C:\Documents and Settings\Bernard\Desktop\Pirates2\agk_tmp\VTS_01_1_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll")

movie = mpeg2source("C:\Documents and Settings\Bernard\Desktop\Pirates2\agk_tmp\VTS_01_1.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.42222222222222
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 < 1.25) ? 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
LeakKernelDeInt(movie,order=0,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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
SelectRangeEvery(300,15)
===========================================================
[2/18/2007 11:09:47 PM] Duration was: 5 minutes 36 seconds
[2/18/2007 11:09:47 PM] Speed was: 32.19 fps.
[2/18/2007 11:09:47 PM] Compressibility percentage is: 33.91
[2/18/2007 11:09:47 PM] Using softer matrix.
[2/18/2007 11:09:47 PM] Chosen resolution is: 608x272 ( AR: 2.24 )
[2/18/2007 11:09:47 PM] Predicted comptest value is: 58.43%
[2/18/2007 11:09:47 PM] Running first pass.
[2/18/2007 11:09:47 PM] Writing the following script to C:\Documents and Settings\Bernard\Desktop\Pirates2\agk_tmp\VTS_01_1_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\leakkerneldeint.dll")

movie = mpeg2source("C:\Documents and Settings\Bernard\Desktop\Pirates2\agk_tmp\VTS_01_1.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.42222222222222
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 < 1.25) ? input_par : (4.0/3.0)
out_width = 608
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
LeakKernelDeInt(movie,order=0,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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
===========================================================
[2/19/2007 12:10:46 AM] Duration was: 1 hour, 0 minutes 58 seconds
[2/19/2007 12:10:46 AM] Speed was: 59.25 fps.
[2/19/2007 12:10:47 AM] Expected quality of first pass size: 59.17%
[2/19/2007 12:10:47 AM] Running second pass.
[2/19/2007 1:19:44 AM] Duration was: 1 hour, 8 minutes 56 seconds
[2/19/2007 1:19:44 AM] Speed was: 52.41 fps.
[2/19/2007 1:19:44 AM] Job finished. Total time: 3 hours 2 minutes 2 seconds

setarip_old
19th February 2007, 18:14
Thanks guys that worked. I now have the .avi file.Problem is the audio is out of synch. Its about 2 seconds ahead of the picture.Load the file into VirtualDub, VirtualDubMod, or NanDub.
Set BOTH "Video"(VirtualDub,
VirtualDubMod and NanDub) and "Audio"
(VirtualDub and NanDub - VirtualDubMOD>"Streams>"Stream
list") to "Direct Stream Copy".

A) If the difference between audio and video is constant
throughout the video:

From the "Audio" dropdown menu, select "Interleaving" (For
VirtualDubMOD, rightclick on the listed audiostream and then
select "Interleaving")

Under "Audio skew correction", set an appropriate number of
milliseconds (positive or negative) in the box labelled "Delay
audio track by"

Save with a new filename

B) If the difference increases as the movie plays:

From under the "Video" dropdown menu, select "Framerate" -
and select "Change so video and audio durations match"

Save with a new filename

Let us know of your success ;>}

CWR03
20th February 2007, 01:07
It should take 1750 ms correction to fix it.

Booser
20th February 2007, 12:19
I ran it through RipIt4Me from start to finish. Then used AutoGK as normal

Perfect! the audio came out properly synched. It must have been the FixVTS?

Thanks for your help fellas

setarip_old
20th February 2007, 16:32
It must have been the FixVTS?Or "Step 3B".

Glad to hear you've resolved it all now ;>}

BigDid
4th May 2007, 01:39
Hi!Does this original DivX video play properly?
@setarip_old, OT but as you have not enabled your PM,

Would you mind if I re-use the content of this post: http://forum.doom9.org/showthread.php?p=956524#post956524
for a "MORE FAQ for AutoGK" to come?
:thanks:

Did

setarip_old
4th May 2007, 01:58
@BigDid

That has nothing to do with this thread - but you certainly can feel free to provide links to anything anyone posts to the forums ;>}

BigDid
4th May 2007, 02:21
@BigDid

That has nothing to do with this thread - but you certainly can feel free to provide links to anything anyone posts to the forums ;>}
:thanks: , sorry (for OT) and end of the OT.

Did

Edit: to answer Setarip_old below post, I was giving apologies for the Off-Topic

setarip_old
4th May 2007, 03:06
@BigDid

There's no reason to apologize. I just didn't want to confuse this threadstarter...

foxyshadis
4th May 2007, 11:46
Posts moved to a more reasonable location; bumping a thread is better than going completely off topic in another one!

BigDid
4th May 2007, 17:14
Posts moved to a more reasonable location; bumping a thread is better than going completely off topic in another one!
Hi Foxy,

I appreciate very much your moderating ways. I will try to remember for future use, many :thanks:

Did