This is how I use LAME: lame -q 0 -b 320 input.wav output.mp3 Is there equivalent to LAME's -q switch/parameter/option ( http://wiki.hydrogenaudio.org/index.php?title=LAME_-q_switch) in FFMPEG that I need to add to the following command-line? ffmpeg -i input.wav -ab 320k output.mp3