diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-28 23:17:59 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-28 23:17:59 +0000 |
commit | 530bbe96c7ccd1716342c1eea0e30109f8eab0d4 (patch) | |
tree | fcae27a24be1a2710303de2aa22c445453d5bc98 /doc | |
parent | 82505611493fc473359ceba2f32509557c790bae (diff) | |
download | ffmpeg-530bbe96c7ccd1716342c1eea0e30109f8eab0d4.tar.gz |
Implement ffprobe -show_packets.
Originally committed as revision 24577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffprobe-doc.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ffprobe-doc.texi b/doc/ffprobe-doc.texi index 6792603375..d74a73fe42 100644 --- a/doc/ffprobe-doc.texi +++ b/doc/ffprobe-doc.texi @@ -95,6 +95,13 @@ stream. All the container format information is printed within a section with name ``FORMAT''. +@item -show_packets +Show information about each packet contained in the input multimedia +stream. + +The information for each single packet is printed within a dedicated +section with name ``PACKET''. + @item -show_streams Show information about each media stream contained in the input multimedia stream. |