avprobe: update documentation
authorLuca Barbato <lu_zero@gentoo.org>
Fri, 25 May 2012 19:57:36 +0000 (12:57 -0700)
committerLuca Barbato <lu_zero@gentoo.org>
Fri, 25 May 2012 21:20:34 +0000 (14:20 -0700)
Update the documentation according to the latest changes

doc/avprobe.texi

index 67c5e20..9c28125 100644 (file)
@@ -41,19 +41,8 @@ Options are used to list some of the formats supported by avprobe or
 for specifying which information to display, and for setting how
 avprobe will show it.
 
-avprobe output is designed to be easily parsable by a textual filter,
-and consists of one or more sections of the form:
-@example
-[SECTION]
-key1=val1
-...
-keyN=valN
-[/SECTION]
-@end example
-
-Metadata tags stored in the container or in the streams are recognized
-and printed in the corresponding "FORMAT" or "STREAM" section, and
-are prefixed by the string "TAG:".
+avprobe output is designed to be easily parsable by any INI or JSON
+parsers.
 
 @c man end
 
@@ -69,6 +58,10 @@ are prefixed by the string "TAG:".
 @item -f @var{format}
 Force format to use.
 
+@item -of @var{formatter}
+Use a specific formatter to output the document, either @var{ini} or
+@var{json} available.
+
 @item -unit
 Show the unit of the displayed values.