level 6
-编码功能
UHQ 调整信息:新的调整信息在延迟容忍用例中提供最佳质量(仅支持 HEVC)。
前瞻级别:增加前瞻分析以提高质量(仅支持 HEVC)。
时间滤波:帮助滤除噪音以提高压缩效率(仅支持 HEVC)。
单向 B 帧:使用单向 B 帧代替 P 帧来提高质量,在延迟敏感用例中特别有用(仅支持 HEVC)。
更高位深度编码:将 8 位内容编码为 10 位(支持 HEVC 和 AV1)。
解码功能:
SEI 消息提取:使用 nvcuvid 解析器时,从输入文件中提取 SEI 消息。
2024年07月01日 03点07分
1
level 10
4月的事了。
你想多了,只是重命名和打包了某些老参数。并没有任何质量上的改进。
nv视频sdk的常规操作,搞得现在有一堆等价参数的不同写法,很混乱。
nvenc的作者rigaya第一时间采用了新参数,然后很快又移除了。说
“--tune removed as it seems to be confusing, and they can or they should be used from other options.”
“
--tune uhq
I've found out that this is actually combination of lookahead and tf-level being enabled, so can be replaced by -b 4 --tf-level 4 --lookahead <int> --lookahead-level <int>.
”
2024年07月02日 20点07分
2
刻在硅片上的东西也就只能这样了
2024年07月02日 23点07分
我查询了github v7.51版本中
#583 和 #
579内容,没有提到质量问题只是因为tune uhq参数没提到质量等同不变的说法,请问你做过测试方面的数据么
2024年07月07日 18点07分
作者都给出等价参数了,意思还不够明确?非要打出quality这个单词才叫提到质量是吧?你要不信就自己做测试证伪呗。我选择相信作者。
2024年07月09日 14点07分