[12/6/2006 10:32:21 AM] AutoGK 2.27
[12/6/2006 10:32:21 AM] OS: WinXP (5.1.2600).2
[12/6/2006 10:32:21 AM] Job started.
[12/6/2006 10:32:21 AM] Input file: H:\doa_1949.mpeg
[12/6/2006 10:32:21 AM] Output file: H:\doa_1949.avi
[12/6/2006 10:32:21 AM] Output codec: DivX
[12/6/2006 10:32:21 AM] Audio 1: Audio Stream 0 MPEG 
[12/6/2006 10:32:21 AM] Subtitles: none
[12/6/2006 10:32:21 AM] Format: .AVI
[12/6/2006 10:32:21 AM] Target size: 700Mb
[12/6/2006 10:32:21 AM] Standalone support enabled: ESS
[12/6/2006 10:32:21 AM] Started encoding.
[12/6/2006 10:32:21 AM] Demuxing and indexing.
[12/6/2006 10:35:49 AM] Processing file: H:\doa_1949.mpeg
[12/6/2006 10:35:49 AM] Source resolution: 704x480
[12/6/2006 10:35:49 AM] Found NTSC source.
[12/6/2006 10:35:49 AM] Source aspect ratio: 4:3
[12/6/2006 10:35:49 AM] Analyzing source.
[12/6/2006 10:39:16 AM] Source has percentage of interlacing in motion areas: 31.17
[12/6/2006 10:39:16 AM] Source has percentage of telecined patterns: 80.53
[12/6/2006 10:39:16 AM] Source has percentage of progressive patterns: 19.47
[12/6/2006 10:39:16 AM] Source has percentage of interlaced patterns: 0.00
[12/6/2006 10:39:16 AM] Source is considered to be hybrid (mostly FILM).
[12/6/2006 10:39:16 AM] Looking for optimal hybrid thresholds.
[12/6/2006 10:40:56 AM] Found threshold of: 1.78
[12/6/2006 10:40:56 AM] Forcing deinterlacing.
[12/6/2006 10:40:56 AM] Output will contain 149542 frames
[12/6/2006 10:40:56 AM] Encoding audio.
[12/6/2006 10:49:35 AM] Audio1 size: 63,091,608 bytes (60.17 Mb)
[12/6/2006 10:49:35 AM] Overhead: 9,648,384 bytes (9.20 Mb)
[12/6/2006 10:49:35 AM] Video size: 661,263,208 bytes (630.63 Mb)
[12/6/2006 10:49:35 AM] Target bitrate is: 1060kbps
[12/6/2006 10:49:35 AM] Running compressibility test.
[12/6/2006 10:49:35 AM] Writing the following script to H:\agk_tmp\doa_1949_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")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")

movie = mpeg2source("H:\agk_tmp\doa_1949.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.909090909090909
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
KernelDeInt(movie,order=1,sharp=true)
autocrop(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(280,14)
===========================================================
[12/6/2006 10:54:46 AM] Duration was: 5 minutes 10 seconds
[12/6/2006 10:54:46 AM] Speed was: 24.06 fps.
[12/6/2006 10:54:46 AM] Compressibility percentage is: 15.77
[12/6/2006 10:54:46 AM] Using softer resizer.
[12/6/2006 10:54:46 AM] Chosen resolution is: 336x256 ( AR: 1.31 )
[12/6/2006 10:54:46 AM] Predicted comptest value is: 60.45%
[12/6/2006 10:54:46 AM] Running first pass.
[12/6/2006 10:54:46 AM] Writing the following script to H:\agk_tmp\doa_1949_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")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")

movie = mpeg2source("H:\agk_tmp\doa_1949.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.909090909090909
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 = 336
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
KernelDeInt(movie,order=1,sharp=true)
autocrop(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)
===========================================================
[12/6/2006 11:31:12 AM] Duration was: 36 minutes 25 seconds
[12/6/2006 11:31:12 AM] Speed was: 68.42 fps.
[12/6/2006 11:31:12 AM] Running second pass.
[12/6/2006 12:08:19 PM] Duration was: 37 minutes 6 seconds
[12/6/2006 12:08:19 PM] Speed was: 67.17 fps.
[12/6/2006 12:08:19 PM] Job finished. Total time: 1 hour, 35 minutes 57 seconds

