gpt4 book ai didi

ffmpeg - 如何在 Ubuntu 12.04 LTS(Precise Pangolin)上使用 libx264 编译 avconv?

转载 作者:行者123 更新时间:2023-12-04 00:03:36 24 4
gpt4 key购买 nike

是否有关于如何在 Ubuntu 中编译 avconv 的分步指南?

与 ffmpeg 相比,似乎很难用 avconv 搜索任何教程。

最佳答案

终于知道怎么弄了

1.) 创建一个目录 avconv-source

mkdir avconv-source

2.) 下载并安装 x264 库
cd ~/avconv-source
git clone git://git.videolan.org/x264.git x264
cd x264
sudo ./configure --enable-static
sudo make
sudo make install

3.) 下载 avconv 源
cd ~/avconv-source
git clone git://git.libav.org/libav.git avconv
cd avconv
sudo ./configure
sudo ./configure --enable-gpl --enable-libx264
sudo make
sudo make install

现在你可以执行
avconv -i test.mov -c:v libx264 -c:a copy test.mp4

关于ffmpeg - 如何在 Ubuntu 12.04 LTS(Precise Pangolin)上使用 libx264 编译 avconv?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11234662/

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