Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created January 16, 2011 14:21
Show Gist options
  • Save creaktive/781824 to your computer and use it in GitHub Desktop.
Save creaktive/781824 to your computer and use it in GitHub Desktop.
mp3 => m4a/m4b
find . -type f -print|perl -ne 'chomp;s%\.m4a$%%;s%^./%%;print"ffmpeg -i \"$_.mp3\" -acodec aac -map_meta_data outputfile:inputfile -strict experimental \"$_.m4a\"\n"' > batch.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment