ffmpeg - 在 Centos 7 中安装 ffmpeg

标签 ffmpeg centos centos7

我是 Centos 的新手。
当我尝试在 Centos 中安装 ffmpeg 时,按照 link .

Error: Package: ffmpeg-2.8.15-2.el7.nux.x86_64 (nux-dextop)
           Requires: libSDL-1.2.so.0()(64bit)
Error: Package: ffmpeg-libs-2.8.15-2.el7.nux.x86_64 (nux-dextop)
           Requires: libschroedinger-1.0.so.0()(64bit)
Error: Package: libavdevice-2.8.15-2.el7.nux.x86_64 (nux-dextop)
           Requires: libopenal.so.1()(64bit)
Error: Package: libavdevice-2.8.15-2.el7.nux.x86_64 (nux-dextop)
           Requires: libSDL-1.2.so.0()(64bit)
Error: Package: ffmpeg-libs-2.8.15-2.el7.nux.x86_64 (nux-dextop)
           Requires: libass.so.5()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
当我尝试安装 libSDL-1.2.so.0 ,我有另一个依赖错误。
在 Centos 中安装的通常做法是什么?

最佳答案

我去 Centos 存储库并下载 rpm 二进制包。
然后使用如下命令。
sudo yum --nogpgcheck localinstall xxxxxxxxxxx.rpm
如果要安装依赖包,我会先尝试安装这些依赖包。

关于ffmpeg - 在 Centos 7 中安装 ffmpeg,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70934811/

相关文章:

apache - 我如何通过 Chef/vagrant 在 httpd.conf 中添加 "ServerName xxx"

linux - 如何从 CentOS 6.5 获取最新的 cmake 版本

php71w-xml 已安装,但我仍然有此错误 : Fatal error: Uncaught Error: Class 'DOMDocument' not found in

php - 即使具有(似乎)正确的文件权限,上传目标文件夹似乎也不可写

windows - 如何修改此 Windows 脚本以进行匹配?

ffmpeg - 如何使用 ffmpeg 记录特定窗口?

python - ffmpeg 恢复为默认字幕字体

actionscript-3 - 在 Flash 中分析视频的像素数据

centos - yum local install 安装一个包及其依赖

c++ - 我想在 CentOS 7 上安装 clang-tidy 作为 c++ 的 linter,但找不到包