Skip to content

Instantly share code, notes, and snippets.

@GoMino
Forked from Piasy/install_ffmpeg.sh
Created July 22, 2019 18:10
Show Gist options
  • Select an option

  • Save GoMino/6670776309fc98a71671d2917ccdf27d to your computer and use it in GitHub Desktop.

Select an option

Save GoMino/6670776309fc98a71671d2917ccdf27d to your computer and use it in GitHub Desktop.

Revisions

  1. @Piasy Piasy revised this gist Oct 25, 2017. 1 changed file with 1 addition and 7 deletions.
    8 changes: 1 addition & 7 deletions install_ffmpeg.sh
    Original file line number Diff line number Diff line change
    @@ -37,10 +37,4 @@ brew install ffmpeg \
    --with-x265 \
    --with-xz \
    --with-zeromq \
    --with-zimg \
    --without-gpl \
    --without-lame \
    --without-qtkit \
    --without-securetransport \
    --without-x264 \
    --without-xvid
    --with-zimg
  2. @Piasy Piasy created this gist Oct 25, 2017.
    46 changes: 46 additions & 0 deletions install_ffmpeg.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,46 @@
    brew options ffmpeg

    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-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-tesseract \
    --with-theora \
    --with-tools \
    --with-two-lame \
    --with-wavpack \
    --with-webp \
    --with-x265 \
    --with-xz \
    --with-zeromq \
    --with-zimg \
    --without-gpl \
    --without-lame \
    --without-qtkit \
    --without-securetransport \
    --without-x264 \
    --without-xvid