Skip to content

00_components_system_dependencies

pietrop edited this page Nov 20, 2015 · 1 revision

components_README.md

System dependencies

The server needs to have ffmped installed, as well as ffprobe

ffmpeg installation and libraries

ffmpeg is best installed using brew with the following libraries

for linux servers deployment, then linuxbrew can be used

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"

for os x

$ brew install ffmpeg —enable-gpl --enable-version3 --enable-avresample --enable-libx264 -- nable-libmp3lame -- nable-libvo-aacenc --enable-libxvid --enable-libvorbis --enable-libvpx

if forgo some of the libary you can always added using

brew reinstall ffmpeg # and name of the libary

TODO: verify if above libraries are the right dependencies