ffmpeg 版本升级到 4.0 增加 libaom 库

Posted 1CM

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ffmpeg 版本升级到 4.0 增加 libaom 库相关的知识,希望对你有一定的参考价值。

win10 中交叉编译 libaom 时 注意事项

libaom 源代码 下载 git -c "http.proxy=ip:port" clone https://aomedia.googlesource.com/aom

1. perl 版本需要 5.10.1 以上

2. Disable the use of the gtest‘s CMake support.  set(AOM_DISABLE_GTEST_CMAKE 1)

ffmpeg.exe  -i 00.mp4 -strict -2 -c:v libaom-av1 -b:v 2000k -crf 30 -cpu-used 4 -threads 8 -f matroska 00.mkv

ffmepg 中目前 libaom-av1 Codec is experimental , 缺点是普通 pc 上 编码速度非常慢;

以上是关于ffmpeg 版本升级到 4.0 增加 libaom 库的主要内容,如果未能解决你的问题,请参考以下文章

魔众题库系统 v5.4.0 常规优化升级 系统更稳定

KindEdito从3.51升级到4.0版本流程怎么升级?

魔众短链接系统 v3.4.0 链接批量删除 内核版本升级

如何将 Powershell 版本从 3.0 升级到 4.0 或 5.0

如何将Powershell版本从3.0升级到4.0或5.0

Android studio 升级到4.0-4.0.1版本项目编译异常问题总结