Hallo

> I like to create a title screen from a single-frame converted to an avi, but I
> need a matching amount of silence.  It seems obvious to use the lav2wav -r
> command to get an exact match, but I don't understand the parameters
> required.  The end-product is to be a PAL DVD.
> 
> I believe that the sample rate needs to be 48000 - is that right?  What values
> must I give for bs and ch?
There are at least two ways:
lav2wav file_without_sound.eli | mp2enc -r 48000 -o silence_dvd.mp2
or 
lav2wav -r 48000,16,2 | mp2enc -o silence_dvd.mp2

using -r with mp2enc, mp2enc does the conversation from 44100kHz to
48000kHz.
else lav2wav does emmit a different samplerate. 

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 the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to