Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@skyzyx
Last active August 26, 2018 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skyzyx/1f86341bc79ee57ce1995b52779b676b to your computer and use it in GitHub Desktop.
Save skyzyx/1f86341bc79ee57ce1995b52779b676b to your computer and use it in GitHub Desktop.
Compile FFMPEG with everything (including MP4 → Animated WebP support)
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-libgsm \
--with-libmodplug \
--with-librsvg \
--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-sdl2 \
--with-snappy \
--with-speex \
--with-srt \
--with-tesseract \
--with-theora \
--with-tools \
--with-two-lame \
--with-wavpack \
--with-webp \
--with-x265 \
--with-xz \
--with-zeromq \
--with-zimg \
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment