FFmpeg builds for GNU/Linux & Windows (with Cygwin) (Stable).
Go to file
2022-04-05 13:51:58 +02:00
apt-cyg Cygwin manager: https://github.com/transcode-open/apt-cyg 2021-12-28 15:34:40 +01:00
cygwin_fix_strsafe.h Fixed library for build with Cygwin 2021-12-28 15:31:44 +01:00
ffmpeg-installer.sh Rename installer for john.vansickle static builds 2022-01-15 15:42:42 +01:00
ffmpeg-shared-build-cywin32.sh Update FFmpeg URL to v5.0.1 2022-04-05 13:13:24 +02:00
ffmpeg-shared-build-cywin64.sh Update FFmpeg URL to v5.0.1 2022-04-05 13:13:24 +02:00
ffmpeg-static-build-linux32-native.sh Update FFmpeg URL to v5.0.1 2022-04-05 13:13:24 +02:00
ffmpeg-static-build-linux32.sh Fix frei0r URL 2022-04-05 13:51:58 +02:00
ffmpeg-static-build-linux64-native.sh Update FFmpeg URL to v5.0.1 2022-04-05 13:13:24 +02:00
ffmpeg-static-build-linux64.sh Fix frei0r URL 2022-04-05 13:51:58 +02:00
LICENSE.txt Fix LICENSE.txt (GPL 2.0) 2021-03-12 22:09:08 +01:00
README.md Update README.md 2022-03-26 22:23:11 +01:00

FFmpeg builds for GNU/Linux & Windows

FFmpeg 5.0 Builds:

HOW TO INSTALL:

  • GNU/Linux instructions:

    • Download the package (32 bits or 64 bits).

    • Open the terminal and type the following command:

      $ sudo tar jxvf ffmpeg-5.0-linux-gnu-[arch]-build.tar.bz2 -C /
      

    Note: Replace [arch] with 32bit or 64bit depending on your architecture.

  • Windows instructions:

    • Download the package (32 bits or 64 bits).
    • Unzip the package with 7-zip or Winrar.
    • Copy the files to a folder. For example: C:\Program Files\FFmpeg
    • Add the path C:\Program Files\FFmpeg to PATH variable.

HOW TO CREATE YOUR BUILD:

  • GNU/Linux instructions:

    • Install dependencies in your GNU/Linux distro.

    • Dependencies: wget, git, gcc, g++, yasm, nasm, make, meson, ninja. gperf, autoconf and libtool

    • Type the following commands:

      $ git clone https://github.com/q3aql/ffmpeg-builds/
      $ cd ffmpeg-builds
      $ sudo ./ffmpeg-static-build-[arch].sh
      

    Note: Replace [arch] with linux32 or linux64 depending on your architecture.

  • Windows instructions:

    • Install Cywin for 32bits or 64bits.

    • During installation, configure the repository and install git and wget.

    • Open Cygwin terminal and type the following commands:

      $ git clone https://github.com/q3aql/ffmpeg-builds/
      $ cd ffmpeg-builds
      $ ./ffmpeg-share-build-[arch].sh
      

    Note: Replace [arch] with cygwin32 or cygwin64 depending on your architecture.