Monday, April 16, 2012

How to record videos from Logitech Quickcam Pro 9000

http://ubuntuforums.org/showthread.php?t=890526


ffmpeg -f audio_device -i /dev/dsp1  -f video4linux2 -s 640x480 -i /dev/video0 -f avi - | tee `date -I`.avi | mplayer -

No comments:

Post a Comment