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.

This commit is contained in:
sr55 2025-09-27 16:05:14 +01:00
parent 9f5971595f
commit c54bef625d
No known key found for this signature in database
GPG Key ID: 99C970F83E86C84B
2 changed files with 1 additions and 22 deletions

View File

@ -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`. |

View File

@ -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 <bradley@bradleysepos.com> (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).