[FFmpeg-cvslog] doc: document -v repeat

Michael Niedermayer git at videolan.org
Thu Apr 4 23:45:47 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Mar 31 23:14:56 2013 +0200| [0f8435c089e7f254afdfa82488bf7b5e186397fd] | committer: Michael Niedermayer

doc: document -v repeat

Thanks-to: Derek Buitenhuis
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 doc/avtools-common-opts.texi |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi
index ff38ebb..4b52b58 100644
--- a/doc/avtools-common-opts.texi
+++ b/doc/avtools-common-opts.texi
@@ -117,8 +117,14 @@ Show available sample formats.
 @item -layouts
 Show channel names and standard channel layouts.
 
- at item -loglevel @var{loglevel} | -v @var{loglevel}
+ at item -loglevel [repeat+]@var{loglevel} | -v [repeat+]@var{loglevel}
 Set the logging level used by the library.
+Adding "repeat+" indicates that repeated log output should not be compressed
+to the first line and the "Last message repeated n times" line will be
+omitted. "repeat" can also be used alone.
+If "repeat" is used alone, and with no prior loglevel set, the default
+loglevel will be used. If multiple loglevel parameters are given, using
+'repeat' will not change the loglevel.
 @var{loglevel} is a number or a string containing one of the following values:
 @table @samp
 @item quiet



More information about the ffmpeg-cvslog mailing list