[10/24/2007 8:19:29 AM] AutoGK 2.45 [10/24/2007 8:19:29 AM] OS: Windows Vista (6.0.6000).2 [10/24/2007 8:19:29 AM] Job started. [10/24/2007 8:19:29 AM] Input file: C:\White Oleander\VTS_01_0.IFO [10/24/2007 8:19:29 AM] Output file: C:\White Oleander.avi [10/24/2007 8:19:29 AM] Output codec: XviD [10/24/2007 8:19:29 AM] Audio 1: English AC3 6ch [10/24/2007 8:19:29 AM] Subtitles: none [10/24/2007 8:19:29 AM] Format: AVI [10/24/2007 8:19:29 AM] Target size: 700Mb [10/24/2007 8:19:29 AM] Audio 1 settings: VBR MP3 with average bitrate: 128Kbps [10/24/2007 8:19:29 AM] Started encoding. [10/24/2007 8:19:29 AM] Demuxing and indexing. [10/24/2007 8:22:11 AM] Processing file: C: [10/24/2007 8:22:11 AM] Found NTSC source. [10/24/2007 8:22:11 AM] Source aspect ratio: 16:9 [10/24/2007 8:22:11 AM] Source seems to be pure FILM. [10/24/2007 8:22:11 AM] Color correction enabled. [10/24/2007 8:22:11 AM] Output will contain 157536 frames [10/24/2007 8:22:11 AM] Decoding audio. [10/24/2007 8:26:58 AM] Normalizing audio. [10/24/2007 8:28:30 AM] Encoding audio. [10/24/2007 8:48:38 AM] Picking up credits information. [10/24/2007 8:48:38 AM] Credits start frame: 190370 [10/24/2007 8:48:38 AM] Credits quality percentage: 25 [10/24/2007 8:48:38 AM] Credits greyscale option activated. [10/24/2007 8:48:38 AM] Audio1 size: 94,020,840 bytes (89.67 Mb) [10/24/2007 8:48:38 AM] Overhead: 6,301,440 bytes (6.01 Mb) [10/24/2007 8:48:38 AM] Video size: 633,680,920 bytes (604.33 Mb) [10/24/2007 8:48:38 AM] Running compressibility test. [10/24/2007 8:48:38 AM] Writing the following script to C:tmp\White Oleander_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:\White Oleander\agk_tmp\White Oleander.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) ColorMatrix("Rec.709->Rec.601",opt=0,hints=false,threads=0) SelectRangeEvery(300,15) =========================================================== [10/24/2007 8:56:54 AM] Duration was: 8 minutes 14 seconds [10/24/2007 8:56:54 AM] Speed was: 15.92 fps. [10/24/2007 8:56:54 AM] Compressibility percentage is: 51.15 [10/24/2007 8:56:54 AM] Chosen resolution is: 608x352 ( AR: 1.73 ) [10/24/2007 8:56:54 AM] Predicted comptest value is: 56.28% [10/24/2007 8:56:54 AM] Running first pass. [10/24/2007 8:56:54 AM] Writing the following script to C:\Users\Chava\Videos\DVD Temps\Final to Dvd\White Oleander\agk_tmp\White Oleander_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\Chava\Videos\DVD Temps\Final to Dvd\White Oleander\agk_tmp\White Oleander.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) =========================================================== [10/24/2007 9:52:25 AM] Duration was: 55 minutes 30 seconds [10/24/2007 9:52:25 AM] Speed was: 47.30 fps. [10/24/2007 9:52:25 AM] Expected quality of first pass size: 52.91% [10/24/2007 9:52:25 AM] Running second pass. [10/24/2007 11:11:41 AM] Duration was: 1 hour, 19 minutes 15 seconds [10/24/2007 11:11:41 AM] Speed was: 33.13 fps. [10/24/2007 11:11:41 AM] Job finished. Total time: 2 hours 52 minutes 12 seconds