Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想确定使用 libavcodec 对 h.264 文件进行编码时使用的参考帧数。我已经能够以编程方式确定我正在寻找的大多数其他信息,但到目前为止无法找到这一项。
非常感谢任何帮助。
一般编码建议使用 4-5 个参考帧。较高的值只会增加编码时间和解码复杂性,几乎没有质量增益。