Skip to content

Instantly share code, notes, and snippets.

@hyperqube
Created August 31, 2012 23:13
Show Gist options
  • Save hyperqube/3560813 to your computer and use it in GitHub Desktop.
Save hyperqube/3560813 to your computer and use it in GitHub Desktop.
#/bin/bash
find . -name "*mp3" -print -exec afconvert -d aacp -b 32000 -f m4af -v -c 1 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment