diff options
author | Stefano Sabatini | 2012-01-05 01:04:14 +0100 |
---|---|---|
committer | Stefano Sabatini | 2012-01-07 22:26:46 +0100 |
commit | 9997d41672478424b6ef8dfd924b8e9192f750c0 (patch) | |
tree | e3d59e71918deef3ed7671501d9801f314b695c9 /doc/ffprobe.texi | |
parent | 78c47e0a1ef15ae6d12d7494b3757e334c70759e (diff) |
ffprobe: add support to video frame information printing
Add -show_frames option to ffprobe.
Partially based on the work of Thomas Kuehnel <kuehnelth@googlemail.com>
for SOCIS 2011.
The wicked idea of creating a special "packets_and_frames" container for
structured formats (JSON and XML) comes from Clément.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 2a9b73f7cd..a49c3f803c 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -113,6 +113,13 @@ stream. The information for each single packet is printed within a dedicated section with name "PACKET". +@item -show_frames +Show information about each video frame contained in the input multimedia +stream. + +The information for each single frame is printed within a dedicated +section with name "FRAME". + @item -show_streams Show information about each media stream contained in the input multimedia stream. |