I'm writing a script to convert music files from one format to another. Actually quite a few from quite a few. It will support:
flac -> wav
flac -> mp3
flac -> ogg
wav -> flac
wav -> mp3
wav -> ogg
mp3 -> wav
mp3 -> flac
mp3 -> ogg
ogg -> wav
ogg -> mp3
ogg -> flac
It will also handle all directory changes and what not to better help organization. I'm going to try and figure out how to rip an audio cd to any of the above formats to even better accomodate (sp?) my music friends
But for now it will just convert from one file format to another, and carry over any id3 or vorbis comments imbedded into the file.