Skip to content

Instantly share code, notes, and snippets.

@n370
Forked from anonymous/convert.sh
Created March 2, 2016 08:34
Show Gist options
  • Save n370/f225522c5464090ba980 to your computer and use it in GitHub Desktop.
Save n370/f225522c5464090ba980 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
@n370
Copy link
Author

n370 commented Mar 2, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment