Skip to content

Instantly share code, notes, and snippets.

@extratone
Forked from dominicthomas/ffmpeg wav -> mp3
Created July 1, 2025 11:41
Show Gist options
  • Save extratone/486605a1f28af7ea921c36c5985edc07 to your computer and use it in GitHub Desktop.
Save extratone/486605a1f28af7ea921c36c5985edc07 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