[FFmpeg-devel] [PATCH 2/2] ffmpeg: add -benchmark_all option.
Clément Bœsch
ubitux at gmail.com
Thu Apr 12 07:44:14 CEST 2012
On Wed, Apr 11, 2012 at 07:58:13PM +0200, Nicolas George wrote:
>
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
> Changelog | 1 +
> doc/ffmpeg.texi | 3 +++
> ffmpeg.c | 33 ++++++++++++++++++++++++++++++++-
> 3 files changed, 36 insertions(+), 1 deletions(-)
>
> diff --git a/Changelog b/Changelog
> index f03600b..dbd98bf 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -24,6 +24,7 @@ version next:
> - removelogo filter
> - drop support for ffmpeg without libavfilter
> - drawtext video filter: fontconfig support
> +- ffmpeg -benchmark_all option
>
>
> version 0.10:
> diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
> index 2ed3fae..42445c3 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.
> + at item -benchmark_all (@emph{global})
> +Show benchmarking information during the encode.
> +Shows CPU time used in various steps (audio/video encode/decode).
Isn't the filtering chain potentially interesting to bench too?
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120412/9d9cea65/attachment.asc>
More information about the ffmpeg-devel
mailing list