[cdesade]Cemetary.Man.(1994).avi =========================================================== [4/18/2009 9:10:32 PM] AutoGK 2.55 [4/18/2009 9:10:32 PM] OS: Win2000 (5.0.2195).2 [4/18/2009 9:10:32 PM] Job started. [4/18/2009 9:10:32 PM] Input file: F:\CEMETARY_MAN\VIDEO_TS\VTS_01_0.IFO [4/18/2009 9:10:32 PM] Output file: F:\CEMETARY_MAN\CEMETARY_MAN.avi [4/18/2009 9:10:32 PM] Output codec: XviD [4/18/2009 9:10:32 PM] Audio 1: English AC3 6ch [4/18/2009 9:10:32 PM] Subtitles: none [4/18/2009 9:10:32 PM] Format: AVI [4/18/2009 9:10:32 PM] Target size: 700Mb [4/18/2009 9:10:32 PM] Audio 1 settings: Auto [4/18/2009 9:10:32 PM] Started encoding. [4/18/2009 9:10:32 PM] Demuxing and indexing. [4/18/2009 9:12:40 PM] Processing file: F:\CEMETARY_MAN\VIDEO_TS\VTS_01_PGC_01_1.VOB [4/18/2009 9:12:40 PM] Processing file: F:\CEMETARY_MAN\VIDEO_TS\VTS_01_PGC_01_2.VOB [4/18/2009 9:12:40 PM] Processing file: F:\CEMETARY_MAN\VIDEO_TS\VTS_01_PGC_01_3.VOB [4/18/2009 9:12:40 PM] Processing file: F:\CEMETARY_MAN\VIDEO_TS\VTS_01_PGC_01_4.VOB [4/18/2009 9:12:40 PM] Source resolution: 720x480 [4/18/2009 9:12:40 PM] Found NTSC source. [4/18/2009 9:12:40 PM] Source aspect ratio: 16:9 [4/18/2009 9:12:40 PM] Source seems to be pure FILM. [4/18/2009 9:12:40 PM] Output will contain 148800 frames [4/18/2009 9:12:40 PM] Decoding audio. [4/18/2009 9:15:54 PM] Normalizing audio. [4/18/2009 9:17:35 PM] Encoding audio. [4/18/2009 9:29:30 PM] Using VAQ in XviD [4/18/2009 9:29:30 PM] Audio1 size: 93,194,736 bytes (88.88 Mb) [4/18/2009 9:29:31 PM] Overhead: 5,952,000 bytes (5.68 Mb) [4/18/2009 9:29:31 PM] Video size: 634,856,464 bytes (605.45 Mb) [4/18/2009 9:29:31 PM] Running compressibility test. [4/18/2009 9:29:31 PM] Writing the following script to F:\CEMETARY_MAN\agk_tmp\CEMETARY_MAN_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("F:\CEMETARY_MAN\agk_tmp\CEMETARY_MAN.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 = 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) SelectRangeEvery(300,15) =========================================================== [4/18/2009 9:36:21 PM] Duration was: 6 minutes 49 seconds [4/18/2009 9:36:21 PM] Speed was: 18.16 fps. [4/18/2009 9:36:22 PM] Compressibility percentage is: 43.44 [4/18/2009 9:36:22 PM] Using softer resizer. [4/18/2009 9:36:22 PM] Chosen resolution is: 560x352 ( AR: 1.59 ) [4/18/2009 9:36:22 PM] Predicted comptest value is: 58.52% [4/18/2009 9:36:22 PM] Running first pass. [4/18/2009 9:36:22 PM] Writing the following script to F:\CEMETARY_MAN\agk_tmp\CEMETARY_MAN_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("F:\CEMETARY_MAN\agk_tmp\CEMETARY_MAN.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 = 560 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) BicubicResize(out_width,out_height,0,0.5) RemoveGrain(mode=2) =========================================================== [4/18/2009 10:33:06 PM] Duration was: 56 minutes 43 seconds [4/18/2009 10:33:06 PM] Speed was: 43.72 fps. [4/18/2009 10:33:06 PM] Expected quality of first pass size: 63.71% [4/18/2009 10:33:06 PM] Running second pass. [4/18/2009 11:52:48 PM] Duration was: 1 hour, 19 minutes 40 seconds [4/18/2009 11:52:48 PM] Speed was: 31.13 fps. [4/18/2009 11:52:48 PM] Job finished. Total time: 2 hours 42 minutes 16 seconds