bugmenot
27th September 2004, 04:16
Hi i installed latest AutoGK 1.60 and now i cant encode anything because i get this error: EXCEPTION: ' ' is not a valid integer value.
With version 1.57 everything worked fine, i started to get this errors after upgrade to stable.
[25.9.2004 16:59:55] AutoGK 1.60
[25.9.2004 16:59:55] OS: WinXP (5.1.2600).2
[25.9.2004 16:59:55] Job started.
[25.9.2004 16:59:55] Input dir: C:\1_NA_1\VIDEO_TS
[25.9.2004 16:59:55] Output file: C:\1_NA_1\VIDEO_TS\New Folder\1na1.avi
[25.9.2004 16:59:55] Audio: Serbian
[25.9.2004 16:59:55] Subtitles: Slovenian : Wide/Letterbox/Pan & Scan
[25.9.2004 16:59:55] Codec: XviD
[25.9.2004 16:59:55] Target size: 700Mb
[25.9.2004 16:59:55] Custom audio settings: VBR MP3 with average bitrate: 128Kbps
[25.9.2004 16:59:55] Started encoding.
[25.9.2004 16:59:55] Demuxing and indexing.
[25.9.2004 17:04:26] Processing file: C:\1_NA_1\VIDEO_TS\VTS_07_1.VOB
[25.9.2004 17:04:26] Processing file: C:\1_NA_1\VIDEO_TS\VTS_07_2.VOB
[25.9.2004 17:04:26] Processing file: C:\1_NA_1\VIDEO_TS\VTS_07_3.VOB
[25.9.2004 17:04:26] Processing file: C:\1_NA_1\VIDEO_TS\VTS_07_4.VOB
[25.9.2004 17:04:26] Source aspect ratio: 4:3
[25.9.2004 17:04:26] Source resolution: 720x576
[25.9.2004 17:04:26] Found PAL source.
[25.9.2004 17:04:26] Analyzing source.
[25.9.2004 17:10:15] Source has percentage of interlacing in motion areas: 63,45
[25.9.2004 17:10:15] Source is considered to be interlaced.
[25.9.2004 17:10:16] Found 135014 frames
[25.9.2004 17:10:16] Encoding audio.
[25.9.2004 17:28:57] Indexing subtitles.
[25.9.2004 17:34:47] Audio size: 86,168,216 bytes (82.18 Mb)
[25.9.2004 17:34:47] Overhead: 5,400,576 bytes (5.15 Mb)
[25.9.2004 17:34:47] Video size: 642,434,408 bytes (612.67 Mb)
[25.9.2004 17:34:47] Running compressibility test.
[25.9.2004 17:34:47] Writing the following script to C:\1_NA_1\VIDEO_TS\New Folder\agk_tmp\1na1_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("C:\1_NA_1\VIDEO_TS\New Folder\agk_tmp\1na1.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.06666666666667
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 : (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)
Undot()
VobSub("C:\1_NA_1\VIDEO_TS\New Folder\agk_tmp\1na1.idx")
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[25.9.2004 17:47:46] Duration was: 12 minutes 58 seconds
[25.9.2004 17:47:46] Speed was: 8,67 fps.
[25.9.2004 17:47:47] Compressibility percentage is: 44,88
[25.9.2004 17:47:47] Chosen resolution is: 512x384 ( AR: 1,33 )
[25.9.2004 17:47:47] Predicted comptest value is: 70,12
[25.9.2004 17:47:47] Running first pass.
[25.9.2004 17:47:47] Writing the following script to C:\1_NA_1\VIDEO_TS\New Folder\agk_tmp\1na1_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\vsfilter.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("C:\1_NA_1\VIDEO_TS\New Folder\agk_tmp\1na1.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0)
fixed_aspect = 1.06666666666667
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 : (4.0/3.0)
out_width = 512
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)
Undot()
VobSub("C:\1_NA_1\VIDEO_TS\New Folder\agk_tmp\1na1.idx")
LanczosResize(out_width,out_height)
===========================================================
[25.9.2004 18:41:42] Duration was: 53 minutes 54 seconds
[25.9.2004 18:41:42] Speed was: 41,74 fps.
*************************************
EXCEPTION: ' ' is not a valid integer value
*************************************
[25.9.2004 18:41:42] Job finished.