Commit 46e70b5a authored by stefano's avatar stefano

Document the -loglevel option in the ffmpeg man page.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20028 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1cabc2a5
...@@ -296,6 +296,20 @@ ffmpeg -i in.avi -metadata title="my title" out.flv ...@@ -296,6 +296,20 @@ ffmpeg -i in.avi -metadata title="my title" out.flv
@item -v @var{number} @item -v @var{number}
Set the logging verbosity level. Set the logging verbosity level.
@item -loglevel @var{loglevel}
Set the logging level used by the library.
@var{loglevel} is a number or a string containing one of the following values:
@table @samp
@item quiet
@item panic
@item fatal
@item error
@item warning
@item info
@item verbose
@item debug
@end table
@item -target @var{type} @item -target @var{type}
Specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd", Specify target file type ("vcd", "svcd", "dvd", "dv", "dv50", "pal-vcd",
"ntsc-svcd", ... ). All the format options (bitrate, codecs, "ntsc-svcd", ... ). All the format options (bitrate, codecs,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment