Obviously the best choice would be to re-rip the CDs to AAC, but the disks are in storage on the other side of the country, so that's not an immediate option. For me, I think transcoding as a stop-gap won't be that big of a quality hit.
I'm thinking to do the following using OSS tools on my OS X box:
lame --mp3input --decode filename.mp3 | faac - -o filename.m4a
That's a guess based on another thread that suggested the following for flac->aac:
flac -dc filename.flac | faac - -o filename.mp4
My remaining questions:
Endian-ness? Do I need to byte swap with "-x" on lame? All the mp3's were originally ripped on Windows using MusicMatch and other older tools (yes, old stuff
Any suggestions for other options to faac? The faac web pages recommend using "-b 10 -c 3500" for speech, but that assumes ~10 kbps/mono input files, and mine are all at least 32kbps/stereo mp3s.
I'll be working on building a shell script for the process to deal with the tagging as well. It seems like a lot of work for stuff that I've mostly listened to already, but I read/listen to books at least as much as music...and I need to work on my scripting skills anyway.
TIA--
=V=
