Hallo

> How I can save one image(jpg, gif, png, bmp, etc...) per 10(for example)
> seconds from mjpeg hardware card?
That is not that easy, you chan caputere only every n'th frame with the
-T/--time-lapse num option.

if you want to create a single image with that you might have to work
arount that with a fifo file I guess it could work like that:
mkfifo test.avi
lav2yuv test.fifo | y4mtoppm | pnmsplit - image%d.pnm
lavrec -t 250 test.avi


auf hoffentlich bald,

Berni the Chaos of Woodquarter

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


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to