Skip to content

Instantly share code, notes, and snippets.

@florentroques
Last active April 27, 2020 15:31
Show Gist options
  • Select an option

  • Save florentroques/df1061d1d25f23cc4c853eb7fa1c69c5 to your computer and use it in GitHub Desktop.

Select an option

Save florentroques/df1061d1d25f23cc4c853eb7fa1c69c5 to your computer and use it in GitHub Desktop.

Revisions

  1. florentroques revised this gist Apr 27, 2020. 1 changed file with 2 additions and 5 deletions.
    7 changes: 2 additions & 5 deletions ffmpeg-install.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,3 @@
    You can find the latest ```--with-something``` options in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)

    As of posting, the installation with all options is

    ```bash
    brew install ffmpeg --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-tools --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
    brew install ffmpeg $(brew options ffmpeg | grep -vE '\s' | grep -- '--with-' | tr '\n' ' ')
    ```
  2. florentroques revised this gist Feb 19, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ffmpeg-install.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    You can find the latest ```--with-something``` options in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)

    As of posting, the installation with all all options
    As of posting, the installation with all options is

    ```bash
    brew install ffmpeg --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-tools --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
  3. florentroques revised this gist Feb 19, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion ffmpeg-install.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    You can find the latest ```--with-something``` options in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)  
    You can find the latest ```--with-something``` options in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)

    As of posting, the installation with all all options

    ```bash
  4. florentroques revised this gist Feb 19, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions ffmpeg-install.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    You can find the latest with flags in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)
    As of posting, the full installation command is
    You can find the latest ```--with-something``` options in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)  
    As of posting, the installation with all all options

    ```bash
    brew install ffmpeg --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-tools --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
  5. florentroques revised this gist Feb 19, 2018. No changes.
  6. florentroques revised this gist Feb 19, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ffmpeg-install.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    You can find the latest with flags in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)
    You can find the latest with flags in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)
    As of posting, the full installation command is

    ```bash
  7. florentroques renamed this gist Feb 19, 2018. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions ffmpeg-install.sh → ffmpeg-install.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    #You can find the latest with flags in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)
    You can find the latest with flags in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)
    As of posting, the full installation command is

    #As of posting, the full installation command is

    brew install ffmpeg --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-tools --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
    ```bash
    brew install ffmpeg --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-tools --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
  8. florentroques revised this gist Feb 19, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ffmpeg-install.sh
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,4 @@

    #As of posting, the full installation command is

    brew install ffmpeg --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-tools --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
    brew install ffmpeg --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-tools --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
  9. florentroques created this gist Feb 19, 2018.
    5 changes: 5 additions & 0 deletions ffmpeg-install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    #You can find the latest with flags in the [ruby gem](https://github.com/Homebrew/homebrew-core/blob/master/Formula/ffmpeg.rb#L14-L35)

    #As of posting, the full installation command is

    brew install ffmpeg --with-chromaprint --with-fdk-aac --with-libass --with-librsvg --with-libsoxr --with-libssh --with-tesseract --with-libvidstab --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-rtmpdump --with-rubberband --with-sdl2 --with-snappy --with-tools --with-webp --with-x265 --with-xz --with-zeromq --with-zimg