I have been using ffmpeg with the mjpeg tools for some time.

To convert from the myriad of formats that ffmpeg supports to yuv use  
this command:

ffmpeg -i myfile.ext -f yuv4mpegpipe - | yuvmytool | etc.

To convert to another format from yuv4mpeg use this style of command:

yuvmytool | ffmpeg -f yuv4mpegpipe -i - -vcodec mpeg2video -hq -b  
6000  -maxrate 8000  -bufsize 224 myfile.mpg


There are more options you may need, but this should get you started.
Mark

On 24/07/2007, at 12:49 AM, sean wrote:

> ffmpeg seems the only alternative on linux. I'll go try to
> find out how to do it with ffmpeg. Without docs, it's not
> always easy. And they're such a friendly bunch :(
>
> sean


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to