Log in

View Full Version : muxing with bbmpeg as dvd2svcd does it


bernd_b
6th October 2003, 17:19
As far as I understood DVD2SVCD has an interesting way of muxing the encoded file and make it fit to CD-Size in one way:

1. step: It uses bbmpeg and set a cut point at the choosen cd size

2. step: it measures the lenght of the muxed track

3. it's sets the lenght measured in step 2 as start point (minus the choosen overlap) and sets the choosen cd size again as a cut point

and so on until everything ist muxed.

I'm interested in simulating this with a batch file. But I doesn't know a program which takes a mpgeg file as parameter and returns the lenghts of this file.

Has anyone a suggestion?