[FFmpeg-cvslog] doc/indevs: use separate @example blocks for separate examples
Stefano Sabatini
git at videolan.org
Thu Aug 9 00:22:50 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Aug 8 10:18:38 2012 +0200| [f09a06908edf5631bee6093120d6f06cfe1fc15d] | committer: Stefano Sabatini
doc/indevs: use separate @example blocks for separate examples
Improve rendering.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f09a06908edf5631bee6093120d6f06cfe1fc15d
---
doc/indevs.texi | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/indevs.texi b/doc/indevs.texi
index 8c7615e..a9f2fe4 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -630,8 +630,10 @@ properties of your X11 display (e.g. grep for "name" or "dimensions").
For example to grab from @file{:0.0} using @command{ffmpeg}:
@example
ffmpeg -f x11grab -r 25 -s cif -i :0.0 out.mpg
+ at end example
-# Grab at position 10,20.
+Grab at position @code{10,20}:
+ at example
ffmpeg -f x11grab -r 25 -s cif -i :0.0+10,20 out.mpg
@end example
More information about the ffmpeg-cvslog
mailing list