%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /data/down/Movies/Leon[The Professional]1994.DvdRip.eng/
Upload File :
Create Path :
Current File : //data/down/Movies/Leon[The Professional]1994.DvdRip.eng/AGK_Log.log

[9/2/2008 2:35:28 AM] AutoGK 2.48b
[9/2/2008 2:35:28 AM] OS: Windows Vista (6.0.6001).2
[9/2/2008 2:35:28 AM] Job started.
[9/2/2008 2:35:28 AM] Input file: K:\VIDEO_TS\VTS_01_0.IFO
[9/2/2008 2:35:28 AM] Output file: C:\Users\sal10851\Videos\Leon\Leon.avi
[9/2/2008 2:35:28 AM] Output codec: XviD
[9/2/2008 2:35:28 AM] Audio 1: English AC3 2ch 
[9/2/2008 2:35:28 AM] Subtitles 1: English wide
[9/2/2008 2:35:28 AM] Subtitles 2: Francais wide
[9/2/2008 2:35:28 AM] Subtitles 3: Espanol wide
[9/2/2008 2:35:28 AM] Subtitles 4: Portugues wide
[9/2/2008 2:35:28 AM] Format: AVI
[9/2/2008 2:35:28 AM] Target size: 750Mb
[9/2/2008 2:35:28 AM] Audio 1 settings: Auto
[9/2/2008 2:35:28 AM] Started encoding.
[9/2/2008 2:35:28 AM] Demuxing and indexing.
[9/2/2008 2:43:10 AM] Processing file: K:\VIDEO_TS\VTS_01_1.VOB
[9/2/2008 2:43:12 AM] Processing file: K:\VIDEO_TS\VTS_01_2.VOB
[9/2/2008 2:43:12 AM] Processing file: K:\VIDEO_TS\VTS_01_3.VOB
[9/2/2008 2:43:12 AM] Processing file: K:\VIDEO_TS\VTS_01_4.VOB
[9/2/2008 2:43:12 AM] Processing file: K:\VIDEO_TS\VTS_01_5.VOB
[9/2/2008 2:43:12 AM] Processing file: K:\VIDEO_TS\VTS_01_6.VOB
[9/2/2008 2:43:12 AM] Processing file: K:\VIDEO_TS\VTS_01_7.VOB
[9/2/2008 2:43:12 AM] Source resolution: 720x480
[9/2/2008 2:43:12 AM] Found NTSC source.
[9/2/2008 2:43:12 AM] Source aspect ratio: 16:9
[9/2/2008 2:43:12 AM] Source seems to be pure FILM.
[9/2/2008 2:43:12 AM] Color correction enabled.
[9/2/2008 2:43:12 AM] Output will contain 191161 frames
[9/2/2008 2:43:12 AM] Preparing subtitles.
[9/2/2008 2:53:13 AM] Compressing subtitles.
[9/2/2008 2:53:34 AM] Audio1 size: 191,351,040 bytes (182.49 Mb)
[9/2/2008 2:53:34 AM] Overhead: 1,328,896 bytes (1.27 Mb)
[9/2/2008 2:53:34 AM] Subtitles size: 2,752,490 bytes (2.62 Mb)
[9/2/2008 2:53:34 AM] Video size: 590,999,574 bytes (563.62 Mb)
[9/2/2008 2:53:34 AM] Running compressibility test.
[9/2/2008 2:53:34 AM] Writing the following script to C:\Users\sal10851\Videos\Leon\agk_tmp\Leon_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")

movie = mpeg2source("C:\Users\sal10851\Videos\Leon\agk_tmp\Leon.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,threads=0)
SelectRangeEvery(300,15)
===========================================================
[9/2/2008 2:58:44 AM] Duration was: 5 minutes 8 seconds
[9/2/2008 2:58:44 AM] Speed was: 30.98 fps.
[9/2/2008 2:58:45 AM] Compressibility percentage is: 36.51
[9/2/2008 2:58:45 AM] Using softer matrix.
[9/2/2008 2:58:45 AM] Chosen resolution is: 608x272 ( AR: 2.24 )
[9/2/2008 2:58:45 AM] Predicted comptest value is: 62.91%
[9/2/2008 2:58:45 AM] Running first pass.
[9/2/2008 2:58:45 AM] Writing the following script to C:\Users\sal10851\Videos\Leon\agk_tmp\Leon_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")

movie = mpeg2source("C:\Users\sal10851\Videos\Leon\agk_tmp\Leon.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 = 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
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,threads=0)
===========================================================
[9/2/2008 3:45:38 AM] Duration was: 46 minutes 51 seconds
[9/2/2008 3:45:39 AM] Speed was: 68.00 fps.
[9/2/2008 3:45:41 AM] Expected quality of first pass size: 61.26%
[9/2/2008 3:45:41 AM] Running second pass.
[9/2/2008 4:55:26 AM] Duration was: 1 hour, 9 minutes 42 seconds
[9/2/2008 4:55:27 AM] Speed was: 45.70 fps.
[9/2/2008 4:55:27 AM] Job finished. Total time: 2 hours 19 minutes 59 seconds

Zerion Mini Shell 1.0