rocky8에 ffmpeg install 방법

heyme·2022년 11월 29일

Rocky8 ffmpeg 설치

Repository가 없어서 설정 해줘야 함

yum -y update
yum -y install https://download.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
yum install dnf-plugins-core
yum config-manager --set-enabled powertools
yum install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm -y
yum install --nogpgcheck https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm -y
yum install -y ffmpeg

0개의 댓글