diff options
author | Marton Balint <cus@passwd.hu> | 2013-11-24 15:09:52 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-25 19:51:27 +0100 |
commit | a02860351db5e06ff960a77e542b076dde7f6797 (patch) | |
tree | 69480bcb3b6330fd9183ed1c087f10f48754352c /doc/ffprobe.texi | |
parent | c0f2e0713566a2bf1c9dc9fd8b60ea30a9ebc418 (diff) | |
download | ffmpeg-a02860351db5e06ff960a77e542b076dde7f6797.tar.gz |
ffprobe: add support for subtitle frames
Signed-off-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 2e9bfee29a..75d1e72ca8 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -197,11 +197,11 @@ The information for each single packet is printed within a dedicated section with name "PACKET". @item -show_frames -Show information about each frame contained in the input multimedia -stream. +Show information about each frame and subtitle contained in the input +multimedia stream. The information for each single frame is printed within a dedicated -section with name "FRAME". +section with name "FRAME" or "SUBTITLE". @item -show_streams Show information about each media stream contained in the input |