Temporarily disable grain synthesis

This is necessary due to this bug: https://bugs.chromium.org/p/aomedia/issues/detail?id=2768
I don't want to check every encoded video entirely just to make sure it doesn't contain this type of glitching.
Revert this commit once the issue is resolved in the aomenc.
这个提交包含在:
Hannes Braun 2023-01-01 17:02:34 +01:00
父节点 1523d4fd8c
当前提交 d9304cd392
签署人:: hannesbraun
GPG 密钥 ID: 7B6557E1DFD685BE

查看文件

@ -79,6 +79,8 @@ aom_params += ["enable-qm=1"]
#
# If you need to do grain synthesis on animation content, maybe SVT-AV1 is a better choice?
# And read this: https://www.reddit.com/r/AV1/comments/n4si96/encoder_tuning_part_3_av1_grain_synthesis_how_it/
# TEMPORARILY DISABLED DUE TO https://bugs.chromium.org/p/aomedia/issues/detail?id=2768
preset["dnl"] = "-1"
if preset["dnl"] != "-1":
aom_params += ["enable-dnl-denoising=0", "denoise-noise-level=" + preset["dnl"]]