Skip to content

Instantly share code, notes, and snippets.

@wcauchois
Created July 19, 2016 15:20
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 wcauchois/d9c4fab420fb86fcb7e8663b285e9682 to your computer and use it in GitHub Desktop.
Save wcauchois/d9c4fab420fb86fcb7e8663b285e9682 to your computer and use it in GitHub Desktop.
#!/bin/bash
for f in *.flac; do
avconv -i "$f" -qscale:a 0 "${f[@]/%flac/mp3}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment