Skip to content

Instantly share code, notes, and snippets.

@mitfik
Created November 11, 2012 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitfik/4054558 to your computer and use it in GitHub Desktop.
Save mitfik/4054558 to your computer and use it in GitHub Desktop.
OGG to mp3
for name in *.ogg; do ffmpeg -i "$name" "$name.mp3"; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment