- https://
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 +++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
NewerOlder