[FFmpeg-cvslog] avprobe: update documentation

Luca Barbato git at videolan.org
Sat May 26 22:41:51 CEST 2012


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Fri May 25 12:57:36 2012 -0700| [6a6c2a94c516b691dee4a0800efa76fc073aacbb] | committer: Luca Barbato

avprobe: update documentation

Update the documentation according to the latest changes

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a6c2a94c516b691dee4a0800efa76fc073aacbb
---

 doc/avprobe.texi |   19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/doc/avprobe.texi b/doc/avprobe.texi
index 67c5e20..9c28125 100644
--- a/doc/avprobe.texi
+++ b/doc/avprobe.texi
@@ -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:
- at example
-[SECTION]
-key1=val1
-...
-keyN=valN
-[/SECTION]
- at 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.
 
+ at item -of @var{formatter}
+Use a specific formatter to output the document, either @var{ini} or
+ at var{json} available.
+
 @item -unit
 Show the unit of the displayed values.
 



More information about the ffmpeg-cvslog mailing list