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

2005-10-08 Thread Bernhard Praschinger
Hallo I hope I understood the question correct. > >> 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 there a quic

Re: [Mjpeg-users] Can mjpeg compile with VS 6.0?

2005-10-08 Thread Ronald S. Bultje
On Sat, 2005-10-08 at 18:34 -0500, Zoher Bharmal wrote: > I am interested in getting the jpeg2yuv compiled and build with Visual > Studio 6.0. > > Is this tool compilable/excutable on Windows and VC++6.0? It compiles/runs under mingw/cygwin, try that first. MSVC++ is often somewhat more difficul

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 the

[Mjpeg-users] Can mjpeg compile with VS 6.0?

2005-10-08 Thread Zoher Bharmal
I am interested in getting the jpeg2yuv compiled and build with Visual Studio 6.0. Is this tool compilable/excutable on Windows and VC++6.0? Zoher Bharmal --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free cont

[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