ffmpeg: set variable bitrate

Linux for blind general discussion blinux-list at redhat.com
Thu May 12 09:39:20 UTC 2022


I have a bunch of m4a files that I want to convert to mp3 vbr, average 192kpbs.
Command looks like this:
ffmpeg -hide_banner -i input.m4a -q:a 192 oput.mp3

I end up with something with an average bitrate of 62kbps. How does this q:a option actually work? The manual is very sparse there.



More information about the Blinux-list mailing list