[FFmpeg-devel] [PATCH] avcodec/aacenc: add strict bit rate control mode
Jeremy Wu
jrwu at chromium.org
Tue Apr 25 10:40:53 EEST 2023
Thanks for the feedback! I was also looking at whether there is a less
intrusive way to enable the code path.
I have uploaded a v2 patch that looks at `bit_rate_tolerance`, with
minor changes to the option table as it was ignored in the context of audio.
I'm only looking at the Bluetooth streaming use case as of now, and the
issue cannot be bypassed without this (common implementations use libfdk
that supports a similar option).
More information about the ffmpeg-devel
mailing list