Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: convert mp3 music collection to aac (Read 2622 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

convert mp3 music collection to aac

Hi,

I wrote a little python script to convert all mp3s in a directory (and its subdirectories) using Matteo Croce's aacplusenc (which does he-aac+):
http://teknoraver.net/software/mp4tools
for each mp3 file id3tag information is migrated to apple-style tags in the m4a container.
bitrate is fixed to 64kbit/s.

I transcoded my music collection for a mobile device and the space it takes now is down by a factor of 4.
If somebody wants to check it out, it should be attached to this post...

Comments and suggestions are welcome.

Cheers,
Klaus

edit: I tested the script on my ubuntu 10.10 32bit machine. not sure how it behaves on other systems