On Tue, 16 Dec 2003, Bernhard Praschinger wrote:

> Hallo
> 
> And you can split the movie into audio and video with bbdmux (from the
> bbtools package, last time found on http://www.nop.org/inkling/)

        Another demuxing tool I've been using for some time is mpgtx
        which can be found at http://mpgtx.sourceforge.net/

> You will have to rencode the audio after all because VCD has 44.1kHz
> sampling rate and DVD likes 48kHz Sampling rate. 
        
        Ah, right.  I forgot that part - thanks for mentioning it!

> Conversion goes like that:
> mpg123 -w sound.wav sound.mp2
> cat sound.wav | mp2enc -r 48000 -o sound_48.mp2

        Or slightly more efficiently:

        mp2enc -r 48000 -o sound_48.mp2 < sound.wav

        saves having the cat and overhead of piping the data.

        Cheers,
        Steven Schultz



-------------------------------------------------------
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