Hey Bill,

On Wed, 2003-07-16 at 07:13, William R Sherman wrote:
> Can anyone suggest a way to convert a Sorenson video file into
> a format usable by the mjpeg tools?

mplayer can read this, afaik. Using -vo yuv4mpeg, it'll output YUV4MPEG
streams (to a file called stream.yuv - make this a fifo and read from it
in order to get the wanted effect) which mjpegtools can read. Example:

cd /tmp
mkfifo stream.yuv
mplayer -vo yuv4mpeg bla.mov &
mpeg2enc -o bla.m1v < stream.yuv
( ... this will take a while ... )

HTH,
Ronald

-- 
Ronald Bultje <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to