Skip to content

Instantly share code, notes, and snippets.

@rybesh
Last active September 23, 2015 23:07
Show Gist options
  • Save rybesh/629938 to your computer and use it in GitHub Desktop.
Save rybesh/629938 to your computer and use it in GitHub Desktop.
Convert FLAC to 320 MP3
find . -iname *.flac -exec sh -c "flac -sdc \"{}\" | lame --preset insane - \"{}.mp3\" " \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment