Created
December 11, 2018 16:08
-
-
Save achinta/b24d9a837f0ee2333b61f5060bd31a90 to your computer and use it in GitHub Desktop.
Mac Post Installations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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