Skip to content

FFmpeg

Installation

CentOS Stream 9

sh
sudo yum install \
  https://download1.rpmfusion.org/free/el/rpmfusion-free-release-9.noarch.rpm \
  https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-9.noarch.rpm
sudo yum install ffmpeg ffmpeg-devel

CentOS 8

WARNING

CentOS 8 is end-of-life. Treat these steps as legacy-only and prefer a supported distribution.

sh
sudo dnf install epel-release dnf-utils
sudo dnf config-manager --set-enabled powertools
sudo yum-config-manager --add-repo=https://negativo17.org/repos/epel-multimedia.repo
sudo dnf install ffmpeg