[FFmpeg-devel] [PATCH] ffprobe: extend documentation for option -print_format

Stefano Sabatini stefasab at gmail.com
Sun Sep 25 02:09:17 CEST 2011


In particular, use @table for listing the accepted options.
---
 doc/ffprobe.texi |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index a5d5df8..e9b26ac 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -89,7 +89,27 @@ options "-unit -prefix -byte_binary_prefix -sexagesimal".
 
 @item -print_format @var{format}
 Set the output printing format.
-Current available formats are "default" and "json".
+Current available formats are:
+
+ at table @option
+
+ at item default
+It is default format.
+
+Print each section in the form:
+ at example
+[SECTION]
+key1=val1
+...
+keyN=valN
+[/SECTION]
+ at end example
+
+ at item json
+Print the output using the JSON notation.
+
+For more information about JSON, see @url{http://www.json.org/}.
+ at end table
 
 @item -show_format
 Show information about the container format of the input multimedia
-- 
1.7.2.5



More information about the ffmpeg-devel mailing list