[FFmpeg-cvslog] r20028 - trunk/doc/ffmpeg-doc.texi

stefano subversion
Sat Sep 26 19:21:23 CEST 2009


Author: stefano
Date: Sat Sep 26 19:21:22 2009
New Revision: 20028

Log:
Document the -loglevel option in the ffmpeg man page.

Modified:
   trunk/doc/ffmpeg-doc.texi

Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi	Sat Sep 26 19:18:02 2009	(r20027)
+++ trunk/doc/ffmpeg-doc.texi	Sat Sep 26 19:21:22 2009	(r20028)
@@ -296,6 +296,20 @@ ffmpeg -i in.avi -metadata title="my tit
 @item -v @var{number}
 Set the logging verbosity level.
 
+ at item -loglevel @var{loglevel}
+Set the logging level used by the library.
+ at var{loglevel} is a number or a string containing one of the following values:
+ at table @samp
+ at item quiet
+ at item panic
+ at item fatal
+ at item error
+ at item warning
+ at item info
+ at item verbose
+ at item debug
+ at end table
+
 @item -target @var{type}
 Specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd",
 "ntsc-svcd", ... ). All the format options (bitrate, codecs,



More information about the ffmpeg-cvslog mailing list