diff options
author | Nicolas George | 2011-12-08 14:42:24 +0100 |
---|---|---|
committer | Nicolas George | 2011-12-10 16:40:03 +0100 |
commit | 337ce558b696f49138a1ef170b219fe73b955b51 (patch) | |
tree | 55d260bab37fe558a75f71c5b056fc02e298f77a /doc/avtools-common-opts.texi | |
parent | 5207f9597e96b4f38e4e392c4a32a8ff6601b3d4 (diff) |
fftools: add -report option.
Diffstat (limited to 'doc/avtools-common-opts.texi')
-rw-r--r-- | doc/avtools-common-opts.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index 52f4efcddc..b97a3c8b2a 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -123,6 +123,16 @@ the environment variable @env{FFMPEG_FORCE_COLOR}. The use of the environment variable @env{NO_COLOR} is deprecated and will be dropped in a following FFmpeg version. +@item -report +Dump full command line and console output to a file named +@code{@var{program}-@var{YYYYMMDD}-@var{HHMMSS}.log} in the current +directory. +This file can be useful for bug reports. +It also implies @code{-loglevel verbose}. + +Note: setting the environment variable @code{FFREPORT} to any value has the +same effect. + @end table @section AVOptions |