FFmpeg builds for GNU/Linux & Windows (with Cygwin) (Stable).
Go to file
2023-12-26 16:55:30 +01: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 Fix zimg dependency 2023-12-26 16:44:38 +01:00
ffmpeg-shared-build-cywin64.sh Fix zimg dependency 2023-12-26 16:44:38 +01:00
ffmpeg-static-build-linux32-native.sh Update FFmpeg URL to v6.1 2023-12-26 16:23:00 +01:00
ffmpeg-static-build-linux32.sh Fix freetype download 2023-12-26 16:55:30 +01:00
ffmpeg-static-build-linux64-native.sh Update FFmpeg URL to v6.1 2023-12-26 16:23:00 +01:00
ffmpeg-static-build-linux64.sh Fix freetype download 2023-12-26 16:55:30 +01:00
LICENSE.txt Fix LICENSE.txt (GPL 2.0) 2021-03-12 22:09:08 +01:00
README.md README.md (v6.0 build2) 2023-03-07 22:37:24 +01:00

FFmpeg builds for GNU/Linux & Windows

FFmpeg 6.0 Builds2:

HOW TO INSTALL:

  • GNU/Linux instructions:

  • Windows instructions:

  • Cygwin instructions:

HOW TO CREATE YOUR BUILD:

  • GNU/Linux instructions:

    • Install dependencies in your GNU/Linux distro.
    • Dependencies: wget, gcc, make, cmake, meson/ninja and git.
    • Type the following commands:
      • $ git clone https://gitlab.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 Cygwin for 32bits or 64bits.
    • During installation, configure the repository and install git and wget or lynx.
    • Open Cygwin terminal and type the following commands:
      • $ git clone https://gitlab.com/q3aql/ffmpeg-builds
      • $ cd ffmpeg-builds
      • $ ./ffmpeg-share-build-[arch].sh

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