ubuntu 编译 pyav 报错 libx264 not found

报错:

./configure
ERROR: libx264 not found

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.

解决办法:

sudo apt-get install -y libx264-dev   

报错

./configure
ERROR: libxml-2.0 not found using pkg-config

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.

解决办法:

apt-get install -y libxml2 libxml2-dev  

文章来源:https://www.cnaaa.net,转载请注明出处:https://www.cnaaa.net/archives/9660

(0)
郭靖的头像郭靖
上一篇 2023年9月14日 下午8:47
下一篇 2023年9月19日 下午4:48

相关推荐

  • IIS部署服务中.ttf或.woff文件获取不到问题

    问题现象: 有些字体与字符不能被IIS读取,显示乱码 解决方案如下: 1、打开IIS服务配置,找到MIME类型配置,双击进入配置 2、右侧进行添加操作 3、添加配置: .ttf application/octet-stream .woff font/x-woff .woff2 application/x-font-woff 这样ttf woff格式字体就能够…

    2022年11月21日
    1.3K00
  • 一文搞懂DNS服务器的解析原理及组成

    1、DNS Domain Name Service,域名服务,作用:为客户机提供域名解析服务器 2、域名组成 2.1、域名组成概述 如”www.sina.com.cn”是一个域名,从严格意义上讲,”sina.com.cn”才被称为域名(全球唯一),而”www”是主机名。“主机…

    2022年6月10日
    2.1K00
  • 注册域名教程godaddy【海外】

    国内注册需要先完成实名认证,实名认证周期大约3-7个工作日,对于着急上线的业务,部分客户也会选择海外的域名注册上,购买域名。海外的域名注册平台也比较多,今天给大家介绍godaddy注册流程。 前置条件: 1、注册godaddy用户,注册地址:https://www.godaddy.com/en-sg 2、准备一个海外支付方式paypal,并绑定信用卡,pay…

    2022年6月11日
    3.4K10
  • 什么是网站备案,为什么要备案?

    什么是网站备案,为什么要备案? 备案工作是由国家工业与信息化部强制要求的,目的是为了规范互联网环境,促进互联网信息服务健康有序发展,防止利用互联网从事非法经营活动,打击不良互联网信息的传播。国务院和工信部先后出台了相关规定,要求凡是在中国大陆境内发布的网站均需完成备案工作。其中对于经营性网站还需完成经营许可。未取得许可或者未履行备案手续的,不得从事互联网信息…

    2022年6月11日
    2.4K00
  • laravel新建应用报错:The Process class relies on proc_open, which is not

    1、问题描述 2、原因 proc_open实际上是一个函数,是PHP用来和shell交互的函数,一般如果让PHP可以直接操作系统的函数的话,是非常不安全的。所以,在PHP配置文件上有对这些不安全的函数作出保护,如果有需要的时候,可以根据开发需求作出修改配置 3、解决方法 打开php.ini,并搜索disable_functions指令,找到类似如下内容: 找…

    2023年2月14日
    1.6K00

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

在线咨询: QQ交谈

邮件:712342017@qq.com

工作时间:周一至周五,8:30-17:30,节假日休息

关注微信