From c54bef625d9ae8ff32e8bfedbe0a182a00f64678 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 27 Sep 2025 16:05:14 +0100 Subject: [PATCH] Update nvenc options list to remove gpu setting option. It likely won't behave correctly now that we have hardware decoding in place which won't honour this preference. --- .../en/latest/technical/video-nvenc.markdown | 3 +-- .../technical/video-qsv-options.markdown | 20 ------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 source/docs/en/latest/technical/video-qsv-options.markdown diff --git a/source/docs/en/latest/technical/video-nvenc.markdown b/source/docs/en/latest/technical/video-nvenc.markdown index bb60b99a..e4d798ff 100644 --- a/source/docs/en/latest/technical/video-nvenc.markdown +++ b/source/docs/en/latest/technical/video-nvenc.markdown @@ -95,10 +95,9 @@ The following value types are supported (each option only accepts one value type | Option | Type | H.264 | H.265 | Detail | |------------------|-------------|:-----:|:-----:|-----------------------------------------------------------------------------------------------------------| -| gpu | string | ✓ | ✓ | GPU selection. Values: `any` (default), `0` (first GPU), `1` (second GPU), etc. | | coder | string | ✓ | | Coder selection. Values: `auto` (default), `cabac`, `cavlc`. | | temporal-aq | boolean | ✓ | | Set to `1` to enable Temporal Adaptive Quality, `0` to disable (default). Note the hyphen for H.264. | -| temporal_aq | boolean | | ✓ | Set to `1` to enable Temporal Adaptive Quality, `0` to disable (default). Note the underscore for H.265. *Requires RTX Turing 1660 or better.* | +| temporal_aq | boolean | | ✓ | Set to `1` to enable Temporal Adaptive Quality, `0` to disable (default). Note the underscore for H.265. | | spatial-aq | boolean | ✓ | | Set to `1` to enable Spatial Adaptive Quality, `0` to disable (default). Note the hyphen for H.264. | | spatial_aq | boolean | | ✓ | Set to `1` to enable Spatial Adaptive Quality, `0` to disable (default). Note the underscore for H.265. | | aq-strength | int | ✓ | ✓ | When Spatial AQ is enabled, the values scale is `1` (low) – `15` (aggressive). Default: `8`. | diff --git a/source/docs/en/latest/technical/video-qsv-options.markdown b/source/docs/en/latest/technical/video-qsv-options.markdown deleted file mode 100644 index 131804c8..00000000 --- a/source/docs/en/latest/technical/video-qsv-options.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -Type: article -Title: Intel Quick Sync Video -Project: HandBrake -Project_URL: https://handbrake.fr/ -Project_Version: Latest -Language: English -Language_Code: en -Authors: [ Bradley Sepos (BradleyS), Scott (s55) ] -Copyright: 2024 HandBrake Team -License: Creative Commons Attribution-ShareAlike 4.0 International -License_Abbr: CC BY-SA 4.0 -License_URL: https://handbrake.fr/docs/license.html -Redirect_URL: video-qsv.html ---- - -CLI guide -========= - -This article has been moved to [Intel Quick Sync Video (QSV)](video-qsv.html).