Aug 042010
To convert the file input.flac (saved using the FLAC) to the file output.m4a (ALAC format) you can use this Terminal command:
ffmpeg -i "input.flac" -acodec alac "output.m4a" -map_meta_data input.flac:output.m4a
This needs the ffmpegX distribution for Mac OS X, which seems, however, to be quite old. Better run this on a Linux computer with a newer ffmpeg version..
VN:F [1.9.22_1171]