[FFmpeg-devel] [PATCH] Setup for extracting quantization parameters from encoded streams

Juan De León juandl at google.com
Tue Jul 23 02:23:30 EEST 2019


> On Mon, Jul 22, 2019 at 12:17 PM Lynne <dev at lynne.ee> wrote:
> You can't hack a decoder in any nice and performant way for it to output
data to an analyzer.
Hi, Lynne
I hear your concern about the decoder performance.
I believe that the way we would like to modify the decoder should not
affect its performance, since
AV_FRAME_QUANTIZATION_PARAMS will be disabled by default; the extraction is
done optionally with a flag.
I would be glad to verify that by running tests and measuring performance
with and without my changes.
If you have in mind any tests I should run, please let me know.

> I've explained why this is a bad idea and why you should maintain
it internally.
FFmpeg already has a lot of analyzing tools, I disagree that this change
does not belong to ffmpeg.


More information about the ffmpeg-devel mailing list