bankinglkp.blogg.se

How to download ffmpeg linux
How to download ffmpeg linux











how to download ffmpeg linux

Run make and make install commands: ffmpeg]$ sudo ffmpeg]$ sudo make install Then run configure command: ffmpeg]$ sudo. Go to the ffmpeg directory: ~]$ cd ffmpeg Install the following packages: ~]$ sudo dnf install wget nano tar lbzip2 gcc yasm -yĮxtract from tar.bz2 file: ~]$ tar -xf 2 Add the epel repo so you can install the packages you will need: ~]$ sudo dnf install epel-release -y The downloaded file should be extracted from the compressed file. The source package can be downloaded as a compressed file in tar.bz2 format from the FFmpeg official address. Method -2- Building FFmpeg From Source Code Let's view the installed ffmpeg package: ~]$ rpm -qa ffmpeg The installation is completed by downloading packages from the repos we added earlier. Rpmfusion-nonfree-updates RPM Fusion for EL 9 - Nonfree - UpdatesĪnd start the FFmpeg package installation: ~]$ sudo dnf -y install ffmpeg Rpmfusion-free-updates RPM Fusion for EL 9 - Free - Updates In the last case, the repolist should be as follows: ~]$ dnf repolistĮpel Extra Packages for Enterprise Linux 9 - x86_64Įpel-next Extra Packages for Enterprise Linux 9 - Next - x86_64 Then install the rpmfusion-nonfree-release-9 package: ~]$ sudo dnf install -y













How to download ffmpeg linux