gpt4 book ai didi

ffmpeg - 如何在centos 7上为ffmpeg构建安装libx265

转载 作者:行者123 更新时间:2023-12-04 22:48:36 26 4
gpt4 key购买 nike

当我尝试使用 libx265 (./configure --enable-gpl --enable-libx265) 编译 ffmpeg 时,出现以下错误:(错误:使用 pkg-config 找不到 x265)。如何安装 libx265 并使用 ffmpeg 进行配置。

最佳答案

您的问题有两种解决方案。

一)

如果 CentOS 7 上没有可用的 libx265,那么您必须自己构建它。它遵循非常简单的配置/制作方法。

使用 Mercurial :

hg clone http://hg.videolan.org/x265
cd x265/build/linux
./make-Makefiles.bash
make -j6
make install
ldconfig

然后确保在构建 ffmpeg 时指定 libx265 的安装路径。使用 pkg 配置: PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" .

B)

但在 CentOS 7 上似乎有 x265 的 rpm 条目:
http://pkgs.org/centos-7/nux-dextop-x86_64/x265-devel-1.2-6.el7.nux.x86_64.rpm.html .如果它们在您的系统上兼容,您应该能够简单地安装而不是构建。

关于ffmpeg - 如何在centos 7上为ffmpeg构建安装libx265,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35061502/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com