agk_noob
20th May 2006, 07:13
this window popped up:
"the function setmode was called on a stream[?] that hasn't been previously initialized with SetSource"?
keep up the good work! whether or not 2.27 is the last, thank you n great work guys!
EDIT: very sorry i forgot to add my log...which oddly the filename is lay_agk_agk.log, when it should be lay_agk.log?
[5/19/2006 9:48:09 AM] AutoGK 2.26
[5/19/2006 9:48:09 AM] OS: WinXP (5.1.2600).2
[5/19/2006 9:48:09 AM] Job started.
[5/19/2006 9:48:09 AM] Input file: C:\44\LAY\lay.avi
[5/19/2006 9:48:09 AM] Input codec: XviD
[5/19/2006 9:48:09 AM] Source duration: 1h 41mn 5s 440ms
[5/19/2006 9:48:09 AM] Output file: C:\44\RPLAY\lay_agk.avi
[5/19/2006 9:48:09 AM] Output codec: XviD
[5/19/2006 9:48:09 AM] Audio 1: 126 Kbps MPEG1/2 L3 2ch
[5/19/2006 9:48:09 AM] Subtitles: none
[5/19/2006 9:48:09 AM] Format: .AVI
[5/19/2006 9:48:09 AM] Target size: 700Mb
[5/19/2006 9:48:09 AM] Custom resolution settings: fixed width of 640 pixels
[5/19/2006 9:48:09 AM] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[5/19/2006 9:48:09 AM] Standalone support enabled: ESS
[5/19/2006 9:48:09 AM] Started encoding.
[5/19/2006 9:48:09 AM] Source resolution: 576x240
[5/19/2006 9:48:09 AM] Source fps: 25
[5/19/2006 9:48:09 AM] Analyzing source.
[5/19/2006 2:58:25 PM] Source has percentage of interlacing in motion areas: 0.00
[5/19/2006 2:58:25 PM] Source is considered to be progressive.
[5/19/2006 2:58:25 PM] Output will contain 151636 frames
[5/19/2006 2:58:25 PM] Demuxing audio.
[5/19/2006 2:59:45 PM] Forcing encoding with sharp matrix.
[5/19/2006 2:59:45 PM] Audio1 size: 95,639,858 bytes (91.21 Mb)
[5/19/2006 2:59:45 PM] Overhead: 1,800,704 bytes (1.72 Mb)
[5/19/2006 2:59:45 PM] Video size: 636,562,638 bytes (607.07 Mb)
[5/19/2006 2:59:45 PM] Running compressibility test.
[5/19/2006 2:59:45 PM] Writing the following script to C:\44\RPLAY\agk_tmp\lay_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\RemoveGrainSSE3.dll")
movie = DirectShowSource("C:\44\LAY\lay.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(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)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[5/19/2006 3:03:01 PM] Duration was: 3 minutes 15 seconds
[5/19/2006 3:03:01 PM] Speed was: 38.74 fps.
[5/19/2006 3:03:01 PM] Compressibility percentage is: 89.59
[5/19/2006 3:03:01 PM] Chosen resolution is: 640x272 ( AR: 2.35 )
[5/19/2006 3:03:01 PM] Predicted comptest value is: 89.59%
[5/19/2006 3:03:01 PM] Running first pass.
[5/19/2006 3:03:01 PM] Writing the following script to C:\44\RPLAY\agk_tmp\lay_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\RemoveGrainSSE3.dll")
movie = DirectShowSource("C:\44\LAY\lay.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(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)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
===========================================================
[5/19/2006 3:28:50 PM] Duration was: 25 minutes 49 seconds
[5/19/2006 3:28:50 PM] Speed was: 97.89 fps.
[5/19/2006 3:28:51 PM] Expected quality of first pass size: 93.52%
[5/19/2006 3:28:51 PM] Running second pass.
[5/19/2006 3:36:42 PM] Duration was: 7 minutes 51 seconds
[5/19/2006 3:36:42 PM] Speed was: 321.45 fps.
[5/19/2006 3:36:42 PM] Job finished. Total time: 5 hours 48 minutes 32 seconds
"the function setmode was called on a stream[?] that hasn't been previously initialized with SetSource"?
keep up the good work! whether or not 2.27 is the last, thank you n great work guys!
EDIT: very sorry i forgot to add my log...which oddly the filename is lay_agk_agk.log, when it should be lay_agk.log?
[5/19/2006 9:48:09 AM] AutoGK 2.26
[5/19/2006 9:48:09 AM] OS: WinXP (5.1.2600).2
[5/19/2006 9:48:09 AM] Job started.
[5/19/2006 9:48:09 AM] Input file: C:\44\LAY\lay.avi
[5/19/2006 9:48:09 AM] Input codec: XviD
[5/19/2006 9:48:09 AM] Source duration: 1h 41mn 5s 440ms
[5/19/2006 9:48:09 AM] Output file: C:\44\RPLAY\lay_agk.avi
[5/19/2006 9:48:09 AM] Output codec: XviD
[5/19/2006 9:48:09 AM] Audio 1: 126 Kbps MPEG1/2 L3 2ch
[5/19/2006 9:48:09 AM] Subtitles: none
[5/19/2006 9:48:09 AM] Format: .AVI
[5/19/2006 9:48:09 AM] Target size: 700Mb
[5/19/2006 9:48:09 AM] Custom resolution settings: fixed width of 640 pixels
[5/19/2006 9:48:09 AM] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[5/19/2006 9:48:09 AM] Standalone support enabled: ESS
[5/19/2006 9:48:09 AM] Started encoding.
[5/19/2006 9:48:09 AM] Source resolution: 576x240
[5/19/2006 9:48:09 AM] Source fps: 25
[5/19/2006 9:48:09 AM] Analyzing source.
[5/19/2006 2:58:25 PM] Source has percentage of interlacing in motion areas: 0.00
[5/19/2006 2:58:25 PM] Source is considered to be progressive.
[5/19/2006 2:58:25 PM] Output will contain 151636 frames
[5/19/2006 2:58:25 PM] Demuxing audio.
[5/19/2006 2:59:45 PM] Forcing encoding with sharp matrix.
[5/19/2006 2:59:45 PM] Audio1 size: 95,639,858 bytes (91.21 Mb)
[5/19/2006 2:59:45 PM] Overhead: 1,800,704 bytes (1.72 Mb)
[5/19/2006 2:59:45 PM] Video size: 636,562,638 bytes (607.07 Mb)
[5/19/2006 2:59:45 PM] Running compressibility test.
[5/19/2006 2:59:45 PM] Writing the following script to C:\44\RPLAY\agk_tmp\lay_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\RemoveGrainSSE3.dll")
movie = DirectShowSource("C:\44\LAY\lay.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(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)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[5/19/2006 3:03:01 PM] Duration was: 3 minutes 15 seconds
[5/19/2006 3:03:01 PM] Speed was: 38.74 fps.
[5/19/2006 3:03:01 PM] Compressibility percentage is: 89.59
[5/19/2006 3:03:01 PM] Chosen resolution is: 640x272 ( AR: 2.35 )
[5/19/2006 3:03:01 PM] Predicted comptest value is: 89.59%
[5/19/2006 3:03:01 PM] Running first pass.
[5/19/2006 3:03:01 PM] Writing the following script to C:\44\RPLAY\agk_tmp\lay_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\RemoveGrainSSE3.dll")
movie = DirectShowSource("C:\44\LAY\lay.avi",25).KillAudio()
movie = isRGB(movie) ? ConvertToYV12(movie) : movie
movie = isYUY2(movie) ? ConvertToYV12(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)
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=0,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
===========================================================
[5/19/2006 3:28:50 PM] Duration was: 25 minutes 49 seconds
[5/19/2006 3:28:50 PM] Speed was: 97.89 fps.
[5/19/2006 3:28:51 PM] Expected quality of first pass size: 93.52%
[5/19/2006 3:28:51 PM] Running second pass.
[5/19/2006 3:36:42 PM] Duration was: 7 minutes 51 seconds
[5/19/2006 3:36:42 PM] Speed was: 321.45 fps.
[5/19/2006 3:36:42 PM] Job finished. Total time: 5 hours 48 minutes 32 seconds