[FFmpeg-cvslog] doc/ffprobe: add -show_log option

Dave Rice git at videolan.org
Tue Mar 28 01:14:04 EEST 2017


ffmpeg | branch: master | Dave Rice <dave at dericed.com> | Tue Mar 14 13:11:14 2017 -0400| [3e0474ff39707ddbfb2361ad06c1acb45770183f] | committer: Michael Niedermayer

doc/ffprobe: add -show_log option

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e0474ff39707ddbfb2361ad06c1acb45770183f
---

 doc/ffprobe.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 7514b2d..3572957 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".
 
+ at 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.



More information about the ffmpeg-cvslog mailing list