Skip to content

Instantly share code, notes, and snippets.

@RobotGrrl
Created April 11, 2014 21:03
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 RobotGrrl/10501449 to your computer and use it in GitHub Desktop.
Save RobotGrrl/10501449 to your computer and use it in GitHub Desktop.
for f in *.flac
do
flac -c -d "$f" | lame -h -m s -b 192 - "$(basename "$f" .flac).mp3"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment