Rommyke
16th March 2005, 15:19
Hi,
I'm using autogk 1.93 and when I want to select the 2 cd 1400mb option I only get a file of 922 mb
Here is the log
[15/03/2005 21:16:35] AutoGK 1.93b
[15/03/2005 21:16:35] OS: WinXP (5.1.2600).2
[15/03/2005 21:16:35] Job started.
[15/03/2005 21:16:35] Input dir: C:\FTC_Hidalgo\VIDEO_TS
[15/03/2005 21:16:35] Output file: F:\Hidalgo\Hidqlgo.avi
[15/03/2005 21:16:35] Audio: English
[15/03/2005 21:16:35] Subtitles: none
[15/03/2005 21:16:35] Codec: XviD
[15/03/2005 21:16:35] Target size: 1400Mb
[15/03/2005 21:16:35] Custom audio settings: AC3
[15/03/2005 21:16:35] Started encoding.
[15/03/2005 21:16:35] Demuxing and indexing.
[15/03/2005 21:19:03] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_1.VOB
[15/03/2005 21:19:03] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_2.VOB
[15/03/2005 21:19:03] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_3.VOB
[15/03/2005 21:19:03] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_4.VOB
[15/03/2005 21:19:03] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_5.VOB
[15/03/2005 21:19:03] Source aspect ratio: 4:3
[15/03/2005 21:19:03] Source resolution: 720x480
[15/03/2005 21:19:03] Found NTSC source.
[15/03/2005 21:19:03] Source seems to be pure FILM.
[15/03/2005 21:19:04] Output will contain 196227 frames
[15/03/2005 21:19:04] Audio size: 458,320,128 bytes (437.09 Mb)
[15/03/2005 21:19:04] Overhead: 1,364,096 bytes (1.30 Mb)
[15/03/2005 21:19:04] Video size: 1,008,322,176 bytes (961.61 Mb)
[15/03/2005 21:19:04] Running compressibility test.
[15/03/2005 21:19:04] Writing the following script to F:\Hidalgo\agk_tmp\Hidqlgo_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("F:\Hidalgo\agk_tmp\Hidqlgo.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.888888888888889
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)
===========================================================
[15/03/2005 22:23:31] Duration was: 1 hour, 4 minutes 27 seconds
[15/03/2005 22:23:31] Speed was: 2,54 fps.
[15/03/2005 22:23:32] Compressibility percentage is: 31,07
[15/03/2005 22:23:32] Using softer matrix.
[15/03/2005 22:23:32] Chosen resolution is: 528x400 ( AR: 1,32 )
[15/03/2005 22:23:32] Predicted comptest value is: 73,79
[15/03/2005 22:23:32] Running first pass.
[15/03/2005 22:23:32] Writing the following script to F:\Hidalgo\agk_tmp\Hidqlgo_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("F:\Hidalgo\agk_tmp\Hidqlgo.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.888888888888889
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 = 528
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)
===========================================================
[16/03/2005 1:08:10] Duration was: 2 hours 44 minutes 38 seconds
[16/03/2005 1:08:10] Speed was: 19,86 fps.
[16/03/2005 1:08:11] Expected quality of first pass size: 75,92
[16/03/2005 1:08:11] Running second pass.
[16/03/2005 3:44:04] Duration was: 2 hours 35 minutes 53 seconds
[16/03/2005 3:44:04] Speed was: 20,98 fps.
[16/03/2005 3:44:04] Splitting video into: F:\Hidalgo\Hidqlgo.cd1.avi
[16/03/2005 3:45:10] Splitting video into: F:\Hidalgo\Hidqlgo.cd2.avi
[16/03/2005 3:45:32] Job finished. Total time: 6 hours 28 minutes 57 seconds
I'm using autogk 1.93 and when I want to select the 2 cd 1400mb option I only get a file of 922 mb
Here is the log
[15/03/2005 21:16:35] AutoGK 1.93b
[15/03/2005 21:16:35] OS: WinXP (5.1.2600).2
[15/03/2005 21:16:35] Job started.
[15/03/2005 21:16:35] Input dir: C:\FTC_Hidalgo\VIDEO_TS
[15/03/2005 21:16:35] Output file: F:\Hidalgo\Hidqlgo.avi
[15/03/2005 21:16:35] Audio: English
[15/03/2005 21:16:35] Subtitles: none
[15/03/2005 21:16:35] Codec: XviD
[15/03/2005 21:16:35] Target size: 1400Mb
[15/03/2005 21:16:35] Custom audio settings: AC3
[15/03/2005 21:16:35] Started encoding.
[15/03/2005 21:16:35] Demuxing and indexing.
[15/03/2005 21:19:03] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_1.VOB
[15/03/2005 21:19:03] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_2.VOB
[15/03/2005 21:19:03] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_3.VOB
[15/03/2005 21:19:03] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_4.VOB
[15/03/2005 21:19:03] Processing file: C:\FTC_Hidalgo\VIDEO_TS\VTS_01_5.VOB
[15/03/2005 21:19:03] Source aspect ratio: 4:3
[15/03/2005 21:19:03] Source resolution: 720x480
[15/03/2005 21:19:03] Found NTSC source.
[15/03/2005 21:19:03] Source seems to be pure FILM.
[15/03/2005 21:19:04] Output will contain 196227 frames
[15/03/2005 21:19:04] Audio size: 458,320,128 bytes (437.09 Mb)
[15/03/2005 21:19:04] Overhead: 1,364,096 bytes (1.30 Mb)
[15/03/2005 21:19:04] Video size: 1,008,322,176 bytes (961.61 Mb)
[15/03/2005 21:19:04] Running compressibility test.
[15/03/2005 21:19:04] Writing the following script to F:\Hidalgo\agk_tmp\Hidqlgo_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("F:\Hidalgo\agk_tmp\Hidqlgo.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.888888888888889
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)
===========================================================
[15/03/2005 22:23:31] Duration was: 1 hour, 4 minutes 27 seconds
[15/03/2005 22:23:31] Speed was: 2,54 fps.
[15/03/2005 22:23:32] Compressibility percentage is: 31,07
[15/03/2005 22:23:32] Using softer matrix.
[15/03/2005 22:23:32] Chosen resolution is: 528x400 ( AR: 1,32 )
[15/03/2005 22:23:32] Predicted comptest value is: 73,79
[15/03/2005 22:23:32] Running first pass.
[15/03/2005 22:23:32] Writing the following script to F:\Hidalgo\agk_tmp\Hidqlgo_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrain.dll")
movie = mpeg2source("F:\Hidalgo\agk_tmp\Hidqlgo.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.888888888888889
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 = 528
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)
===========================================================
[16/03/2005 1:08:10] Duration was: 2 hours 44 minutes 38 seconds
[16/03/2005 1:08:10] Speed was: 19,86 fps.
[16/03/2005 1:08:11] Expected quality of first pass size: 75,92
[16/03/2005 1:08:11] Running second pass.
[16/03/2005 3:44:04] Duration was: 2 hours 35 minutes 53 seconds
[16/03/2005 3:44:04] Speed was: 20,98 fps.
[16/03/2005 3:44:04] Splitting video into: F:\Hidalgo\Hidqlgo.cd1.avi
[16/03/2005 3:45:10] Splitting video into: F:\Hidalgo\Hidqlgo.cd2.avi
[16/03/2005 3:45:32] Job finished. Total time: 6 hours 28 minutes 57 seconds