Skip to content

Instantly share code, notes, and snippets.

Created March 2, 2016 08:33
Show Gist options
  • Save anonymous/241732454cb1594a3474 to your computer and use it in GitHub Desktop.
Save anonymous/241732454cb1594a3474 to your computer and use it in GitHub Desktop.
Convert WAV file to MP3 using FFMPEG
#!/bin/bash
ffmpeg -i FILE.WAV -ab 192k FILE.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment