# Instructions - 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 1. In `Automator` create a service for audio files and set it to run a shell script 2. Set "Pass input:" to "As arguments" and then replace the auto-generated shell script with the one above 3. 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.