From abbe1074cce8cf2e36c7bebba3cf7c15ecc30d27 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 8 Sep 2023 00:01:33 +0200 Subject: [PATCH] Document the change of --10-bit flags in 2.2.0. --- hardware.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hardware.rst b/hardware.rst index a65ff8e..e2da709 100644 --- a/hardware.rst +++ b/hardware.rst @@ -129,8 +129,9 @@ from subsampled Y'CbCr (typically 4:2:2 for inputs and 4:2:0 for outputs) is done transparently on the GPU. Input and output is 8-bit Y'CbCr by default, but be aware that 8-bit Y'CbCr, however common, cannot capture the full color fidelity of 8-bit RGB (not to mention 10-bit RGB). If you have spare GPU power, -you can enable 10-bit Y'CbCr input and output with --10-bit-input and ---10-bit-output, respectively, although you should be aware that client +you can enable 10-bit Y'CbCr input and output with --10-bit (before Nageru 2.2.0, +you needed to use --10-bit-input and --10-bit-output as separate flags), +although you should be aware that client support for 10-bit H.264 is very limited. Also, Quick Sync Video does not support 10-bit H.264 encoding, so in this case, the digital intermediate needs to be encoded in software. -- 2.39.2