summaryrefslogtreecommitdiff
path: root/doc/ffmpeg.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-03-10 11:51:00 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-03-10 13:22:59 +0100
commitf185a040b0d5f6766c8016cc84b415d414d38246 (patch)
tree18eb970b758ce93e67467822316cbb4412cd1ce5 /doc/ffmpeg.texi
parenta2a848406f05f4d3ce27a97e5bbda15e75bc7930 (diff)
doc/ffplay,ffmpeg: mention the corresponding negated option for -stats
This helps lazy users who didn't read the part about boolean options, in case they grep for "-nostats". -stdin and -stats are the only booleans option enabled by default. This is a partial fix for Trac ticket #2332, a complete overhaul of boolean options documentation is probably overkill.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 75631079f1..d52df9bb8a 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -361,7 +361,8 @@ want to create filter graphs with multiple inputs and/or outputs.
Specify the preset for matching stream(s).
@item -stats (@emph{global})
-Print encoding progress/statistics. On by default.
+Print encoding progress/statistics. It is on by default, to explicitly
+disable it you need to specify @code{-nostats}.
@item -progress @var{url} (@emph{global})
Send program-friendly progress information to @var{url}.