Log in

View Full Version : Output Size doesn't seems to work


mousehunt
21st June 2004, 17:49
Hi,

After several days of testing, I gave up. I am new to DVD ripping. What I want to do is to rip a DVD and split it into several CDs (VCDs).

The stuff I am going to rip are dramas the the duration for each DVD is about 4hrs. In the AutoGK, I have set the output size to 3CDs (2100MB). However, after the whole process, I got 4 files. 3 of them are about 717MB and the last one is a small file. The 3 files are larger than 700MB each and it does not fir into a CD.

I believe I must have done something wrong. can someone enligten me?

Thanks.

jggimi
21st June 2004, 19:32
Hello, and welcome to the forum.

First, please see Q6.3 in the AutoGK FAQ. This may be your trouble. If not, then please post your AGK log file. :logfile: It may help us diagnose your problem.

mousehunt
22nd June 2004, 03:31
Oh. I apologise that I do not know that there is a FAQ on this. All I look is within the Doom9 site.

I will try and post my result here. Thanks!

jggimi
22nd June 2004, 04:36
The FAQ at the AutoGK website is actually a link to the AGK FAQ here in the Gordian Knot forum:

http://forum.doom9.org/showthread.php?s=&threadid=72679

jebus
22nd June 2004, 21:10
R u sure it's 717MB, not 717 000 kB. Don't think Virtual Dub makes that big an errors on splitting files.
I ur files r too big, maybe try using custom filesize and slpit em up later using Virtual Dub.

