Brewでインストール
実行時エラーにならないようにするためにちょっとだけ細かく指定してインストールする.
brew tap homebrew/science brew update
1.ffmpeg
brew install cmake automake faac fdk-aac lame libass libtool libvorbis libvpx libvo-aacenc opencore-amr openjpeg opus sdl schroedinger shtool speex texi2html theora wget x264 xvid yasm brew install ffmpeg --with-fdk-aac --with-libvo-aacenc --with-libvorbis --with-libvpx --with-openjpeg --with-theora --with-opencore-amr
2.opencv3
brew install eigen brew install tbb brew install jasper brew install qt brew install opencv3 --with-eigen --with-jasper --with-libtiff --with-qt --with-tbb --with-ffmpeg brew link opencv3 --force
以上.