Bateluer
25th June 2006, 00:12
I'm using AutoGK 2.27, and all the codecs and apps that come with that version.
My system specs
A64 x2 4200 (AM2)
MSI K9N SLI Platinum
2x1GB DDR2-800 Mushkin RAM
Radeon X1900XT
Win XP Pro
Every time I try encode a DVD, it will make it through the first pass, but fail to start the second pass, saying it cannot write the file because its already in use. I'm using the Xvid codec that comes with AGK 2.27, 1.2 I believe it is. I've also tried using the Xvid 1.1 final codec, DIVX 5.21, and DIVX 6.2.2.
On my previous system, a P4 3.4Ghz, Asus P4P800 Deluxe, 2GB DDR400 RAM, a 6800GT, runnng XP Pro as well, started doing the same thing right before I built this machine.
My Log File is as follows:
[6/24/2006 2:55:26 PM] AutoGK 2.27
[6/24/2006 2:55:26 PM] OS: WinXP (5.1.2600).2
[6/24/2006 2:55:26 PM] Job started.
[6/24/2006 2:55:26 PM] Input file: G:\Equilibrium\VIDEO_TS\VTS_01_0.IFO
[6/24/2006 2:55:26 PM] Output file: G:\Equilibrium\Equilibrium.avi
[6/24/2006 2:55:26 PM] Output codec: XviD
[6/24/2006 2:55:26 PM] Audio 1: English AC3 6ch
[6/24/2006 2:55:26 PM] Subtitles 1: English wide
[6/24/2006 2:55:26 PM] Format: .AVI
[6/24/2006 2:55:26 PM] Target size: 1493Mb
[6/24/2006 2:55:26 PM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[6/24/2006 2:55:26 PM] Started encoding.
[6/24/2006 2:55:26 PM] Demuxing and indexing.
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_1.VOB
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_2.VOB
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_3.VOB
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_4.VOB
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_5.VOB
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_6.VOB
[6/24/2006 2:57:13 PM] Source resolution: 720x480
[6/24/2006 2:57:13 PM] Found NTSC source.
[6/24/2006 2:57:13 PM] Source aspect ratio: 16:9
[6/24/2006 2:57:13 PM] Source seems to be pure FILM.
[6/24/2006 2:57:14 PM] Color correction enabled.
[6/24/2006 2:57:14 PM] Output will contain 153660 frames
[6/24/2006 2:57:14 PM] Decoding audio.
[6/24/2006 2:59:47 PM] Normalizing audio.
[6/24/2006 3:00:51 PM] Encoding audio.
[6/24/2006 3:13:29 PM] Preparing subtitles.
[6/24/2006 3:15:08 PM] Audio1 size: 91,275,456 bytes (87.05 Mb)
[6/24/2006 3:15:08 PM] Overhead: 6,146,432 bytes (5.86 Mb)
[6/24/2006 3:15:08 PM] Video size: 1,468,102,080 bytes (1400.09 Mb)
[6/24/2006 3:15:08 PM] Running compressibility test.
[6/24/2006 3:15:08 PM] Writing the following script to G:\Equilibrium\agk_tmp\Equilibrium_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("G:\Equilibrium\agk_tmp\Equilibrium.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 < 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
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("G:\Equilibrium\agk_tmp\Equilibrium.idx")
SelectRangeEvery(300,15)
===========================================================
[6/24/2006 3:17:53 PM] Duration was: 2 minutes 44 seconds
[6/24/2006 3:17:53 PM] Speed was: 46.65 fps.
[6/24/2006 3:17:53 PM] Compressibility percentage is: 119.03
[6/24/2006 3:17:53 PM] Switching b-frames off
[6/24/2006 3:17:53 PM] Chosen resolution is: 720x320 ( AR: 2.25 )
[6/24/2006 3:17:53 PM] Predicted comptest value is: 82.70%
[6/24/2006 3:17:53 PM] Running first pass.
[6/24/2006 3:17:53 PM] Writing the following script to G:\Equilibrium\agk_tmp\Equilibrium_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("G:\Equilibrium\agk_tmp\Equilibrium.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 720
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("G:\Equilibrium\agk_tmp\Equilibrium.idx")
===========================================================
[6/24/2006 3:57:36 PM] Duration was: 39 minutes 43 seconds
[6/24/2006 3:57:36 PM] Speed was: 64.48 fps.
[6/24/2006 3:57:36 PM] Expected quality of first pass size: 79.34%
[6/24/2006 3:57:36 PM] Running second pass.
[6/24/2006 3:58:01 PM] Duration was: 24 seconds
[6/24/2006 3:58:01 PM] Speed was: 6224.33 fps.
[6/24/2006 3:58:01 PM] Job finished. Total time: 1 hour, 2 minutes 35 seconds
As you can see, the first pass seems to go off without a hitch, but the second pass fails with the 'Cannot write because File.avi iis in use'
Any ideas on what is causing this error?
My system specs
A64 x2 4200 (AM2)
MSI K9N SLI Platinum
2x1GB DDR2-800 Mushkin RAM
Radeon X1900XT
Win XP Pro
Every time I try encode a DVD, it will make it through the first pass, but fail to start the second pass, saying it cannot write the file because its already in use. I'm using the Xvid codec that comes with AGK 2.27, 1.2 I believe it is. I've also tried using the Xvid 1.1 final codec, DIVX 5.21, and DIVX 6.2.2.
On my previous system, a P4 3.4Ghz, Asus P4P800 Deluxe, 2GB DDR400 RAM, a 6800GT, runnng XP Pro as well, started doing the same thing right before I built this machine.
My Log File is as follows:
[6/24/2006 2:55:26 PM] AutoGK 2.27
[6/24/2006 2:55:26 PM] OS: WinXP (5.1.2600).2
[6/24/2006 2:55:26 PM] Job started.
[6/24/2006 2:55:26 PM] Input file: G:\Equilibrium\VIDEO_TS\VTS_01_0.IFO
[6/24/2006 2:55:26 PM] Output file: G:\Equilibrium\Equilibrium.avi
[6/24/2006 2:55:26 PM] Output codec: XviD
[6/24/2006 2:55:26 PM] Audio 1: English AC3 6ch
[6/24/2006 2:55:26 PM] Subtitles 1: English wide
[6/24/2006 2:55:26 PM] Format: .AVI
[6/24/2006 2:55:26 PM] Target size: 1493Mb
[6/24/2006 2:55:26 PM] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[6/24/2006 2:55:26 PM] Started encoding.
[6/24/2006 2:55:26 PM] Demuxing and indexing.
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_1.VOB
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_2.VOB
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_3.VOB
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_4.VOB
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_5.VOB
[6/24/2006 2:57:13 PM] Processing file: G:\Equilibrium\VIDEO_TS\VTS_01_6.VOB
[6/24/2006 2:57:13 PM] Source resolution: 720x480
[6/24/2006 2:57:13 PM] Found NTSC source.
[6/24/2006 2:57:13 PM] Source aspect ratio: 16:9
[6/24/2006 2:57:13 PM] Source seems to be pure FILM.
[6/24/2006 2:57:14 PM] Color correction enabled.
[6/24/2006 2:57:14 PM] Output will contain 153660 frames
[6/24/2006 2:57:14 PM] Decoding audio.
[6/24/2006 2:59:47 PM] Normalizing audio.
[6/24/2006 3:00:51 PM] Encoding audio.
[6/24/2006 3:13:29 PM] Preparing subtitles.
[6/24/2006 3:15:08 PM] Audio1 size: 91,275,456 bytes (87.05 Mb)
[6/24/2006 3:15:08 PM] Overhead: 6,146,432 bytes (5.86 Mb)
[6/24/2006 3:15:08 PM] Video size: 1,468,102,080 bytes (1400.09 Mb)
[6/24/2006 3:15:08 PM] Running compressibility test.
[6/24/2006 3:15:08 PM] Writing the following script to G:\Equilibrium\agk_tmp\Equilibrium_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("G:\Equilibrium\agk_tmp\Equilibrium.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 < 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
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("G:\Equilibrium\agk_tmp\Equilibrium.idx")
SelectRangeEvery(300,15)
===========================================================
[6/24/2006 3:17:53 PM] Duration was: 2 minutes 44 seconds
[6/24/2006 3:17:53 PM] Speed was: 46.65 fps.
[6/24/2006 3:17:53 PM] Compressibility percentage is: 119.03
[6/24/2006 3:17:53 PM] Switching b-frames off
[6/24/2006 3:17:53 PM] Chosen resolution is: 720x320 ( AR: 2.25 )
[6/24/2006 3:17:53 PM] Predicted comptest value is: 82.70%
[6/24/2006 3:17:53 PM] Running first pass.
[6/24/2006 3:17:53 PM] Writing the following script to G:\Equilibrium\agk_tmp\Equilibrium_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE3.dll")
movie = mpeg2source("G:\Equilibrium\agk_tmp\Equilibrium.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 < 1.25) ? input_par : (4.0/3.0)
out_width = 720
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)
ColorMatrix("Rec.709->Rec.601",opt=0,hints=false)
VobSub("G:\Equilibrium\agk_tmp\Equilibrium.idx")
===========================================================
[6/24/2006 3:57:36 PM] Duration was: 39 minutes 43 seconds
[6/24/2006 3:57:36 PM] Speed was: 64.48 fps.
[6/24/2006 3:57:36 PM] Expected quality of first pass size: 79.34%
[6/24/2006 3:57:36 PM] Running second pass.
[6/24/2006 3:58:01 PM] Duration was: 24 seconds
[6/24/2006 3:58:01 PM] Speed was: 6224.33 fps.
[6/24/2006 3:58:01 PM] Job finished. Total time: 1 hour, 2 minutes 35 seconds
As you can see, the first pass seems to go off without a hitch, but the second pass fails with the 'Cannot write because File.avi iis in use'
Any ideas on what is causing this error?