Commit 6a6c2a94 authored by Luca Barbato's avatar Luca Barbato

avprobe: update documentation

Update the documentation according to the latest changes
parent 0d242a77
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment