Log in

View Full Version : Wrong filesize when using xvid


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.

len0x
12th September 2004, 16:31
Before we start investigating - can please try version 1.57 (as I changed quite a bit of stuff internally there) and post log from it here.

Luke2000
12th September 2004, 18:10
same problem
works fine with divx (problem only @ xvid)

here the new xvid log and below the divx log, maybe it helps you.

thanks in advance


### XVID LOG

[12.09.2004 17:44:53] AutoGK 1.57b
[12.09.2004 17:44:53] OS: WinXP (5.1.2600).2
[12.09.2004 17:44:53] Job started.
[12.09.2004 17:44:53] Input file: VTS_01_1.VOB
[12.09.2004 17:44:53] Output file: F:\NEW\VIDEO_TS\175xvid.avi
[12.09.2004 17:44:53] Audio: Unknown Audio
[12.09.2004 17:44:53] Subtitles: none
[12.09.2004 17:44:53] Codec: XviD
[12.09.2004 17:44:53] Target size: 175Mb
[12.09.2004 17:44:53] Custom resolution settings: fixed width of 512 pixels
[12.09.2004 17:44:53] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[12.09.2004 17:44:53] Started encoding.
[12.09.2004 17:44:53] Demuxing and indexing.
[12.09.2004 17:48:00] Processing file: F:\NEW\VIDEO_TS\VTS_01_1.VOB
[12.09.2004 17:48:00] Processing file: F:\NEW\VIDEO_TS\VTS_01_2.VOB
[12.09.2004 17:48:00] Source aspect ratio: 4:3
[12.09.2004 17:48:00] Source resolution: 720x576
[12.09.2004 17:48:00] Found PAL source.
[12.09.2004 17:48:01] Analyzing source.
[12.09.2004 17:50:17] Source is considered to be interlaced.
[12.09.2004 17:50:17] Found 31405 frames
[12.09.2004 17:50:17] Encoding audio.
[12.09.2004 17:51:48] Using cartoon mode.
[12.09.2004 17:51:48] Audio size: 20,097,152 bytes (19.17 Mb)
[12.09.2004 17:51:48] Overhead: 372,992 bytes (0.36 Mb)
[12.09.2004 17:51:48] Video size: 163,030,656 bytes (155.48 Mb)
[12.09.2004 17:51:48] Running compressibility test.
[12.09.2004 17:54:51] Duration was: 3 minutes 2 seconds
[12.09.2004 17:54:51] Speed was: 8,61 fps.
[12.09.2004 17:54:51] Compressibility percentage is: 21,76
[12.09.2004 17:54:51] Chosen resolution is: 512x384 ( AR: 1,33 )
[12.09.2004 17:54:51] Predicted comptest value is: 21,76
[12.09.2004 17:54:51] Running first pass.
[12.09.2004 18:25:10] Duration was: 30 minutes 18 seconds
[12.09.2004 18:25:10] Speed was: 17,27 fps.
[12.09.2004 18:25:10] Expected quality of first pass size: 47,57
[12.09.2004 18:25:10] Running second pass.
[12.09.2004 18:55:36] Duration was: 30 minutes 25 seconds
[12.09.2004 18:55:36] Speed was: 17,20 fps.
[12.09.2004 18:55:36] Job finished.



### DIVX LOG

[12.09.2004 16:03:36] AutoGK 1.56b
[12.09.2004 16:03:36] OS: WinXP (5.1.2600).2
[12.09.2004 16:03:36] Job started.
[12.09.2004 16:03:36] Input file: VTS_01_1.VOB
[12.09.2004 16:03:36] Output file: F:\NEW\VIDEO_TS\175divx.avi
[12.09.2004 16:03:36] Audio: Unknown Audio
[12.09.2004 16:03:36] Subtitles: none
[12.09.2004 16:03:36] Codec: DivX
[12.09.2004 16:03:36] Target size: 175Mb
[12.09.2004 16:03:36] Custom resolution settings: fixed width of 512 pixels
[12.09.2004 16:03:36] Custom audio settings: CBR MP3 with bitrate: 128Kbps
[12.09.2004 16:03:36] Started encoding.
[12.09.2004 16:03:36] Demuxing and indexing.
[12.09.2004 16:06:53] Processing file: F:\NEW\VIDEO_TS\VTS_01_1.VOB
[12.09.2004 16:06:53] Processing file: F:\NEW\VIDEO_TS\VTS_01_2.VOB
[12.09.2004 16:06:53] Source aspect ratio: 4:3
[12.09.2004 16:06:53] Source resolution: 720x576
[12.09.2004 16:06:53] Found PAL source.
[12.09.2004 16:06:53] Analyzing source.
[12.09.2004 16:08:50] Source has percentage of interlacing in motion areas: 54,67
[12.09.2004 16:08:50] Source is considered to be interlaced.
[12.09.2004 16:08:50] Found 31405 frames
[12.09.2004 16:08:50] Encoding audio.
[12.09.2004 16:10:24] Audio size: 20,097,152 bytes (19.17 Mb)
[12.09.2004 16:10:24] Overhead: 1,145,344 bytes (1.09 Mb)
[12.09.2004 16:10:24] Video size: 162,258,304 bytes (154.74 Mb)
[12.09.2004 16:10:24] Target bitrate is: 1033kbps
[12.09.2004 16:10:24] Running compressibility test.
[12.09.2004 16:10:24] Writing the following script to F:\NEW\VIDEO_TS\agk_tmp\175divx_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\175divx.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(200,14)
===========================================================
[12.09.2004 16:13:55] Duration was: 3 minutes 29 seconds
[12.09.2004 16:13:55] Speed was: 7,50 fps.
[12.09.2004 16:13:55] Compressibility percentage is: 17,07
[12.09.2004 16:13:55] Chosen resolution is: 512x384 ( AR: 1,33 )
[12.09.2004 16:13:55] Predicted comptest value is: 17,07
[12.09.2004 16:13:55] Running first pass.
[12.09.2004 16:13:55] Writing the following script to F:\NEW\VIDEO_TS\agk_tmp\175divx_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\175divx.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)
===========================================================
[12.09.2004 16:47:19] Duration was: 33 minutes 23 seconds
[12.09.2004 16:47:19] Speed was: 15,67 fps.
[12.09.2004 16:47:19] Running second pass.
[12.09.2004 17:19:17] Duration was: 31 minutes 56 seconds
[12.09.2004 17:19:17] Speed was: 16,39 fps.
[12.09.2004 17:19:17] Job finished.

len0x
12th September 2004, 19:02
Are you sure that's its not a problem described in FAQ Q 6.3. (In any case try uninstalling and reinstalling XviD)

Luke2000
17th September 2004, 10:46
sorry for the long delay...
i uninstalled xvid now, and reinstalled it
everything workes fine now.

thanks!! :D