Changes between Version 4 and Version 5 of How to capture a webcam input


Ignore:
Timestamp:
09/15/2012 10:41:05 AM (9 months ago)
Author:
burek
Comment:

avoid using external tutorials if possible, since links do brake often

Legend:

Unmodified
Added
Removed
Modified
  • How to capture a webcam input

    v4 v5  
    22== Windows == 
    33 
    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. 
     4For windows you should probably use the "dshow" input source, like this: 
     5{{{ 
     6ffmpeg -f dshow -r 25 -s 640x480 -i video="USB2.0_Camera":audio="Microphone (USB Audio Device)" output.avi 
     7}}} 
     8 
     9You can also possibly use the (now out dated) [[vfwcap]] device. 
    510 
    611== Linux ==