apt-cyg | ||
cygwin_fix_strsafe.h | ||
ffmpeg-install.sh | ||
ffmpeg-shared-build-cywin32.sh | ||
ffmpeg-shared-build-cywin64.sh | ||
ffmpeg-static-build-linux32-native.sh | ||
ffmpeg-static-build-linux32.sh | ||
ffmpeg-static-build-linux64-native.sh | ||
ffmpeg-static-build-linux64.sh | ||
LICENSE.txt | ||
README.md |
FFmpeg builds for GNU/Linux & Windows (with Cygwin)
FFmpeg 4.4.1 Builds:
-
GNU/Linux downloads (Static):
-
Generic (All distros):
-
DEB (Debian Based):
-
RPM (RedHat Based):
-
-
Windows downloads (with Cygwin):
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]
with32bit
or64bit
depending on your architecture. -
Windows instructions:
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
andlibtool
-
Type the following commands:
$ git clone https://github.com/q3aql/ffmpeg-builds/ $ cd ffmpeg-builds $ sudo ./ffmpeg-static-build-[arch].sh
Note: Replace
[arch]
withlinux32
orlinux64
depending on your architecture. -
-
Windows instructions:
-
During installation,
configure the repository
and installgit
andwget
. -
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]
withcygwin32
orcygwin64
depending on your architecture.