diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-03-10 11:51:00 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-03-10 13:22:59 +0100 |
commit | f185a040b0d5f6766c8016cc84b415d414d38246 (patch) | |
tree | 18eb970b758ce93e67467822316cbb4412cd1ce5 /doc/ffplay.texi | |
parent | a2a848406f05f4d3ce27a97e5bbda15e75bc7930 (diff) | |
download | ffmpeg-f185a040b0d5f6766c8016cc84b415d414d38246.tar.gz |
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/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 8d6abee26c..5f17902e28 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -93,9 +93,13 @@ Read @var{input_file}. @item -pix_fmt @var{format} Set pixel format. This option has been deprecated in favor of private options, try -pixel_format. + @item -stats -Show the stream duration, the codec parameters, the current position in -the stream and the audio/video synchronisation drift. +Print several playback statistics, in particular show the stream +duration, the codec parameters, the current position in the stream and +the audio/video synchronisation drift. It is on by default, to +explicitly disable it you need to specify @code{-nostats}. + @item -bug Work around bugs. @item -fast |