tipsypenguin
8th August 2005, 15:17
autogk is producing a 56MB avi that is unplayable.
[8/7/2005 10:50:10 PM] AutoGK 2.13b
[8/7/2005 10:50:10 PM] OS: WinXP (5.1.2600).2
[8/7/2005 10:50:10 PM] Job started.
[8/7/2005 10:50:10 PM] Input file: Haunted01.avi
[8/7/2005 10:50:10 PM] Input codec: XviD
[8/7/2005 10:50:10 PM] Source duration: 39mn 6s 600ms
[8/7/2005 10:50:10 PM] Output file: C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01_agk.avi
[8/7/2005 10:50:10 PM] Output codec: XviD
[8/7/2005 10:50:10 PM] Audio1: 256 Kbps AC3 2ch
[8/7/2005 10:50:10 PM] Subtitles: none
[8/7/2005 10:50:10 PM] Format: .AVI
[8/7/2005 10:50:10 PM] Target size: 350Mb
[8/7/2005 10:50:10 PM] Custom resolution settings: fixed width of 640 pixels
[8/7/2005 10:50:10 PM] Standalone support enabled: ESS
[8/7/2005 10:50:10 PM] Started encoding.
[8/7/2005 10:50:10 PM] Source resolution: 960x528
[8/7/2005 10:50:10 PM] Source fps: 25
[8/7/2005 10:50:10 PM] Analyzing source.
[8/7/2005 11:23:59 PM] Source has percentage of interlacing in motion areas: 0.90
[8/7/2005 11:23:59 PM] Source is considered to be progressive.
[8/7/2005 11:23:59 PM] Output will contain 58665 frames
[8/7/2005 11:23:59 PM] Demuxing audio.
[8/7/2005 11:24:43 PM] Decoding audio.
[8/7/2005 11:25:48 PM] Normalizing audio.
[8/7/2005 11:27:18 PM] Encoding audio.
[8/7/2005 11:31:14 PM] Audio1 size: 37,961,088 bytes (36.20 Mb)
[8/7/2005 11:31:14 PM] Overhead: 2,346,624 bytes (2.24 Mb)
[8/7/2005 11:31:14 PM] Video size: 326,693,888 bytes (311.56 Mb)
[8/7/2005 11:31:14 PM] Running compressibility test.
[8/7/2005 11:31:14 PM] Writing the following script to C:\Documents and Settings\tipsy\Desktop\shows\Haunted\agk_tmp\Haunted01_agk_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 = DirectShowSource("C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYUY2(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[8/7/2005 11:40:57 PM] Duration was: 9 minutes 42 seconds
[8/7/2005 11:40:57 PM] Speed was: 5.04 fps.
[8/7/2005 11:40:57 PM] Compressibility percentage is: 97.48
[8/7/2005 11:40:57 PM] Using sharper matrix
[8/7/2005 11:40:57 PM] Chosen resolution is: 640x352 ( AR: 1.82 )
[8/7/2005 11:40:57 PM] Predicted comptest value is: 88.02
[8/7/2005 11:40:57 PM] Running first pass.
[8/7/2005 11:40:57 PM] Writing the following script to C:\Documents and Settings\tipsy\Desktop\shows\Haunted\agk_tmp\Haunted01_agk_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 = DirectShowSource("C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYUY2(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
===========================================================
[8/8/2005 1:42:15 AM] Duration was: 2 hours 1 minute, 17 seconds
[8/8/2005 1:42:15 AM] Speed was: 8.06 fps.
[8/8/2005 1:42:15 AM] Expected quality of first pass size: 100.97
[8/8/2005 1:42:15 AM] Trying to adjust settings.
[8/8/2005 1:42:15 AM] Switching b-frames off
[8/8/2005 1:42:15 AM] Chosen resolution is: 640x352 ( AR: 1.82 )
[8/8/2005 1:42:15 AM] Predicted comptest value is: 75.62
[8/8/2005 1:42:15 AM] Re-running first pass.
[8/8/2005 1:42:15 AM] Writing the following script to C:\Documents and Settings\tipsy\Desktop\shows\Haunted\agk_tmp\Haunted01_agk_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 = DirectShowSource("C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYUY2(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
===========================================================
[8/8/2005 2:29:39 AM] Duration was: 47 minutes 23 seconds
[8/8/2005 2:29:39 AM] Speed was: 20.63 fps.
[8/8/2005 2:29:39 AM] Expected quality of first pass size: 76.13
[8/8/2005 2:29:39 AM] Running second pass.
[8/8/2005 2:38:13 AM] Duration was: 8 minutes 33 seconds
[8/8/2005 2:38:13 AM] Speed was: 114.20 fps.
[8/8/2005 2:38:13 AM] Job finished. Total time: 3 hours 48 minutes 3 seconds
[8/7/2005 10:50:10 PM] AutoGK 2.13b
[8/7/2005 10:50:10 PM] OS: WinXP (5.1.2600).2
[8/7/2005 10:50:10 PM] Job started.
[8/7/2005 10:50:10 PM] Input file: Haunted01.avi
[8/7/2005 10:50:10 PM] Input codec: XviD
[8/7/2005 10:50:10 PM] Source duration: 39mn 6s 600ms
[8/7/2005 10:50:10 PM] Output file: C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01_agk.avi
[8/7/2005 10:50:10 PM] Output codec: XviD
[8/7/2005 10:50:10 PM] Audio1: 256 Kbps AC3 2ch
[8/7/2005 10:50:10 PM] Subtitles: none
[8/7/2005 10:50:10 PM] Format: .AVI
[8/7/2005 10:50:10 PM] Target size: 350Mb
[8/7/2005 10:50:10 PM] Custom resolution settings: fixed width of 640 pixels
[8/7/2005 10:50:10 PM] Standalone support enabled: ESS
[8/7/2005 10:50:10 PM] Started encoding.
[8/7/2005 10:50:10 PM] Source resolution: 960x528
[8/7/2005 10:50:10 PM] Source fps: 25
[8/7/2005 10:50:10 PM] Analyzing source.
[8/7/2005 11:23:59 PM] Source has percentage of interlacing in motion areas: 0.90
[8/7/2005 11:23:59 PM] Source is considered to be progressive.
[8/7/2005 11:23:59 PM] Output will contain 58665 frames
[8/7/2005 11:23:59 PM] Demuxing audio.
[8/7/2005 11:24:43 PM] Decoding audio.
[8/7/2005 11:25:48 PM] Normalizing audio.
[8/7/2005 11:27:18 PM] Encoding audio.
[8/7/2005 11:31:14 PM] Audio1 size: 37,961,088 bytes (36.20 Mb)
[8/7/2005 11:31:14 PM] Overhead: 2,346,624 bytes (2.24 Mb)
[8/7/2005 11:31:14 PM] Video size: 326,693,888 bytes (311.56 Mb)
[8/7/2005 11:31:14 PM] Running compressibility test.
[8/7/2005 11:31:14 PM] Writing the following script to C:\Documents and Settings\tipsy\Desktop\shows\Haunted\agk_tmp\Haunted01_agk_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 = DirectShowSource("C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYUY2(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[8/7/2005 11:40:57 PM] Duration was: 9 minutes 42 seconds
[8/7/2005 11:40:57 PM] Speed was: 5.04 fps.
[8/7/2005 11:40:57 PM] Compressibility percentage is: 97.48
[8/7/2005 11:40:57 PM] Using sharper matrix
[8/7/2005 11:40:57 PM] Chosen resolution is: 640x352 ( AR: 1.82 )
[8/7/2005 11:40:57 PM] Predicted comptest value is: 88.02
[8/7/2005 11:40:57 PM] Running first pass.
[8/7/2005 11:40:57 PM] Writing the following script to C:\Documents and Settings\tipsy\Desktop\shows\Haunted\agk_tmp\Haunted01_agk_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 = DirectShowSource("C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYUY2(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
===========================================================
[8/8/2005 1:42:15 AM] Duration was: 2 hours 1 minute, 17 seconds
[8/8/2005 1:42:15 AM] Speed was: 8.06 fps.
[8/8/2005 1:42:15 AM] Expected quality of first pass size: 100.97
[8/8/2005 1:42:15 AM] Trying to adjust settings.
[8/8/2005 1:42:15 AM] Switching b-frames off
[8/8/2005 1:42:15 AM] Chosen resolution is: 640x352 ( AR: 1.82 )
[8/8/2005 1:42:15 AM] Predicted comptest value is: 75.62
[8/8/2005 1:42:15 AM] Re-running first pass.
[8/8/2005 1:42:15 AM] Writing the following script to C:\Documents and Settings\tipsy\Desktop\shows\Haunted\agk_tmp\Haunted01_agk_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 = DirectShowSource("C:\Documents and Settings\tipsy\Desktop\shows\Haunted\Haunted01.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYUY2(movie) : movie
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1
c_width = width(cropclip)
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
===========================================================
[8/8/2005 2:29:39 AM] Duration was: 47 minutes 23 seconds
[8/8/2005 2:29:39 AM] Speed was: 20.63 fps.
[8/8/2005 2:29:39 AM] Expected quality of first pass size: 76.13
[8/8/2005 2:29:39 AM] Running second pass.
[8/8/2005 2:38:13 AM] Duration was: 8 minutes 33 seconds
[8/8/2005 2:38:13 AM] Speed was: 114.20 fps.
[8/8/2005 2:38:13 AM] Job finished. Total time: 3 hours 48 minutes 3 seconds