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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to