Re: [Mjpeg-users] more - splitting an MJPEG to a series of JPEGs

2005-10-08 Thread Brian Wiese
I just read my serious typos - so fixed my question below... Brian Wiese wrote: So the approach I end up using is to first translate the MJPEG to a YUV stream, transform these to PNMs, then transform the PNMs to JPEGs: bash% lav2yuv +n MVI_1704.AVI | y4mtoppm | pnmsplit - image%d.pnm Is

[Mjpeg-users] more - splitting an MJPEG to a series of JPEGs

2005-10-08 Thread Brian Wiese
I'm having the same issue as this recent thread: splitting an MJPEG to a series of JPEGs http://sourceforge.net/mailarchive/message.php?msg_id=13190010 I have a Canon camera with MJPEG AVIs and when I ran the command: $ mkdir pics; lavtrans +n -o pics/t%05d.jpg -f i mvi_1434.avi I get jpegs im