To lower bitrate, increase tempo and equalize at 96db, I do: ffmpeg.exe -v 0 -i infile.mp3 -aq 10 -af atempo=1.4 -vn outfile.mp3 mp3gain /q /r /d 7 /c outfile.mp3 Can this be done with just ffmpeg? Thanks