Re: [Mjpeg-users] mpeg2enc is currently broken

2007-07-23 Thread sean
Steven M. Schultz wrote: On Sun, 22 Jul 2007, sean wrote: Steven M. Schultz wrote: .. That's why I switched to a different encoder (which as it turns out gives better quality anyhow ;)) Any hints appreciated. What do you use?? BitVice from

Re: [Mjpeg-users] mpeg2enc is currently broken

2007-07-23 Thread Mark Heath
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