-
GNU/Linux downloads (Static):
-
Generic (All distros):
-
DEB (Debian Based):
-
RPM (RedHat Based):
-
-
Windows downloads (Shared):
-
GNU/Linux instructions:
-
Open the terminal and type the following command:
$ sudo tar jxvf ffmpeg-5.0-linux-gnu-[arch]-build.tar.bz2 -C /
Note: Replace
[arch]
with32bit
or64bit
depending on your architecture. -
Windows instructions:
-
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.