diff options
author | Dave Rice <dave@dericed.com> | 2017-03-14 13:11:14 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-03-28 00:13:47 +0200 |
commit | 3e0474ff39707ddbfb2361ad06c1acb45770183f (patch) | |
tree | e3bdf9471f95402de427b997e00bdd78a44357b5 /doc/ffprobe.texi | |
parent | 52d9442a557e8137f261ba19defb08583f59d572 (diff) | |
download | ffmpeg-3e0474ff39707ddbfb2361ad06c1acb45770183f.tar.gz |
doc/ffprobe: add -show_log option
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 7514b2df73..3572957c8a 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -208,6 +208,13 @@ multimedia stream. The information for each single frame is printed within a dedicated section with name "FRAME" or "SUBTITLE". +@item -show_log @var{loglevel} +Show logging information from the decoder about each frame according to +the value set in @var{loglevel}, (see @code{-loglevel}). This option requires @code{-show_frames}. + +The information for each log message is printed within a dedicated +section with name "LOG". + @item -show_streams Show information about each media stream contained in the input multimedia stream. |