[FFmpeg-cvslog] r25113 - trunk/doc/ffmpeg-doc.texi

siretart subversion
Mon Sep 13 15:25:51 CEST 2010


Author: siretart
Date: Mon Sep 13 15:25:51 2010
New Revision: 25113

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

Modified:
   trunk/doc/ffmpeg-doc.texi

Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi	Mon Sep 13 00:00:45 2010	(r25112)
+++ trunk/doc/ffmpeg-doc.texi	Mon Sep 13 15:25:51 2010	(r25113)
@@ -817,14 +817,14 @@ standard mixer.
 FFmpeg can grab the X11 display.
 
 @example
-ffmpeg -f x11grab -s cif -i :0.0 /tmp/out.mpg
+ffmpeg -f x11grab -s cif -r 25 -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 -s cif -i :0.0+10,20 /tmp/out.mpg
+ffmpeg -f x11grab -s cif -r 25 -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



More information about the ffmpeg-cvslog mailing list