Skip to content

Instantly share code, notes, and snippets.

@kidker
Forked from dominicthomas/ffmpeg wav -> mp3
Created November 17, 2017 12:29
Show Gist options
  • Save kidker/aa12855ec34f92f26a088b213475b77b to your computer and use it in GitHub Desktop.
Save kidker/aa12855ec34f92f26a088b213475b77b to your computer and use it in GitHub Desktop.
Convert a wav to a 320k mp3 using ffmpeg.
ffmpeg -i inputfile.wav -ab 320k outputfile.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment