I've been working on transcoding uploaded tracks to MP3 this afternoon for https://jam.coop.
Conveniently both render and github actions make `ffmpeg` available in their ruby images, so I've been able to use ffmpeg fairly easily to generate variable bitrate mp3s (e.g. https://trac.ffmpeg.org/wiki/Encode/MP3).