- Install requirements using
brew
Requires ffmpeg
, coreutils
, AtomicParsley
and rmtrash
If you don't have brew:
xcode-select --install
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
Then install the required packages:
brew install ffmpeg coreutils AtomicParsley rmtrash
- Create
audio2alac
OSX service
-
In
Automator
create a service for audio files and set it to run a shell script -
Set "Pass input:" to "As arguments" and then replace the auto-generated shell script with the one above
-
Save the service with a name you like (e.g.
audio2alac
)
A new service should show up on the context menu when right-clicking audio files in finder.