Hallo

> I am making a SVCD where the MP2 audio is encoded from
> two different sources (one AC3 file and one OGG file).
> How can I join the MP2 segments into a unique file for
> multiplexing with the MPEG2 video stream?
I do not know if there ist a tool. Each file has a header and a end. So
you woud have to cut of these. Or you go the simple way decode them to
wav and rencode them. 

Lookes like that:
mpeg123 -w sound1.wav sound1.mp2
mpeg123 -w sound2.wav sound2.mp2
...

cat sound1.wav sound2.wav .... soundx.wav | mp2enc -o audio.mp2


auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to