Skip to content

Instantly share code, notes, and snippets.

@mrtnpar
Created October 3, 2011 17:36
Show Gist options
  • Save mrtnpar/1259702 to your computer and use it in GitHub Desktop.
Save mrtnpar/1259702 to your computer and use it in GitHub Desktop.
Encoding mp3 files
ls *.wav|xargs -n1 -P4 -i lame -h {} {}.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment