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.
This commit is contained in:
Hannes Braun 2023-01-01 17:02:34 +01:00
parent 1523d4fd8c
commit d9304cd392
Signed by: hannesbraun
GPG Key ID: 7B6557E1DFD685BE
1 changed files with 2 additions and 0 deletions

View File

@ -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"]]