FFmpeg builds for GNU/Linux & Windows (with Cygwin) (Stable).
Go to file
2021-12-28 20:45: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-install.sh FFmpeg 4.4.1 Static builds for GNU/Linux 2021-12-26 18:31:52 +01:00
ffmpeg-shared-build-cywin32.sh Scripts for build FFmpeg on Windows32/64 (with Cygwin) 2021-12-28 19:51:56 +01:00
ffmpeg-shared-build-cywin64.sh Scripts for build FFmpeg on Windows32/64 (with Cygwin) 2021-12-28 19:51:56 +01:00
ffmpeg-static-build-linux32-native.sh Script for build FFmpeg using Debian libraries 2021-12-26 13:45:28 +01:00
ffmpeg-static-build-linux32.sh Scripts for build FFmpeg on Linux32/64 2021-12-26 21:53:45 +01:00
ffmpeg-static-build-linux64-native.sh Script for build FFmpeg using Debian libraries 2021-12-26 13:45:28 +01:00
ffmpeg-static-build-linux64.sh Scripts for build FFmpeg on Linux32/64 2021-12-26 21:53:45 +01:00
ffmpeg-static-build-mingw32.sh Experimental script for build FFmpeg on Windows32 2021-12-26 21:53:56 +01:00
LICENSE.txt Fix LICENSE.txt (GPL 2.0) 2021-03-12 22:09:08 +01:00
README.md README.md (Windows builds) 2021-12-28 20:45:30 +01:00

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]-build1.tar.bz2 -C /
      
  • Windows instructions:

    • Unzip the package with 7-zip or Winrar.
    • Copy the files to a folder. For example: C:\Program Files\FFmpeg
    • Add the folder to PATH variable.