Hallo

> I'm sure that I read somewhere that you can grab a single frame from an
> .avi file - but I can't find it.  How do I do that?
I guess you meant that you have read that in the Separate images part ;)

But it goes like that:
lav2yuv -f 1 -o 1 stream.avi | y4mtoppm -L >file.pnm

If you want a certain frame and know which frame (-o 1) and that you
only want one frame (-f 1). 

Or you ge all frames with that command:
mkdir jpg; lavtrans -o jpg/image%05d.jpg -f i stream.avi

BTW: If you want a certain frame and select this frame with glav. and
save that as an editlist file you can still use:
lav2yuv -f 1 the_frame_i_want.eli | .....


auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to