Hallo

> 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?!

When you want to convert single files to something lavplay can play back
 , you use the correct way. And playing it back with lavplay is also
right. From what I remember the mjpegtools do not offer any adidtional
tools to make things easier.

The only other program that is able to use the zoran cards as output
device is mplayer.
With mplayer -vo zr ...
You can output any video to the zoran card, using all the options
mplayer offers. Maybe you find there some more help.

auf hoffentlich bald,

Berni the Chaos of Woodquarter

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


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

Reply via email to