FFmpeg builds for GNU/Linux & Windows (with Cygwin)

FFmpeg 4.4.1 Builds:

HOW TO INSTALL:

  • GNU/Linux instructions:

    • Open the terminal and type the following command:

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

    Note: Replace [arch] with linux32 or linux64 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 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.

Description
FFmpeg builds for GNU/Linux & Windows (with Cygwin) (Stable).
Readme 192 KiB
Languages
C 67.1%
Shell 32.9%