diff options
author | Matthieu Bouron | 2012-02-01 16:23:53 +0100 |
---|---|---|
committer | Stefano Sabatini | 2012-02-17 01:06:43 +0100 |
commit | 29b9aee49f310fa0eb194f591417aaef0d519e7a (patch) | |
tree | 6eb2263fe9cec775177298481821e365185c37ac /doc/ffprobe.texi | |
parent | 8c1ebdcea2d3f84bd5c01ce3dce5e619c845bc0f (diff) |
ffprobe: add count_frames and count_packets options
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
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 829a46e4b6..12fe29f01f 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -127,6 +127,14 @@ multimedia stream. Each media stream information is printed within a dedicated section with name "STREAM". +@item -count_frames +Count the number of frames per stream and report it in the +corresponding stream section. + +@item -count_packets +Count the number of packets per stream and report it in the +corresponding stream section. + @item -show_private_data, -private Show private data, that is data depending on the format of the particular shown element. |