summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2007-04-25 08:50:02 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-04-25 08:50:02 +0000
commit9e0ab666b6d458eeecfd7afe36f966e582a6c334 (patch)
tree30ff9367da2b6b073781da6bdf917efd926556f4 /doc/ffmpeg-doc.texi
parent7b829d2ab6509e4f7e21fd98f3c0a5af810977ec (diff)
updates the x11grab doc example, adding -s cif, as it is mandatory
Originally committed as revision 8804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index ffa3b5b447..68b56d4522 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -44,14 +44,14 @@ standard mixer.
FFmpeg can grab the X11 display.
@example
-ffmpeg -f x11grab -i :0.0 /tmp/out.mpg
+ffmpeg -f x11grab -s cif -i :0.0 /tmp/out.mpg
@end example
0.0 is display.screen number of your X11 server, same as
the DISPLAY environment variable.
@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
0.0 is display.screen number of your X11 server, same as the DISPLAY environment