A simple bash script to convert a folder of flac
files to alac
files.
This has two system dependencies, nq
a simple CLI queuing util, and ffmpeg
to perform the lossless conversion.
$ brew bundle install
$ ./flac-to-alac -i infolder -o outfolder