ffmpeg使用yum找不到

for Centos 7

[root@seafile6 ~]# yum -y install ffmpeg ffmpeg-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

1 个赞

解决了。
CentOS 7需额外安装扩展源:
wget https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm
wget https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm
rpm -ivh *.rpm
rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
yum -y install ffmpeg ffmpeg-devel

1 个赞