I know this should be simple, but how do I make silence? I've got several short m2v files created from POVRay images, but my M$ based DVD/SVCD software can't convert them because they don't have sound. I know I've seen this in my inbox, but I've 25K of messages and only a 200Mhz PentiumMMX to search with.



Here is how I generate a two second 48Khz WAV with silence:

dd if=/dev/zero bs=1024 count=96 | sox -r 48000 -t .ub - -t .wav -w -m silence.wav

You need the sox program for this to work.

Note that count=96 and the 48Khz sampling frequency are related. For DVD the standard is 48Khz, for VCD is 44Khz.

From that WAV you can convert to other formats.






------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to