diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-04-11 19:26:09 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-04-12 09:35:09 +0200 |
commit | 733cf0ad5165d61afe8257b5c6297242869bf2be (patch) | |
tree | e33d5bf59594349de528ae605694983cc1bd77dd /doc/ffmpeg.texi | |
parent | 81a9d32f0d4de14eec23160d03721eded78cdf4e (diff) | |
download | ffmpeg-733cf0ad5165d61afe8257b5c6297242869bf2be.tar.gz |
ffmpeg: add -benchmark_all option.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 2ed3fae1c4..42445c3bc4 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -716,6 +716,9 @@ Show benchmarking information at the end of an encode. Shows CPU time used and maximum memory consumption. Maximum memory consumption is not supported on all systems, it will usually display as 0 if not supported. +@item -benchmark_all (@emph{global}) +Show benchmarking information during the encode. +Shows CPU time used in various steps (audio/video encode/decode). @item -timelimit @var{duration} (@emph{global}) Exit after ffmpeg has been running for @var{duration} seconds. @item -dump (@emph{global}) |