KhaosT / homebridge-camera-isight

iSight camera plugin for homebridge
51 stars 14 forks source link

how to install ffmpeg? #3

Open toshibochan opened 7 years ago

toshibochan commented 7 years ago

how to install ffmpeg for mac?

KhaosT commented 7 years ago

There are pre-compiled binaries you can download and then put the binary to the right place.

jocamero commented 7 years ago

brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools

jocamero commented 7 years ago

If you don't have homebrew installed:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"