Created
September 7, 2013 02:16
-
-
Save djeikyb/6472227 to your computer and use it in GitHub Desktop.
quick and easy flac to mp3 thanks to tordeu and gnu parallel http://blog.tordeu.com/wp-content/uploads/downloads/2012/06/flac2mp3.sh http://blog.tordeu.com/?p=184
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -iname "*.flac" | sed -e 's/\.flac//' | parallel ./flac2mp3.sh 4 {}.{flac,mp3} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment