Changes between Version 4 and Version 5 of How to capture a webcam input
- Timestamp:
- 09/15/2012 10:41:05 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to capture a webcam input
v4 v5 2 2 == Windows == 3 3 4 For windows you should probably use the "dshow" input source. See [http://betterlogic.com/roger/2011/08/ffmpeg-directshow/ here]. You can also possibly use the (now out dated) [[vfwcap]] device. 4 For windows you should probably use the "dshow" input source, like this: 5 {{{ 6 ffmpeg -f dshow -r 25 -s 640x480 -i video="USB2.0_Camera":audio="Microphone (USB Audio Device)" output.avi 7 }}} 8 9 You can also possibly use the (now out dated) [[vfwcap]] device. 5 10 6 11 == Linux ==


