diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-10-09 15:57:30 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-09 17:15:18 +0200 |
commit | 3460dd8acf457218980487cb99c47107af8531fb (patch) | |
tree | 3e0b02f86988129a83d7dd15cf874f615eb97177 /doc | |
parent | c6007065edd79b6cd8423a27b63e726eee2d868c (diff) | |
download | ffmpeg-streaming-3460dd8acf457218980487cb99c47107af8531fb.zip ffmpeg-streaming-3460dd8acf457218980487cb99c47107af8531fb.tar.gz |
avconv: add -stats option to enable/disable printing encoding progress
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index d585db8..74e9e77 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -191,6 +191,9 @@ codec-dependent. the stream. Use @code{-filters} to show all the available filters (including also sources and sinks). +@item -stats (@emph{global}) +Print encoding progress/statistics. On by default. + @end table @section Video Options |