Skip to content

Instantly share code, notes, and snippets.

@philographer
Last active June 22, 2017 13:51
Show Gist options
  • Save philographer/bcebc484315269bfca29a317fe6b8080 to your computer and use it in GitHub Desktop.
Save philographer/bcebc484315269bfca29a317fe6b8080 to your computer and use it in GitHub Desktop.
brew install all option for ffmpeg

FFMPEG Install

ref: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu

  • x264, xvid 제외
$ brew install ffmpeg --with-chromaprint --with-fdk-aac --with-fontconfig --with-freetype --with-frei0r --with-game-music-emu --with-libass --with-libbluray --with-libbs2b --with-libcaca --with-libebur128 --with-libgsm --with-libmodplug --with-libmodplug --with-libsoxr --with-libssh --with-libvidstab --with-libvorbis --with-libvpx --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-opus  --with-rtmpdump --with-rubberband --with-rubberband --with-schroedinger --with-sdl2 --with-snappy --with-speex --with-tesseract --with-theora --with-tools --with-two-lame --with-wavpack --with-webp --with-x265 --with-xz --with-zeromq --with-zimg --without-lame --without-qtkit --without-securetransport --without-x264 --without-xvid --HEAD
  • x264, xvid 포함
$ brew install ffmpeg --with-chromaprint --with-fdk-aac --with-fontconfig --with-freetype --with-frei0r --with-game-music-emu --with-libass --with-libbluray --with-libbs2b --with-libcaca --with-libebur128 --with-libgsm --with-libmodplug --with-libmodplug --with-libsoxr --with-libssh --with-libvidstab --with-libvorbis --with-libvpx --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-opus  --with-rtmpdump --with-rubberband --with-rubberband --with-schroedinger --with-sdl2 --with-snappy --with-speex --with-tesseract --with-theora --with-tools --with-two-lame --with-wavpack --with-webp --with-x265 --with-xz --with-zeromq --with-zimg --with-x264 --with-xvid --without-lame --without-qtkit --without-securetransport --HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment