This command works perfectly for saving a webcam stream to a file:

ffmpeg -f alsa -i default -itsoffset 00:00:00 -f video4linux2 -s 1280x720 -r 25 -i /dev/video0  out.avi

How would I simultaneously display this captured stream on my computer screen?

link|improve this question
feedback

migrated from stackoverflow.com Oct 6 '11 at 11:26

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.