I do this every time. Via: CommitStrip
Go to ffmpegmac and download the binary. Copy ffmpeg to /usr/local/bin. Execute the following in Terminal (as admin): sudo chown root:wheel /usr/local/bin/ffmpeg sudo chmod 755 /usr/local/bin/ffmpeg Now you have a working version of ffmpeg in the Terminal. Now if you…