On Thu, 2003-02-13 at 08:08, Javier Hernandez wrote:
> Is there any way to passthrough the output of smil2yuv to mencoder so
> that mencoder could extract the Audio to the "frameno.avi" file ?

I would suggest you check out the latest ffmpeg cvs and drop mencoder
for this. Just make sure you configure ffmpeg with lame support.

The following is sufficient for ffmpeg to encode a decent divx file with
mp3 audio:

mkfifo pipe.dv
smil2raw project.smil > pipe.dv &
ffmpeg -i pipe.dv -deinterlace -s 360x288 -b 500 -acodec mp3 output.avi
rm pipe.dv

No muss, no fuss ;-). The ffmpeg online doco provides much more details
on the switches that you can use.

Hope you don't have any objections to CVS though...

Cheers,

Charlie





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to