Skip to content

Commit c54bef6

Browse files
committed
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.
1 parent 9f59715 commit c54bef6

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

source/docs/en/latest/technical/video-nvenc.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,9 @@ The following value types are supported (each option only accepts one value type
9595

9696
| Option | Type | H.264 | H.265 | Detail |
9797
|------------------|-------------|:-----:|:-----:|-----------------------------------------------------------------------------------------------------------|
98-
| gpu | string ||| GPU selection. Values: `any` (default), `0` (first GPU), `1` (second GPU), etc. |
9998
| coder | string || | Coder selection. Values: `auto` (default), `cabac`, `cavlc`. |
10099
| temporal-aq | boolean || | Set to `1` to enable Temporal Adaptive Quality, `0` to disable (default). Note the hyphen for H.264. |
101-
| 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.* |
100+
| temporal_aq | boolean | || Set to `1` to enable Temporal Adaptive Quality, `0` to disable (default). Note the underscore for H.265. |
102101
| spatial-aq | boolean || | Set to `1` to enable Spatial Adaptive Quality, `0` to disable (default). Note the hyphen for H.264. |
103102
| spatial_aq | boolean | || Set to `1` to enable Spatial Adaptive Quality, `0` to disable (default). Note the underscore for H.265. |
104103
| aq-strength | int ||| When Spatial AQ is enabled, the values scale is `1` (low) – `15` (aggressive). Default: `8`. |

source/docs/en/latest/technical/video-qsv-options.markdown

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)