Changes between Version 3 and Version 4 of Capture/Desktop
- Timestamp:
- May 6, 2013, 1:09:36 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Capture/Desktop
v3 v4 8 8 This will grab the image from desktop, starting with the upper-left corner at (x=100, y=200) with the width and height of 1024x768. 9 9 10 If you need audio too, you can use this:10 If you need audio too, you can use '''[http://ffmpeg.org/ffmpeg-devices.html#alsa-1 alsa]''' like this: 11 11 {{{ 12 12 ffmpeg -f x11grab -r 25 -s 1024x768 -i :0.0+100,200 -f alsa -ac 2 -i pulse output.flv
