美文网首页
Centos7下安装FFmpeg

Centos7下安装FFmpeg

作者: 宁静的猫 | 来源:发表于2019-05-11 17:18 被阅读0次

    由于工作需要,要用到FFmpeg这个软件,所以在这里记录一下安装方法。
    参考来源:https://blog.csdn.net/qq_34627459/article/details/74956569

    1、安装 EPEL Release

    yum install -y epel-release
    

    2、安装 Nux-Dextop 源

    sudo rpm -Uvh [http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm](http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm)
    

    3、yum 安装 ffmpeg

    yum install -y ffmpeg
    

    相关文章

      网友评论

          本文标题:Centos7下安装FFmpeg

          本文链接:https://www.haomeiwen.com/subject/faoaoqtx.html