Monday, May 16, 2011

make mp3's louder with ffmpeg

awesome find!

ffmpeg -i FILENAME.mp3 -vol XXX FILENAME.mp3

http://ubuntuforums.org/showthread.php?t=1534967  thanks ron999!

UPDATE:
if you have ffmpeg on your machine, you probably already have lame installed too! try this:

lame FILENAME.mp3 --scale XXX FILENAME.mp3

No comments:

Post a Comment