您好,登录后才能下订单哦!
本篇内容介绍了“如何在CentOS8上安装FFmpeg”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!
步骤1:安装RPMfusion Yum存储库
创建RPM Fusion存储库是为了提供Fedora和基于Red Hat的发行版未提供的软件。该存储库中可用的所有软件应用程序均以预编译的RPM文件的形式提供。我们将从RPMfusion存储库在CentOS 8/RHEL 8上安装FFmpeg。
在启用RPM Fusion for EL之前,需要在RHEL或兼容发行版(如CentOS)上启用EPEL。
[linuxidc@localhost ~/www.linuxidc.com]$sudo dnf -y install https://download.fedoraproject.org/pub/epel/epel-release-latest -8.noarch.rpm
使用以下命令将其添加到您的系统中。
[linuxidc@localhost ~/www.linuxidc.com]$sudo dnf localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm [linuxidc@localhost ~/www.linuxidc.com]$sudo dnf install --nogpgcheck https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfee-release-8.noarch.rpm
接受安装。
步骤2:在CentOS 8/RHEL 8上安装FFmpeg
添加EPEL和RPM Fusion存储库后,在终端中运行以下命令以在CentOS 8 / RHEL 8 Linux系统上安装FFmpeg。
[linuxidc@localhost ~/www.linuxidc.com]$sudo dnf install http://rpmfind.net/linux/epel/7/x86_64/Packages/s/SDL2-2.0.10-1.l7.x86_64.rpm [linuxidc@localhost ~/www.linuxidc.com]$sudo dnf install ffmpeg
通过运行以下命令安装开发库:
[linuxidc@localhost ~/www.linuxidc.com]$sudo dnf -y install ffmpeg-devel
步骤3:在CentOS/RHEL 8上检查FFmpeg版本
使用以下命令检查RHEL/CentOS系统上安装的FFmpeg版本。
[linuxidc@localhost ~/www.linuxidc.com]$rpm -qi ffmpeg
[linuxidc@localhost ~/www.linuxidc.com]$ffmpeg -version ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 8 (GCC)
FFmpeg使用帮助
[linuxidc@localhost ~/www.linuxidc.com]$ffmpeg --help
OK。暂时就这样。
“如何在CentOS8上安装FFmpeg”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注亿速云网站,小编将为大家输出更多高质量的实用文章!
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。