My app is an audio player for mp3 and ogg that displays synchronized lyrics. And since seek function is not accurate on mp3 encoded with variable bitrate (VBR) I'd like to give the user an option to convert mp3 to ogg or convert to mp3 using constant bitrate, but first the user must download an ffmpeg .aar file, so that my apk will not be unnecessarily huge.