[Ffmpeg-cvslog] r8804 - trunk/doc/ffmpeg-doc.texi
benoit
subversion
Wed Apr 25 10:50:02 CEST 2007
Author: benoit
Date: Wed Apr 25 10:50:02 2007
New Revision: 8804
Log:
updates the x11grab doc example, adding -s cif, as it is mandatory
Modified:
trunk/doc/ffmpeg-doc.texi
Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi (original)
+++ trunk/doc/ffmpeg-doc.texi Wed Apr 25 10:50:02 2007
@@ -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
More information about the ffmpeg-cvslog
mailing list