Changes between Initial Version and Version 1 of Ticket #4164, comment 4


Ignore:
Timestamp:
Dec 6, 2014, 8:56:34 PM (12 years ago)
Author:
DiJuMx

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4164, comment 4

    initial v1  
    22
    33{{{
    4 ffmpeg -f x11grab -show_region 1 -i :0.0+50+50 -qscale 2 out.avi
     4ffmpeg -f x11grab -show_region 1 -i :0.0+50,50 -qscale 2 out.avi
    55}}}
    66
    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)"
     7If 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)"