Changes between Version 9 and Version 10 of Capture/Webcam
- Timestamp:
- May 18, 2013, 5:22:50 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Capture/Webcam
v9 v10 40 40 == Linux == 41 41 42 On Linux, we can use '''[http://ffmpeg.org/ffmpeg .html#video4linux2 video4linux2]''' (or shortly "v4l2") input device to capture live input (such as web camera), like this:42 On Linux, we can use '''[http://ffmpeg.org/ffmpeg-all.html#toc-video4linux2_002c-v4l2 video4linux2]''' (or shortly "v4l2") input device to capture live input (such as web camera), like this: 43 43 {{{ 44 44 ffmpeg -f video4linux2 -r 25 -s 640x480 -i /dev/video0 out.avi