Changes between Version 2 and Version 3 of Capture/Desktop
- Timestamp:
- May 6, 2013, 1:06:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Capture/Desktop
v2 v3 1 1 == Linux == 2 2 3 Use the '''[http://ffmpeg.org/ffmpeg .html#x11grab x11grab]''' filter:3 Use the '''[http://ffmpeg.org/ffmpeg-devices.html#x11grab x11grab]''' device: 4 4 {{{ 5 5 ffmpeg -f x11grab -r 25 -s 1024x768 -i :0.0+100,200 output.flv … … 15 15 == Windows == 16 16 17 Use the '''[http://ffmpeg.org/ffmpeg .html#dshow dshow]''' filter:17 Use the '''[http://ffmpeg.org/ffmpeg-devices.html#dshow dshow]''' device: 18 18 {{{ 19 19 ffmpeg -f dshow -i video="UScreenCapture" output.flv
