mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
docs: Add note about NVENC HEVC temporal_aq requirement.
Requires Turing. NVENC 1650 has Pascal NVENC, so 1660+. Thanks to Diversion on the forum for the assistance.
This commit is contained in:
parent
0b499c2f2c
commit
92fa7175ff
@ -67,7 +67,8 @@ The following value types are supported (each option only accepts one value type
|
||||
|------------------|-------------|:-----:|:-----:|-----------------------------------------------------------------------------------------------------------|
|
||||
| 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). |
|
||||
| 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.* |
|
||||
| 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`. |
|
||||
|
||||
@ -67,7 +67,8 @@ The following value types are supported (each option only accepts one value type
|
||||
|------------------|-------------|:-----:|:-----:|-----------------------------------------------------------------------------------------------------------|
|
||||
| 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). |
|
||||
| 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.* |
|
||||
| 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`. |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user