diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-06-06 09:54:58 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-06-06 16:49:53 +0200 |
commit | 4da5402256cf01bf130169ff30fdc13d097a0508 (patch) | |
tree | 67409eeb9634a81b07f8c9c49889c43b4c359780 /doc/ffprobe.texi | |
parent | 21d0f75f29ca97b2ca31bd4451f488163a27e24f (diff) | |
download | ffmpeg-4da5402256cf01bf130169ff30fdc13d097a0508.tar.gz |
ffprobe: show chapter and chapter metadata information
Address trac ticket #2636.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 01e9829148..38517a8890 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -209,6 +209,11 @@ multimedia stream. Each media stream information is printed within a dedicated section with name "STREAM". +@item -show_chapters +Show information about chapters stored in the format. + +Each chapter is printed within a dedicated section with name "CHAPTER". + @item -count_frames Count the number of frames per stream and report it in the corresponding stream section. |