Post date: 2014/07/20 22:04:15
Homebrew
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
$ brew doctor
$ brew update
/* git はXcodeでインストール済み $ brew install git */
// OpenCV (2014-04-29)
brew tap homebrew/science
brew install opencv
cmake, eigen, jpeg, jasperも同時にインストール
brew install ImageMagick
%%%%%%%%%%%%%%
INSTALL
Xcode
CommandLineTools
SubLime Text
Homebrew
SourceTree
eclipse-standard
cuda_6.0.37
FreeFem++
FreeFem++-cs
Skype
OneNote
VLC
ffmpeg
brew install automake celt faac fdk-aac git 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
%%%%%%%%%%%%%%%%%%%%%%
Encode
ffmpeg -i XXX.mov -c:v libx264 -preset slow -b:v 160k XXX.avi
https://trac.ffmpeg.org/wiki/Encode/H.264