

Make sure they are in the path for the user running the service. If you get “/bin/bash”, see these instructions. Install Xcode from the App Store and make sure that Command linePreferences -> Downloads -> ComponentsTools is. This FFmpeg tutorial will help you understand how it works. For local transcoding to work you will have to install ffmpeg, ghostscript and ImageMagick. This is the executable file and should be moved to the directory /usr/local/bin/.

zshrc Run ffmpeg, ffprobe, ffplay ffmpegįfplay Check Shell (if you are having trouble) echo $SHELL Inside the zip archive you will find the the extracted file ffmpeg. To install this utility on OS X, just head over to, download the release relative to your Macs architecture (instructions on finding this can be. FFmpeg playlist: Go to Downloads Folder cd ~/Downloads List Files ls Check if /usr/local/bin exists ls /usr/local/bin Create /usr/local/bin (if it doesn’t exist) sudo mkdir -p /usr/local/bin Copy Binaries to /usr/local/bin sudo cp ff* /usr/local/bin Remove Binaries from Quarantine sudo xattr -dr /usr/local/bin/ff* Check PATH echo $PATH Go to Home Directory cd Add /usr/local/bin to PATH (if needed) touch ~/.zshrc
