Hi All,
I've been experimenting, and this is what i'm trying to do:
Take a captured still (jpeg) and send it to the mirovideo dc10(old)
composite output.

What I've managed to piece together is the following two-part script:

jpeg2yuv -l 1 -n 100 -j /www/htdocs/cam/lastsnap.jpg -f 25 -I p | yuv2lav -o 
/tmp/test.avi
LAV_VIDEO_DEV=/dev/video1 lavplay -p C /tmp/test.avi

As you can see I'm using jpeg2yuv to make a 100 frame avi (via yuv2lav)
Then output it using lavplay.

Now obviously this is very clunky, and takes a long time to create the
avi from the jpg. Can anyone suggest a better way of doing the above? Am
I doing this the long way round?!

Thanks in advance.

-- 
Andy <[EMAIL PROTECTED]>



_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to