Created
November 2, 2014 02:05
-
-
Save evansims/210f9a9bc7d42b0ad299 to your computer and use it in GitHub Desktop.
Re-encode a WAV to MP3 using ffmpeg, stripping metadata and reducing volume.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i filename.wav -map_metadata -1 -vol 128 filename.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment