diff --git a/hav1w.py b/hav1w.py index e4ee267..676bd95 100644 --- a/hav1w.py +++ b/hav1w.py @@ -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"]]