|
A typical mplex incantation for multiplexing an mpeg2 video stream and an ac3 audio stream, targeting dvd output: mplex -f 8 -o myfile.mpg myfile.m2v myfile.ac3 One of the special features of mplex is the ability to shift the relative video and audio start time via the -O switch. |
After a LONG period of abandonement, the mjpegtools project was revived at the beginning of 2007, and mplex is getting some long due patching.
A typical mplex incantation for multiplexing an mpeg2 video stream and an ac3 audio stream, targeting dvd output:
mplex -f 8 -o myfile.mpg myfile.m2v myfile.ac3
One of the special features of mplex is the ability to shift the relative video and audio start time via the -O switch.