Created
January 16, 2011 14:21
-
-
Save creaktive/781824 to your computer and use it in GitHub Desktop.
mp3 => m4a/m4b
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 . -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