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.
我正在尝试用 h264_nvenc NVIDIA 编码器配置和替换 libx264 编码器。我想-x264-params ref=4用它的并行 nvenc 参数替换参数。我曾经ffmpeg -hide_banner -h encoder=h264_nvenc看到所有可用的选项,但找不到任何合适的替代品。有什么建议吗?
-x264-params ref=4
ffmpeg -hide_banner -h encoder=h264_nvenc
看起来他们在最新的 ffmpeg 源代码中添加了dpb_size参数,并且在某种程度上直接影响了refs内部参数。试一试。
dpb_size
refs