Re: [FFmpeg-devel] [PATCH] ffmpeg: extend -benchmark_all option to show elapsed time

2016-01-29 Thread Stefano Sabatini
On date Wednesday 2016-01-27 21:08:19 +0100, Michael Niedermayer encoded: > On Mon, Jan 11, 2016 at 06:21:15PM +0100, Stefano Sabatini wrote: > > The value is useful to get a raw estimate of the expected > > encoding/decoding time. > > > > Also extend option documentation. > > --- > > doc/ffmpeg.

Re: [FFmpeg-devel] [PATCH] ffmpeg: extend -benchmark_all option to show elapsed time

2016-01-27 Thread James Darnley
On 2016-01-27 19:27, Stefano Sabatini wrote: > On date Wednesday 2016-01-27 13:56:38 +0100, James Darnley encoded: >> On 2016-01-11 18:21, Stefano Sabatini wrote: >>> +This option shows the following information for each processing step, >>> +in this order: the user process time (in microseconds),

Re: [FFmpeg-devel] [PATCH] ffmpeg: extend -benchmark_all option to show elapsed time

2016-01-27 Thread Michael Niedermayer
On Mon, Jan 11, 2016 at 06:21:15PM +0100, Stefano Sabatini wrote: > The value is useful to get a raw estimate of the expected > encoding/decoding time. > > Also extend option documentation. > --- > doc/ffmpeg.texi | 6 ++ > ffmpeg.c| 9 +++-- > 2 files changed, 13 insertions(+), 2

Re: [FFmpeg-devel] [PATCH] ffmpeg: extend -benchmark_all option to show elapsed time

2016-01-27 Thread Stefano Sabatini
On date Wednesday 2016-01-27 13:56:38 +0100, James Darnley encoded: > On 2016-01-11 18:21, Stefano Sabatini wrote: > > +This option shows the following information for each processing step, > > +in this order: the user process time (in microseconds), the elapsed > > +relative time (in microseconds)

Re: [FFmpeg-devel] [PATCH] ffmpeg: extend -benchmark_all option to show elapsed time

2016-01-27 Thread James Darnley
On 2016-01-11 18:21, Stefano Sabatini wrote: > +This option shows the following information for each processing step, > +in this order: the user process time (in microseconds), the elapsed > +relative time (in microseconds), the processing step type, and the > +relative stream. What is "relative t

Re: [FFmpeg-devel] [PATCH] ffmpeg: extend -benchmark_all option to show elapsed time

2016-01-27 Thread Stefano Sabatini
On date Monday 2016-01-11 18:21:15 +0100, Stefano Sabatini encoded: > The value is useful to get a raw estimate of the expected > encoding/decoding time. > > Also extend option documentation. > --- > doc/ffmpeg.texi | 6 ++ > ffmpeg.c| 9 +++-- > 2 files changed, 13 insertions(+),

[FFmpeg-devel] [PATCH] ffmpeg: extend -benchmark_all option to show elapsed time

2016-01-11 Thread Stefano Sabatini
The value is useful to get a raw estimate of the expected encoding/decoding time. Also extend option documentation. --- doc/ffmpeg.texi | 6 ++ ffmpeg.c| 9 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index a38a32e..9ea48