Skip to content

Instantly share code, notes, and snippets.

@noizuy
noizuy / aq-fast-edge.patch
Last active October 21, 2022 15:05
At high resolutions, AQ modes 4 & 5 show a significant speed reduction. This option (--aq-fast-edge) allows the user to omit the 5x5 Gaussian blur applied before edge detection is performed, slightly improving encode speed. Goes on top of the AQ mode 5 patch.
From 534154762b267f7a8e16620b530de2b18026c5e3 Mon Sep 17 00:00:00 2001
From: noizuy <[email protected]>
Date: Mon, 26 Sep 2022 12:46:29 +0200
Subject: [PATCH] add AQ fast edge option At high resolutions, AQ modes 4 & 5
show a significant speed reduction. This option allows the user to omit the
5x5 Gaussian blur applied before edge detection is performed, slightly
improving encode speed.
---
doc/reST/cli.rst | 4 +++
@noizuy
noizuy / aq_edge_biased.patch
Last active July 24, 2023 01:03
x265 patch to add an AQ mode adding AQ mode 3's dark bias to AQ mode 4.
From f694f1439f7306dcfe19f1d547d6854a3fa64f2c Mon Sep 17 00:00:00 2001
From: noizuy <[email protected]>
Date: Fri, 18 Feb 2022 17:09:39 +0000
Subject: [PATCH] add new AQ mode (#17)
add new AQ mode
This just adds AQ mode 3's dark bias to AQ mode 4. Because of normal AQ
strength values for mode 4 not really working well with the dark bias,
an additional bias-strength parameter has been added.