On Thu, Aug 2, 2012 at 5:44 AM, Austin Hook <aus...@computershop.ca> wrote: > Anyone have an example command ffmpeg or otherwise, to convert the output > from the video(1) utility to something I can watch with mplayer? >
Try this: ffmpeg -s 640x480 -r 15 -f video4linux2 -i /dev/video -b 800k out.avi Ciao, David