[FFmpeg-user] Replacing mp3gain

Thad Wakefield thad.wakefield at gmail.com
Fri Jul 14 21:04:01 EEST 2017


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


More information about the ffmpeg-user mailing list