diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-05-25 12:57:36 -0700 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-05-25 14:20:34 -0700 |
commit | 6a6c2a94c516b691dee4a0800efa76fc073aacbb (patch) | |
tree | 37e780ec13f1854aae913841783d03248d73c337 | |
parent | 0d242a7713c795c4f4b8df8cac38f128aa3a811e (diff) | |
download | ffmpeg-6a6c2a94c516b691dee4a0800efa76fc073aacbb.tar.gz |
avprobe: update documentation
Update the documentation according to the latest changes
-rw-r--r-- | doc/avprobe.texi | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/doc/avprobe.texi b/doc/avprobe.texi index 67c5e20813..9c28125784 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: -@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. |