Created
January 8, 2016 00:27
-
-
Save stormslowly/a45da18a21f1d3b3089b to your computer and use it in GitHub Desktop.
convert to aiff to mp3
This file contains 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 "17 Audio Track.aiff" -f mp3 -acodec libmp3lame -ab 192000 -ar 44100 17.mp3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment