[vlc-devel] [PATCH] codec: dummy: log the amount of frames and duration to do the dummy encoding
Steve Lhomme
robux4 at ycbcr.xyz
Fri Nov 9 08:26:18 CET 2018
On 08/11/2018 19:22, Rémi Denis-Courmont wrote:
> Le torstaina 8. marraskuuta 2018, 17.40.47 EET Steve Lhomme a écrit :
>> ---
>> modules/codec/edummy.c | 22 ++++++++++++++++++++--
>> 1 file changed, 20 insertions(+), 2 deletions(-)
> Classically, this would be "stats", not "dummy".
There is a "stats" encoder, but it displayed a log with the (translated)
PTS of each frame it receives. And it allocates a block for each picture
which edummy doesn't. So it seems edummy is more suitable to test a
decoder speed than stats.
More information about the vlc-devel
mailing list