Skip to content

Instantly share code, notes, and snippets.

@achinta
Created December 11, 2018 16:08
Show Gist options
  • Save achinta/b24d9a837f0ee2333b61f5060bd31a90 to your computer and use it in GitHub Desktop.
Save achinta/b24d9a837f0ee2333b61f5060bd31a90 to your computer and use it in GitHub Desktop.
Mac Post Installations
#Video conversion tools
xcode-select --install
#from https://gist.github.com/clayton/6196167#gistcomment-2777274
brew install ffmpeg --with-aom \
--with-chromaprint \
--with-fdk-aac \
--with-fontconfig \
--with-freetype \
--with-frei0r \
--with-game-music-emu \
--with-libass \
--with-libbluray \
--with-libbs2b \
--with-libcaca \
--with-libgsm \
--with-libmodplug \
--with-librsvg \
--with-libsoxr \
--with-libssh \
--with-libvidstab \
--with-libvmaf \
--with-opencore-amr \
--with-openh264 \
--with-openjpeg \
--with-openssl \
--with-rtmpdump \
--with-rubberband \
--with-speex \
--with-srt \
--with-tesseract \
--with-two-lame \
--with-wavpack \
--with-webp \
--with-zeromq \
--with-zimg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment