Changes between Initial Version and Version 1 of Ticket #4164, comment 4
- Timestamp:
- Dec 6, 2014, 8:56:34 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4164, comment 4
initial v1 2 2 3 3 {{{ 4 ffmpeg -f x11grab -show_region 1 -i :0.0+50 +50 -qscale 2 out.avi4 ffmpeg -f x11grab -show_region 1 -i :0.0+50,50 -qscale 2 out.avi 5 5 }}} 6 6 7 If the top-left corner of the capture region is "+x +y", the ''non-static'' portion of the capture seems to start at "+(2*x)+(2*y)"7 If the top-left corner of the capture region is "+x,y", the ''non-static'' portion of the capture seems to start at "+(2*x),(2*y)"


