updates the x11grab doc example, adding -s cif, as it is mandatory

Originally committed as revision 8804 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Benoit Fouet 18 years ago
parent 7b829d2ab6
commit 9e0ab666b6
  1. 4
      doc/ffmpeg-doc.texi

@ -44,14 +44,14 @@ standard mixer.
FFmpeg can grab the X11 display. FFmpeg can grab the X11 display.
@example @example
ffmpeg -f x11grab -i :0.0 /tmp/out.mpg ffmpeg -f x11grab -s cif -i :0.0 /tmp/out.mpg
@end example @end example
0.0 is display.screen number of your X11 server, same as 0.0 is display.screen number of your X11 server, same as
the DISPLAY environment variable. the DISPLAY environment variable.
@example @example
ffmpeg -f x11grab -i :0.0+10,20 /tmp/out.mpg ffmpeg -f x11grab -s cif -i :0.0+10,20 /tmp/out.mpg
@end example @end example
0.0 is display.screen number of your X11 server, same as the DISPLAY environment 0.0 is display.screen number of your X11 server, same as the DISPLAY environment

Loading…
Cancel
Save