Luke2000
12th September 2004, 11:29
hi there
i think the subject says everything;
i rip a futurama episode on tv, my result is a
about 1,3gb mpeg2 file;
when i ripped this file with autogk 1.5- (and before)
at the following settings the result was great!
175mb @ 128cbr mp3 @ 512x...
(incl .cartoon file)
well i downloaded the new version yesterday and installed it
same settings...
result was an 154.538 KB file
any ideas?
TIA
Luke
PS: the log file may help you?
PPS: same problem in the new beta 1.56
##############LOG#################
[11.09.2004 18:28:50] AutoGK 1.54b
[11.09.2004 18:28:50] OS: WinXP (5.1.2600).2
[11.09.2004 18:28:50] Job started.
[11.09.2004 18:28:50] Input file: VTS_01_1.VOB
[11.09.2004 18:28:50] Output file: F:\NEW\VIDEO_TS\Futurama - Lustkrise auf Omicron Persei Acht.avi
[11.09.2004 18:28:50] Audio: Unknown Audio
[11.09.2004 18:28:50] Subtitles: none
[11.09.2004 18:28:50] Codec: XviD
[11.09.2004 18:28:50] Target size: 175Mb
[11.09.2004 18:28:50] Custom resolution settings: fixed width of 512 pixels
[11.09.2004 18:28:50] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[11.09.2004 18:28:50] Started encoding.
[11.09.2004 18:28:50] Demuxing and indexing.
[11.09.2004 18:32:05] Processing file: F:\NEW\VIDEO_TS\VTS_01_1.VOB
[11.09.2004 18:32:05] Processing file: F:\NEW\VIDEO_TS\VTS_01_2.VOB
[11.09.2004 18:32:05] Source aspect ratio: 4:3
[11.09.2004 18:32:05] Source resolution: 720x576
[11.09.2004 18:32:05] Found PAL source.
[11.09.2004 18:32:05] Analyzing source.
[11.09.2004 18:34:03] Source has percentage of interlacing in motion areas: 54,67
[11.09.2004 18:34:03] Source is considered to be interlaced.
[11.09.2004 18:34:03] Found 31405 frames
[11.09.2004 18:34:03] Encoding audio.
[11.09.2004 18:35:37] Using cartoon mode.
[11.09.2004 18:35:37] Audio size: 20,097,152 bytes (19.17 Mb)
[11.09.2004 18:35:37] Overhead: 372,992 bytes (0.36 Mb)
[11.09.2004 18:35:37] Video size: 163,030,656 bytes (155.48 Mb)
[11.09.2004 18:35:37] Running compressibility test.
[11.09.2004 18:35:37] Writing the following script to F:\NEW\VIDEO_TS\agk_tmp\Futurama - Lustkrise auf Omicron Persei Acht_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("F:\NEW\VIDEO_TS\agk_tmp\Futurama - Lustkrise auf Omicron Persei Acht.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()
LanczosResize(out_width,out_height)
SelectRangeEvery(214,15)
===========================================================
[11.09.2004 18:38:42] Duration was: 3 minutes 4 seconds
[11.09.2004 18:38:42] Speed was: 8,50 fps.
[11.09.2004 18:38:42] Compressibility percentage is: 21,76
[11.09.2004 18:38:42] Chosen resolution is: 512x384 ( AR: 1,33 )
[11.09.2004 18:38:42] Predicted comptest value is: 21,76
[11.09.2004 18:38:42] Running first pass.
[11.09.2004 18:38:42] Writing the following script to F:\NEW\VIDEO_TS\agk_tmp\Futurama - Lustkrise auf Omicron Persei Acht_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("F:\NEW\VIDEO_TS\agk_tmp\Futurama - Lustkrise auf Omicron Persei Acht.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()
LanczosResize(out_width,out_height)
===========================================================
[11.09.2004 19:07:34] Duration was: 28 minutes 51 seconds
[11.09.2004 19:07:34] Speed was: 18,14 fps.
[11.09.2004 19:07:34] Expected quality of first pass size: 47,57
[11.09.2004 19:07:34] Running second pass.
[11.09.2004 19:35:46] Duration was: 28 minutes 12 seconds
[11.09.2004 19:35:46] Speed was: 18,56 fps.
[11.09.2004 19:35:46] Job finished.
i think the subject says everything;
i rip a futurama episode on tv, my result is a
about 1,3gb mpeg2 file;
when i ripped this file with autogk 1.5- (and before)
at the following settings the result was great!
175mb @ 128cbr mp3 @ 512x...
(incl .cartoon file)
well i downloaded the new version yesterday and installed it
same settings...
result was an 154.538 KB file
any ideas?
TIA
Luke
PS: the log file may help you?
PPS: same problem in the new beta 1.56
##############LOG#################
[11.09.2004 18:28:50] AutoGK 1.54b
[11.09.2004 18:28:50] OS: WinXP (5.1.2600).2
[11.09.2004 18:28:50] Job started.
[11.09.2004 18:28:50] Input file: VTS_01_1.VOB
[11.09.2004 18:28:50] Output file: F:\NEW\VIDEO_TS\Futurama - Lustkrise auf Omicron Persei Acht.avi
[11.09.2004 18:28:50] Audio: Unknown Audio
[11.09.2004 18:28:50] Subtitles: none
[11.09.2004 18:28:50] Codec: XviD
[11.09.2004 18:28:50] Target size: 175Mb
[11.09.2004 18:28:50] Custom resolution settings: fixed width of 512 pixels
[11.09.2004 18:28:50] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[11.09.2004 18:28:50] Started encoding.
[11.09.2004 18:28:50] Demuxing and indexing.
[11.09.2004 18:32:05] Processing file: F:\NEW\VIDEO_TS\VTS_01_1.VOB
[11.09.2004 18:32:05] Processing file: F:\NEW\VIDEO_TS\VTS_01_2.VOB
[11.09.2004 18:32:05] Source aspect ratio: 4:3
[11.09.2004 18:32:05] Source resolution: 720x576
[11.09.2004 18:32:05] Found PAL source.
[11.09.2004 18:32:05] Analyzing source.
[11.09.2004 18:34:03] Source has percentage of interlacing in motion areas: 54,67
[11.09.2004 18:34:03] Source is considered to be interlaced.
[11.09.2004 18:34:03] Found 31405 frames
[11.09.2004 18:34:03] Encoding audio.
[11.09.2004 18:35:37] Using cartoon mode.
[11.09.2004 18:35:37] Audio size: 20,097,152 bytes (19.17 Mb)
[11.09.2004 18:35:37] Overhead: 372,992 bytes (0.36 Mb)
[11.09.2004 18:35:37] Video size: 163,030,656 bytes (155.48 Mb)
[11.09.2004 18:35:37] Running compressibility test.
[11.09.2004 18:35:37] Writing the following script to F:\NEW\VIDEO_TS\agk_tmp\Futurama - Lustkrise auf Omicron Persei Acht_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("F:\NEW\VIDEO_TS\agk_tmp\Futurama - Lustkrise auf Omicron Persei Acht.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()
LanczosResize(out_width,out_height)
SelectRangeEvery(214,15)
===========================================================
[11.09.2004 18:38:42] Duration was: 3 minutes 4 seconds
[11.09.2004 18:38:42] Speed was: 8,50 fps.
[11.09.2004 18:38:42] Compressibility percentage is: 21,76
[11.09.2004 18:38:42] Chosen resolution is: 512x384 ( AR: 1,33 )
[11.09.2004 18:38:42] Predicted comptest value is: 21,76
[11.09.2004 18:38:42] Running first pass.
[11.09.2004 18:38:42] Writing the following script to F:\NEW\VIDEO_TS\agk_tmp\Futurama - Lustkrise auf Omicron Persei Acht_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\undot.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\kerneldeint.dll")
movie = mpeg2source("F:\NEW\VIDEO_TS\agk_tmp\Futurama - Lustkrise auf Omicron Persei Acht.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()
LanczosResize(out_width,out_height)
===========================================================
[11.09.2004 19:07:34] Duration was: 28 minutes 51 seconds
[11.09.2004 19:07:34] Speed was: 18,14 fps.
[11.09.2004 19:07:34] Expected quality of first pass size: 47,57
[11.09.2004 19:07:34] Running second pass.
[11.09.2004 19:35:46] Duration was: 28 minutes 12 seconds
[11.09.2004 19:35:46] Speed was: 18,56 fps.
[11.09.2004 19:35:46] Job finished.