diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-05 01:04:14 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-01-07 22:26:46 +0100 |
commit | 9997d41672478424b6ef8dfd924b8e9192f750c0 (patch) | |
tree | e3d59e71918deef3ed7671501d9801f314b695c9 /Changelog | |
parent | 78c47e0a1ef15ae6d12d7494b3757e334c70759e (diff) | |
download | ffmpeg-9997d41672478424b6ef8dfd924b8e9192f750c0.tar.gz |
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 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ version next: - Avid 1:1 10-bit RGB Packer decoder - v308 Quicktime Uncompressed 4:4:4 encoder and decoder - yuv4 libquicktime packed 4:2:0 encoder and decoder +- ffprobe -show_frames option version 0.9: |