Changes between Version 6 and Version 7 of Capture/Desktop
- Timestamp:
- Nov 16, 2013, 2:30:14 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Capture/Desktop
v6 v7 15 15 == Windows == 16 16 17 Use the'''[http://ffmpeg.org/ffmpeg-devices.html#dshow dshow]''' device:17 Use a '''[http://ffmpeg.org/ffmpeg-devices.html#dshow dshow]''' device: 18 18 {{{ 19 19 ffmpeg -f dshow -i video="UScreenCapture" output.flv 20 20 }}} 21 21 22 This will grab the image from entire desktop. 22 This will grab the image from entire desktop. [http://betterlogic.com/roger/2010/07/list-of-available-directshow-screen-capture-filters/ Here] is a list of alternative devices to use as well: 23 23 24 24 If you need audio too, you can use this:
