diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-20 00:08:48 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-22 14:19:29 +0100 |
commit | c8a5365dcf14e930d1fd06bf10662aae78182da4 (patch) | |
tree | 0ad0c9d8ed500855ea6119b7cd795a81788bb8e2 /doc/ffprobe.texi | |
parent | 196765a7cc4dc8b2f6589307218c528aeffffd53 (diff) | |
download | ffmpeg-c8a5365dcf14e930d1fd06bf10662aae78182da4.tar.gz |
ffprobe: implement -sections option
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index aacb14cfa3..08aef13dbf 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -45,6 +45,10 @@ ffprobe output is designed to be easily parsable by a textual filter, and consists of one or more sections of a form defined by the selected writer, which is specified by the @option{print_format} option. +Sections may contain other nested sections, and are identified by a +name (which may be shared by other sections), and an unique +name. See the output of @option{sections}. + Metadata tags stored in the container or in the streams are recognized and printed in the corresponding "FORMAT" or "STREAM" section. @@ -94,6 +98,10 @@ For example for printing the output in JSON format, specify: For more details on the available output printing formats, see the Writers section below. +@item -sections +Print sections structure and section information, and exit. The output +is not meant to be parsed by a machine. + @item -select_streams @var{stream_specifier} Select only the streams specified by @var{stream_specifier}. This option affects only the options related to streams |