

Sudo yum config-manager -set-enabled PowerToolsĢ) Once the repository is enabled, install FFmpeg: sudo dnf install ffmpegģ) Verify the FFmpeg installation by checking the version: ffmpeg -versionĪt the time of writing this article, the current version of FFmpeg available in the Negativo17 repository is 2.8.15. Run the following commands as root or a user with sudo privileges to enable the required repositories: sudo dnf install epel-release We will use the second option which is install using dnf from the repository Negativo17Ĭomplete the following steps to install FFmpeg on Rocky Linux 8 and CentOS 8:ġ) The Negativo17 repository depends on the repositories EPEL and PowerTools. You can choose to build FFmpeg from source or install using dnf from the Negativo17 repository. Install FFmpeg on Rocky Linux 8 / CentOS 8įFmpeg is not available in the default Rocky Linux 8 or CentOS 8 repositories.

This tutorial covers the steps required to install FFmpeg on Rocky Linux 8 and CentOS 8. With FFmpeg, you can convert between various video and audio formats, set the sample rate, and resize the video. FFmpeg contains a set of shared libraries for audio and video such as libavcodec, libavformat, and libavutil. FFmpeg is a free and open-source command line tool for transcoding multimedia files.
