Khang-NT / Android-Media-Converter

Android open source media converter build on top of FFmpeg
GNU General Public License v3.0
213 stars 60 forks source link

Allow control of Opus bitrate #125

Open jigpu opened 4 years ago

jigpu commented 4 years ago

RIght now we can only control the encoding complexity for the Opus codec, which defines the tradeoff between encoding time and encoding quality. It would be nice to also control the bitrate, especially since Opus works well over such a wide range. The Hydrogenaudio wiki describes a number of usable bitrates. I'm especially interested in the lower bitrates since few other codecs can compete in this area for things like podcasts. Maybe a slider between 12kbps and 128kbps?