avprobe: update documentation
Update the documentation according to the latest changes
This commit is contained in:
parent
0d242a7713
commit
6a6c2a94c5
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user