Skip to content

Instantly share code, notes, and snippets.

@semihozkoroglu
Created September 11, 2012 19:00
Show Gist options
  • Save semihozkoroglu/3700936 to your computer and use it in GitHub Desktop.
Save semihozkoroglu/3700936 to your computer and use it in GitHub Desktop.
#!/usr/bin/sh
for f in *[fFmM][lLpP][vV4]
do
basename="${f%.*}"
ffmpeg -i "$f" "$basename".mp3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment