Log in

View Full Version : Oversized output / 2CD => 3CD


xtc
11th November 2005, 15:32
Must be a bug with the splitting, I think. When choosing 2CD output, I get 3.
Well, it's 2CD + a 7MB file of a third cd. The third file only contains credits, so it's no a big deal, but still...:P

Video info: MPEG2 720x576 PAL 16:9 letbox PGC 1. Length: 2:08:17:24

1.st run: XviD, 2CD, fixed 640 (x 272), 2 substreams, DTS:
[10.11.2005 10:47:56] AutoGK 2.20
[10.11.2005 10:47:56] OS: WinXP (5.1.2600).2
[10.11.2005 10:47:56] Job started.
[10.11.2005 10:47:56] Input file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_0.IFO
[10.11.2005 10:47:56] Output file: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men2.dvdrip.xvid.avi
[10.11.2005 10:47:56] Output codec: XviD
[10.11.2005 10:47:56] Audio 1: English AC3 6ch
[10.11.2005 10:47:56] Subtitles 1: English : Wide/Letterbox
[10.11.2005 10:47:56] Subtitles 2: Norsk : Wide/Letterbox
[10.11.2005 10:47:56] Format: .AVI
[10.11.2005 10:47:56] Target size: 1400Mb
[10.11.2005 10:47:56] Custom resolution settings: fixed width of 640 pixels
[10.11.2005 10:47:56] Custom audio settings: Original
[10.11.2005 10:47:56] Started encoding.
[10.11.2005 10:47:56] Demuxing and indexing.
[10.11.2005 10:54:58] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_1.VOB
[10.11.2005 10:54:58] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_2.VOB
[10.11.2005 10:54:58] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_3.VOB
[10.11.2005 10:54:58] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_4.VOB
[10.11.2005 10:54:58] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_5.VOB
[10.11.2005 10:54:58] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_6.VOB
[10.11.2005 10:54:58] Source resolution: 720x576
[10.11.2005 10:54:58] Found PAL source.
[10.11.2005 10:54:58] Source aspect ratio: 16:9
[10.11.2005 10:54:58] Color correction enabled.
[10.11.2005 10:54:58] Analyzing source.
[10.11.2005 11:00:15] Source has percentage of interlacing in motion areas: 0,17
[10.11.2005 11:00:15] Source is considered to be progressive.
[10.11.2005 11:00:15] Output will contain 192449 frames
[10.11.2005 11:00:15] Preparing subtitles.
[10.11.2005 11:03:23] Compressing subtitles.
[10.11.2005 11:03:29] Audio1 size: 431,087,104 bytes (411.12 Mb)
[10.11.2005 11:03:29] Overhead: 1,282,944 bytes (1.22 Mb)
[10.11.2005 11:03:29] Subtitles size: 1,025,028 bytes (0.98 Mb)
[10.11.2005 11:03:29] Video size: 1,034,611,324 bytes (986.68 Mb)
[10.11.2005 11:03:29] Running compressibility test.
[10.11.2005 11:03:29] Writing the following script to E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men2.dvdrip.xvid_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men2.dvdrip.xvid.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
SelectRangeEvery(300,15)
===========================================================
[10.11.2005 11:08:39] Duration was: 5 minutes 10 seconds
[10.11.2005 11:08:39] Speed was: 31,01 fps.
[10.11.2005 11:08:40] Compressibility percentage is: 73,02
[10.11.2005 11:08:40] Chosen resolution is: 640x272 ( AR: 2,35 )
[10.11.2005 11:08:40] Predicted comptest value is: 73,02
[10.11.2005 11:08:40] Running first pass.
[10.11.2005 11:08:40] Writing the following script to E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men2.dvdrip.xvid_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men2.dvdrip.xvid.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
===========================================================
[10.11.2005 12:12:08] Duration was: 1 hour, 3 minutes 28 seconds
[10.11.2005 12:12:08] Speed was: 50,54 fps.
[10.11.2005 12:12:08] Expected quality of first pass size: 71,85
[10.11.2005 12:12:08] Running second pass.
[10.11.2005 13:39:04] Duration was: 1 hour, 26 minutes 55 seconds
[10.11.2005 13:39:04] Speed was: 36,90 fps.
[10.11.2005 13:39:04] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men2.dvdrip.xvid.cd1.avi
[10.11.2005 13:41:15] Splitting and compressing subtitles.
[10.11.2005 13:41:15] Executing: rundll32.exe vobsub.dll,Cutter E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men2.dvdrip.xvid E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men2.dvdrip.xvid.cd1 1 0:0:0.0 01:06:29.280
[10.11.2005 13:41:18] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men2.dvdrip.xvid.cd2.avi
[10.11.2005 13:43:21] Splitting and compressing subtitles.
[10.11.2005 13:43:21] Executing: rundll32.exe vobsub.dll,Cutter E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men2.dvdrip.xvid E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men2.dvdrip.xvid.cd2 1 01:06:29.280 02:07:42.680
[10.11.2005 13:43:24] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men2.dvdrip.xvid.cd3.avi
[10.11.2005 13:43:42] Splitting and compressing subtitles.
[10.11.2005 13:43:42] Executing: rundll32.exe vobsub.dll,Cutter E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men2.dvdrip.xvid E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men2.dvdrip.xvid.cd3 1 02:07:42.680 02:08:29.920
[10.11.2005 13:43:43] Job finished. Total time: 2 hours 55 minutes 46 seconds

2nd run: XviD, 2CD, fixed 640 (x 272), NO substreams, DTS:
[11.11.2005 06:30:13] AutoGK 2.20
[11.11.2005 06:30:13] OS: WinXP (5.1.2600).2
[11.11.2005 06:30:13] Job started.
[11.11.2005 06:30:13] Input file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_0.IFO
[11.11.2005 06:30:13] Output file: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.avi
[11.11.2005 06:30:13] Output codec: XviD
[11.11.2005 06:30:13] Audio 1: English DTS 6ch
[11.11.2005 06:30:13] Subtitles: none
[11.11.2005 06:30:13] Format: .AVI
[11.11.2005 06:30:13] Target size: 1400Mb
[11.11.2005 06:30:13] Custom resolution settings: fixed width of 640 pixels
[11.11.2005 06:30:13] Custom audio settings: Original
[11.11.2005 06:30:13] Started encoding.
[11.11.2005 06:30:13] Demuxing and indexing.
[11.11.2005 06:36:18] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_1.VOB
[11.11.2005 06:36:18] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_2.VOB
[11.11.2005 06:36:18] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_3.VOB
[11.11.2005 06:36:18] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_4.VOB
[11.11.2005 06:36:18] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_5.VOB
[11.11.2005 06:36:18] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_6.VOB
[11.11.2005 06:36:18] Source resolution: 720x576
[11.11.2005 06:36:18] Found PAL source.
[11.11.2005 06:36:18] Source aspect ratio: 16:9
[11.11.2005 06:36:18] Color correction enabled.
[11.11.2005 06:36:18] Analyzing source.
[11.11.2005 06:42:15] Source has percentage of interlacing in motion areas: 0,17
[11.11.2005 06:42:15] Source is considered to be progressive.
[11.11.2005 06:42:15] Output will contain 192449 frames
[11.11.2005 06:42:15] Audio1 size: 726,013,098 bytes (692.38 Mb)
[11.11.2005 06:42:15] Overhead: 1,282,944 bytes (1.22 Mb)
[11.11.2005 06:42:15] Video size: 740,710,358 bytes (706.40 Mb)
[11.11.2005 06:42:15] Running compressibility test.
[11.11.2005 06:42:15] Writing the following script to E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
SelectRangeEvery(300,15)
===========================================================
[11.11.2005 06:47:37] Duration was: 5 minutes 21 seconds
[11.11.2005 06:47:37] Speed was: 29,88 fps.
[11.11.2005 06:47:37] Compressibility percentage is: 52,28
[11.11.2005 06:47:37] Using softer resizer.
[11.11.2005 06:47:37] Chosen resolution is: 640x272 ( AR: 2,35 )
[11.11.2005 06:47:37] Predicted comptest value is: 54,23
[11.11.2005 06:47:37] Running first pass.
[11.11.2005 06:47:37] Writing the following script to E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
BicubicResize(out_width,out_height,0,0.5)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
===========================================================
[11.11.2005 07:53:57] Duration was: 1 hour, 6 minutes 19 seconds
[11.11.2005 07:53:57] Speed was: 48,36 fps.
[11.11.2005 07:53:58] Expected quality of first pass size: 53,57
[11.11.2005 07:53:58] Running second pass.
[11.11.2005 09:21:58] Duration was: 1 hour, 28 minutes 0 seconds
[11.11.2005 09:21:58] Speed was: 36,45 fps.
[11.11.2005 09:21:59] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.cd1.avi
[11.11.2005 09:24:14] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.cd2.avi
[11.11.2005 09:26:42] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.cd3.avi
[11.11.2005 09:27:07] Job finished. Total time: 2 hours 56 minutes 54 seconds

xtc
11th November 2005, 15:34
3rd run: XviD, 2CD, fixed 640 (x272), NO substreams, AC3
[11.11.2005 10:09:15] AutoGK 2.20
[11.11.2005 10:09:15] OS: WinXP (5.1.2600).2
[11.11.2005 10:09:15] Job started.
[11.11.2005 10:09:15] Input file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_0.IFO
[11.11.2005 10:09:15] Output file: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.avi
[11.11.2005 10:09:15] Output codec: XviD
[11.11.2005 10:09:15] Audio 1: English AC3 6ch
[11.11.2005 10:09:15] Subtitles: none
[11.11.2005 10:09:15] Format: .AVI
[11.11.2005 10:09:15] Target size: 1400Mb
[11.11.2005 10:09:15] Custom resolution settings: fixed width of 640 pixels
[11.11.2005 10:09:15] Custom audio settings: Original
[11.11.2005 10:09:15] Started encoding.
[11.11.2005 10:09:15] Demuxing and indexing.
[11.11.2005 10:13:39] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_1.VOB
[11.11.2005 10:13:39] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_2.VOB
[11.11.2005 10:13:39] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_3.VOB
[11.11.2005 10:13:39] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_4.VOB
[11.11.2005 10:13:39] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_5.VOB
[11.11.2005 10:13:39] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_6.VOB
[11.11.2005 10:13:39] Source resolution: 720x576
[11.11.2005 10:13:39] Found PAL source.
[11.11.2005 10:13:39] Source aspect ratio: 16:9
[11.11.2005 10:13:40] Color correction enabled.
[11.11.2005 10:13:40] Analyzing source.
[11.11.2005 10:19:14] Source has percentage of interlacing in motion areas: 0,17
[11.11.2005 10:19:14] Source is considered to be progressive.
[11.11.2005 10:19:14] Output will contain 192449 frames
[11.11.2005 10:19:14] Audio1 size: 431,087,104 bytes (411.12 Mb)
[11.11.2005 10:19:14] Overhead: 1,282,944 bytes (1.22 Mb)
[11.11.2005 10:19:14] Video size: 1,035,636,352 bytes (987.66 Mb)
[11.11.2005 10:19:14] Running compressibility test.
[11.11.2005 10:19:14] Writing the following script to E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
SelectRangeEvery(300,15)
===========================================================
[11.11.2005 10:25:23] Duration was: 6 minutes 8 seconds
[11.11.2005 10:25:23] Speed was: 26,08 fps.
[11.11.2005 10:25:23] Compressibility percentage is: 73,09
[11.11.2005 10:25:23] Chosen resolution is: 640x272 ( AR: 2,35 )
[11.11.2005 10:25:23] Predicted comptest value is: 73,09
[11.11.2005 10:25:23] Running first pass.
[11.11.2005 10:25:23] Writing the following script to E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
===========================================================
[11.11.2005 11:33:36] Duration was: 1 hour, 8 minutes 12 seconds
[11.11.2005 11:33:36] Speed was: 47,02 fps.
[11.11.2005 11:33:37] Expected quality of first pass size: 71,92
[11.11.2005 11:33:37] Running second pass.
[11.11.2005 13:05:17] Duration was: 1 hour, 31 minutes 39 seconds
[11.11.2005 13:05:17] Speed was: 34,99 fps.
[11.11.2005 13:05:18] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.cd1.avi
[11.11.2005 13:07:27] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.cd2.avi
[11.11.2005 13:09:29] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.cd3.avi
[11.11.2005 13:09:51] Job finished. Total time: 3 hours 0 minutes 35 seconds

Also, this time a 3rd file (11MB)
I'm using XviD-1.0.3-20122004, which I have used for a long time.

What's going on?

Edit:

Argh! 3 files AGAIN!
This time I used XviD-1.1.0-Beta2-04042005 (YES, I uninstalled the old version first)
4th run: Same settings as the previous one:
[11.11.2005 18:58:13] AutoGK 2.20
[11.11.2005 18:58:13] OS: WinXP (5.1.2600).2
[11.11.2005 18:58:13] Job started.
[11.11.2005 18:58:13] Input file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_0.IFO
[11.11.2005 18:58:13] Output file: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.avi
[11.11.2005 18:58:13] Output codec: XviD
[11.11.2005 18:58:13] Audio 1: English AC3 6ch
[11.11.2005 18:58:13] Subtitles: none
[11.11.2005 18:58:13] Format: .AVI
[11.11.2005 18:58:13] Target size: 1400Mb
[11.11.2005 18:58:13] Custom resolution settings: fixed width of 640 pixels
[11.11.2005 18:58:13] Custom audio settings: Original
[11.11.2005 18:58:13] Started encoding.
[11.11.2005 18:58:13] Demuxing and indexing.
[11.11.2005 19:03:01] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_1.VOB
[11.11.2005 19:03:01] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_2.VOB
[11.11.2005 19:03:01] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_3.VOB
[11.11.2005 19:03:01] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_4.VOB
[11.11.2005 19:03:01] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_5.VOB
[11.11.2005 19:03:01] Processing file: E:\DVD\X-Men.2.2003.DVDRip.XviD\Vob\VTS_01_6.VOB
[11.11.2005 19:03:01] Source resolution: 720x576
[11.11.2005 19:03:01] Found PAL source.
[11.11.2005 19:03:01] Source aspect ratio: 16:9
[11.11.2005 19:03:01] Color correction enabled.
[11.11.2005 19:03:01] Analyzing source.
[11.11.2005 19:09:43] Source has percentage of interlacing in motion areas: 0,17
[11.11.2005 19:09:43] Source is considered to be progressive.
[11.11.2005 19:09:43] Output will contain 192449 frames
[11.11.2005 19:09:43] Audio1 size: 431,087,104 bytes (411.12 Mb)
[11.11.2005 19:09:43] Overhead: 1,282,944 bytes (1.22 Mb)
[11.11.2005 19:09:43] Video size: 1,035,636,352 bytes (987.66 Mb)
[11.11.2005 19:09:43] Running compressibility test.
[11.11.2005 19:09:43] Writing the following script to E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
SelectRangeEvery(300,15)
===========================================================
[11.11.2005 19:16:14] Duration was: 6 minutes 30 seconds
[11.11.2005 19:16:14] Speed was: 24,61 fps.
[11.11.2005 19:16:14] Compressibility percentage is: 72,71
[11.11.2005 19:16:14] Chosen resolution is: 640x272 ( AR: 2,35 )
[11.11.2005 19:16:14] Predicted comptest value is: 72,71
[11.11.2005 19:16:14] Running first pass.
[11.11.2005 19:16:14] Writing the following script to E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\autocrop.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\ColorMatrix.dll")
LoadPlugin("C:\PROGRA~1\AutoGK\filters\RemoveGrainSSE2.dll")

movie = mpeg2source("E:\DVD\X-Men.2.2003.DVDRip.XviD\agk_tmp\x-men.2.dvdrip.xvid.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
fixed_aspect = 1.42222222222222
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=34,samplestartframe=0,leftadd=0,rightadd=0,topadd=0,bottomadd=0)
LanczosResize(out_width,out_height)
RemoveGrain(mode=2)
ColorMatrix("Rec.709->Rec.601",mmx=true,hints=false)
===========================================================
[11.11.2005 20:23:30] Duration was: 1 hour, 7 minutes 15 seconds
[11.11.2005 20:23:30] Speed was: 47,69 fps.
[11.11.2005 20:23:30] Expected quality of first pass size: 71,39
[11.11.2005 20:23:30] Running second pass.
[11.11.2005 22:00:46] Duration was: 1 hour, 37 minutes 15 seconds
[11.11.2005 22:00:47] Speed was: 32,98 fps.
[11.11.2005 22:00:47] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.cd1.avi
[11.11.2005 22:03:03] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.cd2.avi
[11.11.2005 22:05:12] Splitting video into: E:\DVD\X-Men.2.2003.DVDRip.XviD\x-men.2.dvdrip.xvid.cd3.avi
[11.11.2005 22:05:36] Job finished. Total time: 3 hours 7 minutes 22 seconds