On Thu, 2004-06-10 at 00:10, eman wrote: > Hello, > Does anyone know how do i make jpeg/png files from video output via CLI? > The video output is put in /dev/video0 and i need to generate images > from it on certain time intervals. > Is there a command for this? Or are there any Perl modules i could > use? Or is there a library i could use to make an executable for this? > I'm not sure about what kind of video output it is, but it's probably > like what you'd get from running: > mplayer -vo vesa
"streamer -h" Streamer is part of the xawtv package. ex. streamer -c /dev/video0 -o test.jpeg Holden -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