mousehunt
22nd June 2004, 23:58
Ok. I have installed AutoGK on a new OS. So there is no trace of any old AVI stuff. However, the result is still the same. :(

I have posted my log here. Thanks for any help rendered.

[22-Jun-04 12:21:06 PM] Input dir: D:\WINTER_BALLAD2\VIDEO_TS
[22-Jun-04 12:21:06 PM] Output file: D:\Temp\Winter\Winter2\winter2.avi
[22-Jun-04 12:21:06 PM] Audio: Korean
[22-Jun-04 12:21:06 PM] Subtitles: English : Normal
[22-Jun-04 12:21:06 PM] Codec: XviD
[22-Jun-04 12:21:06 PM] Target size: 2100Mb
[22-Jun-04 12:21:06 PM] Started encoding.
[22-Jun-04 12:21:06 PM] Demuxing and indexing.
[22-Jun-04 12:32:33 PM] Analyzing source.
[22-Jun-04 12:32:33 PM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Temp\\Winter\\Winter2\\gk_tmp\\_.avs",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Temp\\Winter\\Winter2\\gk_tmp\\_.avi");
===========================================================
[22-Jun-04 12:55:29 PM] Source has percentage of interlacing in motion areas: 50.14
[22-Jun-04 12:55:29 PM] Source has percentage of telecined patterns: 2.63
[22-Jun-04 12:55:29 PM] Source has percentage of progressive patterns: 38.07
[22-Jun-04 12:55:29 PM] Source has percentage of interlaced patterns: 59.29
[22-Jun-04 12:55:29 PM] Source is considered to be interlaced.
[22-Jun-04 12:55:30 PM] Found 442699 frames
[22-Jun-04 12:55:30 PM] Indexing subtitles.
[22-Jun-04 12:55:30 PM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\vobsub.params
===========================================================
D:\WINTER_BALLAD2\VIDEO_TS\VTS_01_PGC_01_0.ifo
D:\Temp\Winter\Winter2\gk_tmp\winter2
1
0
0 cc
CLOSE
===========================================================
[22-Jun-04 1:05:12 PM] WinRAR is not found. Switching to internal subtitles.
[22-Jun-04 1:05:13 PM] Audio size: 354,506,496 bytes (338.08 Mb)
[22-Jun-04 1:05:13 PM] Overhead: 5,257,088 bytes (5.01 Mb)
[22-Jun-04 1:05:13 PM] Video size: 1,842,246,016 bytes (1756.90 Mb)
[22-Jun-04 1:05:13 PM] Running compressibility test.
[22-Jun-04 1:05:13 PM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\winter2_comptest.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.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")

function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }

movie = mpeg2source("D:\Temp\Winter\Winter2\gk_tmp\winter2.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 0.911392405063291)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 0.911392405063291 : 0.888888888888889
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 704
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=35)
KernelDeInt(order=getOrder(movie),sharp=true)
Undot()
VobSub("D:\Temp\Winter\Winter2\gk_tmp\winter2.idx")
LanczosResize(out_width,out_height)
SelectRangeEvery(300,15)
===========================================================
[22-Jun-04 1:05:13 PM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Temp\\Winter\\Winter2\\gk_tmp\\winter2_comptest.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x64697678,0,10000,0);
VirtualDub.video.SetCompData(1208,"AQAAAKC7DQCccxsARDpcVGVtcFxXaW50ZXJcV2ludGVyMlxna190bXBcd2ludGVyMl9jb2RlYy5sb2cAawBfAHQAbQBwAFwAdwBpAG4AdABlAHIAMgBfAGMAbwBkAGUAYwAuAGwAbwBnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkAAAABQAAABAAAABkAAAAZAAAAAYAAAACAAAAAAAAAAEAAAAsAQAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAACWAAAAZAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAIAAAACAAAAAgAAAAgQEBAREhUYEBAQEBETFhkQEBESFBYZHRAQEhUYGx8kEREUGB4jKS8SExYbIyw2QRUWGR8pNkZYGBkdJC9BWHMSEhISExUXGxISEhITFRgdEhITFBYYHCASEhQYGx4jKBMTFhshJy41FRUYHicyPUkXGBwjLj1PYhsdICg1SWKBAAAAAAoAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAHgAAAAEAAAAyAAAAAQAAAPQBAABaAAAAMgAAAAAk9AA8AAAAPAAAAPoAAAABAAAAAAAAAFxoaW50ZmlsZS5tdmgAAABzdGF0czEAAFx2aWRlby5zdGF0cwAAAABzdGF0czIAAFx2aWRlb2drLnN0YXRzAABTb2Z0d2FyZVxHTlVcWHZpRAAAAHFtYXRyaXhfaW50cmEAAABxbWF0cml4X2ludGVyAAAAQ291bGRuJ3QgY3JlYXRlIFhWSURfUkVHX1NVQktFWSAtIAAAY29uZmlnAABDb3VsZG4ndCBvcGVuIHJlZ2lzdHJ5IGtleSBmb3IgZGVsZXRpb24gLSAAAFNvZnR3YXJlXEdOVQAAAABDb3VsZG4ndCBkZWxldGUgcmVnaXN0cnkga2V5IC0gAFh2aUQAAAAAXHZpZGVvZ2suc3RhdHMAAFNvZnR3YXJlXEdOVVxYdmlEAAAAcW1hdHJpeF9pbnRyYQAAAHFtYXRyaXhfaW50ZXIAAABDb3VsZG4ndCBjcmVhdGUgWFZJRF9SRUdfU1VCS0VZIC0gAABjb25maWcAAENvdWxkbid0IG9wZW4gcmVnaXN0cnkga2V5IGZvciBkZWxldGlvbiAtIAAAU29mdHdhcmVcR05VAAAAAENvdWxkbid0IGRlbGV0ZSByZWdpc3RyeSBrZXkgLSAAWHZpRAAAAABCaXRyYXRlIChLYnBzKToAUXVhbGl0eToAAAAAUXVhbnRpemVyOgAARGVzaXJlZCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAABAnAAAQJwAAAAAAAAEAAAAAAAAAAAAAAAAAAADPAAAAAAAAAAAAAAA=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Temp\\Winter\\Winter2\\gk_tmp\\winter2_comptest.avi");
===========================================================
[22-Jun-04 2:09:45 PM] Duration was: 1 hour, 4 minutes 31 seconds
[22-Jun-04 2:09:45 PM] Speed was: 5.72 fps.
[22-Jun-04 2:09:46 PM] Compressibility percentage is: 25.30
[22-Jun-04 2:09:46 PM] Using softer matrix.
[22-Jun-04 2:09:46 PM] Using softer resizer.
[22-Jun-04 2:09:46 PM] Chosen resolution is: 448x352 ( AR: 1.27 )
[22-Jun-04 2:09:46 PM] Predicted comptest value is: 61.45
[22-Jun-04 2:09:46 PM] Running first pass.
[22-Jun-04 2:09:46 PM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\winter2_movie.avs
===========================================================
LoadPlugin("C:\PROGRA~1\AutoGK\filters\mpeg2dec3dg.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")

function getOrder(clip c) {
order = GetParity(c) ? 1 : 0
return order }

movie = mpeg2source("D:\Temp\Winter\Winter2\gk_tmp\winter2.d2v")
cropclip = autocrop(movie,mode=0,wmultof=4,hmultof=4,samples=10,aspect=0,threshold=35)
c_width = width(cropclip)
c_height = round(height(cropclip) / 0.911392405063291)
input_par = float(c_width)/float(c_height)
fixed_aspect = input_par > 1.4 ? 0.911392405063291 : 0.888888888888889
c_height = round(height(cropclip) / fixed_aspect)
input_par = float(c_width)/float(c_height)
out_width = 448
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=35)
KernelDeInt(order=getOrder(movie),sharp=true)
Undot()
VobSub("D:\Temp\Winter\Winter2\gk_tmp\winter2.idx")
BicubicResize(out_width,out_height,0,0.5)
===========================================================
[22-Jun-04 2:09:46 PM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Temp\\Winter\\Winter2\\gk_tmp\\winter2_movie.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x64697678,0,10000,0);
VirtualDub.video.SetCompData(1208,"AwAAAKC7DQCccxsARDpcVGVtcFxXaW50ZXJcV2ludGVyMlxna190bXBcd2ludGVyMl9jb2RlYy5sb2cAawBfAHQAbQBwAFwAdwBpAG4AdABlAHIAMgBfAGMAbwBkAGUAYwAuAGwAbwBnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkAAAABQAAABAAAABkAAAAZAAAAAYAAAACAAAAAAAAAAEAAAAsAQAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAACWAAAAZAAAAAAAAAAAAAAAAQA

~truncated~

dWxkbid0IG9wZW4gcmVnaXN0cnkga2V5IGZvciBkZWxldGlvbiAtIAAAU29mdHdhcmVcR05VAAAAAENvdWxkbid0IGRlbGV0ZSByZWdpc3RyeSBrZXkgLSAAWHZpRAAAAABCaXRyYXRlIChLYnBzKToAUXVhbGl0eToAAAAAUXVhbnRpemVyOgAARGVzaXJlZCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAABAnAAAQJwAAAAAAAAEAAAAAAAAAAAAAAAAAAADPAAAAAAAAAAAAAAA=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.SaveAVI("D:\\Temp\\Winter\\Winter2\\winter2.avi");
===========================================================
[22-Jun-04 9:35:08 PM] Duration was: 7 hours 25 minutes 22 seconds
[22-Jun-04 9:35:09 PM] Speed was: 16.57 fps.
[22-Jun-04 9:35:10 PM] Expected quality of first pass size: 66.64
[22-Jun-04 9:35:10 PM] Running second pass.
[22-Jun-04 9:35:11 PM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Temp\\Winter\\Winter2\\gk_tmp\\winter2_movie.avs",0,0);
VirtualDub.video.SetMode(1);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x64697678,0,10000,0);
VirtualDub.video.SetCompData(1208,"BQAAAKC7DQCccxsARDpcVGVtcFxXaW50ZXJcV2ludGVyMlxna190bXBcd2ludGVyMl9jb2RlYy5sb2cAawBfAHQAbQBwAFwAdwBpAG4AdABlAHIAMgBfAGMAbwBkAGUAYwAuAGwAbwBnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkAAAABQAAABAAAABkAAAAZAAAAAYAAAACAAAAAAAAAAEAAAAsAQAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAACWAAAAZAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAgAAAAQAAAACAAAABAAAAAgQEBAREhUYEBAQEBETFhkQEBESFBYZHRAQEhUYGx8kEREUGB4jKS8SExYbIyw2QRUWGR8pNkZYGBkdJC9BWHMSEhISExUXGxISEhITFRgdEhITFBYYHCASEhQYGx4jKBMTFhshJy41FRUYHicyPUkXGBwjLj1PYhsdICg1SWKBAAAAA

~truncated~

QAAAAAXHZpZGVvZ2suc3RhdHMAAFNvZnR3YXJlXEdOVVxYdmlEAAAAcW1hdHJpeF9pbnRyYQAAAHFtYXRyaXhfaW50ZXIAAABDb3VsZG4ndCBjcmVhdGUgWFZJRF9SRUdfU1VCS0VZIC0gAABjb25maWcAAENvdWxkbid0IG9wZW4gcmVnaXN0cnkga2V5IGZvciBkZWxldGlvbiAtIAAAU29mdHdhcmVcR05VAAAAAENvdWxkbid0IGRlbGV0ZSByZWdpc3RyeSBrZXkgLSAAWHZpRAAAAABCaXRyYXRlIChLYnBzKToAUXVhbGl0eToAAAAAUXVhbnRpemVyOgAARGVzaXJlZCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAABAnAAAQJwAAAAAAAAEAAAAAAAAAAAAAAAAAAADPAAAAAAAAAAAAAAA=");
VirtualDub.video.filters.Clear();
VirtualDub.subset.Delete();
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource("D:\\Temp\\Winter\\Winter2\\gk_tmp\\WINTER2 AC3 T01 2_0ch 192Kbps DELAY 0ms.ac3",0x00000203,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
VirtualDub.stream[0].SetClipMode(1,1);
VirtualDub.stream[0].SetConversion(0,0,0,0,0);
VirtualDub.stream[0].SetVolume();
VirtualDub.stream[0].SetCompression();
VirtualDub.SaveAVI("D:\\Temp\\Winter\\Winter2\\winter2.avi");
===========================================================
[23-Jun-04 4:55:19 AM] Duration was: 7 hours 20 minutes 8 seconds
[23-Jun-04 4:55:19 AM] Speed was: 16.76 fps.
[23-Jun-04 4:55:22 AM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Temp\\Winter\\Winter2\\winter2.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(0,150561);
VirtualDub.SaveAVI("D:\\Temp\\Winter\\Winter2\\winter2.cd1.avi");
===========================================================
[23-Jun-04 4:55:22 AM] Splitting video into: D:\Temp\Winter\Winter2\winter2.cd1.avi
[23-Jun-04 4:57:21 AM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Temp\\Winter\\Winter2\\winter2.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(150561,142600);
VirtualDub.SaveAVI("D:\\Temp\\Winter\\Winter2\\winter2.cd2.avi");
===========================================================
[23-Jun-04 4:57:21 AM] Splitting video into: D:\Temp\Winter\Winter2\winter2.cd2.avi
[23-Jun-04 4:59:23 AM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Temp\\Winter\\Winter2\\winter2.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(293161,149085);
VirtualDub.SaveAVI("D:\\Temp\\Winter\\Winter2\\winter2.cd3.avi");
===========================================================
[23-Jun-04 4:59:23 AM] Splitting video into: D:\Temp\Winter\Winter2\winter2.cd3.avi
[23-Jun-04 5:02:14 AM] Writing the following script to D:\Temp\Winter\Winter2\gk_tmp\lastjob.vcf
===========================================================
VirtualDub.Open("D:\\Temp\\Winter\\Winter2\\winter2.avi",0,0);
VirtualDub.RemoveInputStreams();
VirtualDub.stream[0].SetSource(0x73647561,0,0);
VirtualDub.stream[0].SetMode(0);
VirtualDub.stream[0].SetInterleave(1,500,2,0,0);
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(0);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(442246,452);
VirtualDub.SaveAVI("D:\\Temp\\Winter\\Winter2\\winter2.cd4.avi");
===========================================================
[23-Jun-04 5:02:14 AM] Splitting video into: D:\Temp\Winter\Winter2\winter2.cd4.avi
[23-Jun-04 5:02:17 AM] Job finished.

manono
23rd June 2004, 06:57
jebus already gave you the answer for the 717 MB part of your question. You really have 717,000 KB sized files, which equal 700 MB. Why did you ignore his answer? They'll easily burn to 1 CD each. If you had bothered to read the (long) guide (http://len0xmirror1.serveftp.net/~len0x/tutorial/AutoGK.html#7) that comes with it, down in the Burning To Disc section near the bottom, you would have come across this:
If you go by the size that Windows Explorer shows, then you might think you've been handed an oversized .avi that won't fit onto your blank CD-R. But if it says 717,000 KB in Windows, that's really a 700 MB file. To convert KB to MB, divide by 1024. 717,000/1024=700.195 MB, and it'll fit just fine.
You were also handed a little extra piece because .avis can only be split by keyframes, and the next keyframe would have made the CD oversized. So you have 3 little undersizes, which when added up give you the leftover piece at the end of the movie. Nothing can be done about that, except for you splitting it manually yourself.

What I want to do is to rip a DVD and split it into several CDs (VCDs).

Do you understand what you're saying? AutoGK makes .avis. They won't play in a DVD player unless you have a DVD/MPEG4 player. VCDs are something else entirely.

fightcancer
1st July 2004, 09:09
Originally posted by jebus
Don't think Virtual Dub makes that big an errors on splitting files.
Trust me, it does. :( After 4-5 successful MPG > AVI conversions using XVID 1.0, I've given up entirely due to 3-4 UNsuccessful conversions.

Many times I'm converting an 800MB MPG > 700MB AVI and the AVI comes out to 730MB or 745MB. WTF?

Then I'll config the XVID encoder to and manually enter a filesize of, oh say 600MB. It doesn't help. Same waste of 2 hours and 750 MB.

Personally, I have not had good luck w/the filesizes thru VDub & XVid 1.0. I think the AutoGK FAQ recommends uninstalling the codec and reinstalling the newer one. It would be nice if the FAQ told us HOW to uninstall, but that would be too easy. :D

killingspree
1st July 2004, 09:50
have you taken the avi overhead in account when calculating your bitrate? you can't just say, 700MB minus audio file size is video file size!

steVe
PS: please edit your sig, warez are not allowed on this board!

edit: to uninstall xvid go to start > programs > xvid > uninstall or remove it over the add/remove programs function in your windows control panel!