Unprotected m4a to mp3
Here’s a quick script that can convert m4a (AAC encoded music files) to mp3. This is a nice example of how powerful the command line can be.
It uses mplayer to write out the raw wave file, then uses lame to encode the mp3’s. After that it cleans up the file endings using sed. This script requires mplayer and lame to be installed.
It should work well on Fedora Core 5 and Ubuntu 6.
[tags]programming, bash, linux, fedora, ubuntu, lame, mplayer, command line[/tags]

