-
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]with32bitor64bitdepending 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,autoconfandlibtool -
Type the following commands:
$ git clone https://github.com/q3aql/ffmpeg-builds/ $ cd ffmpeg-builds $ sudo ./ffmpeg-static-build-[arch].sh
Note: Replace
[arch]withlinux32orlinux64depending on your architecture. -
-
Windows instructions:
-
During installation,
configure the repositoryand installgitandwget. -
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]withcygwin32orcygwin64depending on your architecture.