学习使用三个命令实现在腾讯云服务器TencentOS Server 3.1或者CentOS 8上安装ffmpeg
- Error: Unable to find a match: ffmpeg
- 添加RPMfusion仓库
- 安装SDL
- 安装ffmpeg
- 执行命令测试
Error: Unable to find a match: ffmpeg
添加RPMfusion仓库
yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
安装SDL
yum install http://rpmfind.net/linux/epel/7/x86_64/Packages/s/SDL2-2.0.14-2.el7.x86_64.rpm
安装ffmpeg
yum -y install ffmpeg
执行命令测试
ffmpeg