Skip to content

Instantly share code, notes, and snippets.

@Nomis101
Nomis101 / A12-autoAQ.patch
Last active January 14, 2023 10:11
x265 patch to add an auto-AQ mode, AQ 5 (bias towards dark scenes) and option to adjust the strength of dark scene bias
diff --git a/doc/reST/cli.rst b/doc/reST/cli.rst
index f1d9fa36c..dd2511ffa 100755
--- a/doc/reST/cli.rst
+++ b/doc/reST/cli.rst
@@ -1733,7 +1733,7 @@ Quality, rate control and rate distortion options
ignored. Slower presets will generally achieve better compression
efficiency (and generate smaller bitstreams). Default disabled.
-.. option:: --aq-mode <0|1|2|3|4>
+.. option:: --aq-mode <0|1|2|3|4|5>