Browse code

fix x11grab example in e.g. the manpage so that they actually work

Originally committed as revision 25113 to svn://svn.ffmpeg.org/ffmpeg/trunk

Reinhard Tartler authored on 2010/09/13 22:25:51
Showing 1 changed files
... ...
@@ -817,14 +817,14 @@ standard mixer.
817 817
 FFmpeg can grab the X11 display.
818 818
 
819 819
 @example
820
-ffmpeg -f x11grab -s cif -i :0.0 /tmp/out.mpg
820
+ffmpeg -f x11grab -s cif -r 25 -i :0.0 /tmp/out.mpg
821 821
 @end example
822 822
 
823 823
 0.0 is display.screen number of your X11 server, same as
824 824
 the DISPLAY environment variable.
825 825
 
826 826
 @example
827
-ffmpeg -f x11grab -s cif -i :0.0+10,20 /tmp/out.mpg
827
+ffmpeg -f x11grab -s cif -r 25 -i :0.0+10,20 /tmp/out.mpg
828 828
 @end example
829 829
 
830 830
 0.0 is display.screen number of your X11 server, same as the DISPLAY environment