PDA

View Full Version : batch multimuxing


Gobd
3rd February 2005, 02:21
I have a lot of AVI files that I converted to mpv and mpa files using CCE and now they all need to be multimuxed into the vob, bup, and ifo files. How can do I just add all the mpv and mpa files to a list and get them all done and named correctly at once? This is for burning the DVD using Nero.

mrslacker
3rd February 2005, 05:01
You could make a batch script with mplex:
(mplex -f 8 -o whatever.mpg whatever.m2v whatever.mpa) for DVD at the least. Depending on the destination for which you are muxing, you might need to set the video buffer or other variables.

It sounds like there might be a CLI to MuxMan pretty soon too.

Matthew
3rd February 2005, 06:34
If using mplex, then you'd need to use DVDAuthor as well. mplex to multiplex, then DVDAuthor to author.