Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Tribouilloy <florent.tribouilloy@smartjog.com>2013-07-25 14:55:40 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-07-28 18:39:06 +0400
commit2186a7e547fdda716138444c8345ce8b823f2d4a (patch)
tree8bd62265dab32c930d80c939300307f7fb1b7258 /doc/ffprobe.texi
parent2fcd400669bcb31a0c99d88cfde4f6db4b40fa45 (diff)
ffprobe: add -show_programs option
The option is used to sort the streams by program. Signed-off-by: Florent Tribouilloy <florent.tribouilloy@smartjog.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r--doc/ffprobe.texi14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 38517a8890..02cffbb478 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -44,7 +44,8 @@ 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.
+and printed in the corresponding "FORMAT", "STREAM" or "PROGRAM_STREAM"
+section.
@c man end
@@ -209,6 +210,13 @@ multimedia stream.
Each media stream information is printed within a dedicated section
with name "STREAM".
+@item -show_programs
+Show information about programs and their streams contained in the input
+multimedia stream.
+
+Each media stream information is printed within a dedicated section
+with name "PROGRAM_STREAM".
+
@item -show_chapters
Show information about chapters stored in the format.
@@ -279,8 +287,8 @@ keyN=valN
[/SECTION]
@end example
-Metadata tags are printed as a line in the corresponding FORMAT or
-STREAM section, and are prefixed by the string "TAG:".
+Metadata tags are printed as a line in the corresponding FORMAT, STREAM or
+PROGRAM_STREAM section, and are prefixed by the string "TAG:".
A description of the accepted options follows.