docs: en: de: Use proper capitalization and fix some issues with NVIDIA technical docs.

The no-scenecut parameter values were reversed, ugh.
This commit is contained in:
Bradley Sepos 2021-01-10 17:55:00 -05:00
parent da6956b41d
commit 8009badb98
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
2 changed files with 18 additions and 17 deletions

View File

@ -1,6 +1,6 @@
---
Type: article
Title: Nvidia Nvenc
Title: NVIDIA NVENC
Project: HandBrake
Project_URL: https://handbrake.fr/
Project_Version: 1.3.0
@ -13,21 +13,21 @@ License_Abbr: CC BY-SA 4.0
License_URL: https://handbrake.fr/docs/license.html
---
Nvidia Nvenc
NVIDIA NVENC
============
## Supported Hardware and Configurations
- Nvidia GeForce GTX Pascal (1050+) and RTX Turing (1650+, 2060+) series GPU or better
- Nvidia Graphics Driver 418.81 or later
- NVIDIA GeForce GTX Pascal (1050+) and RTX Turing (1650+, 2060+) series GPU or better
- NVIDIA Graphics Driver 418.81 or later
- Windows 10
- Experimental Linux support is available in HandBrakes command line interface
Please note, these are not hard limits. Hardware encoding via Nvenc *might* work on older series GPUs and older operating systems, but this is not officially supported.
Please note, these are not hard limits. Hardware encoding via NVENC *might* work on older series GPUs and older operating systems, but this is not officially supported.
## Enabling support
Support for the Nvidia Nvenc encoder is enabled in preferences on the video tab. If your system is not supported, the option will be disabled.
Support for the NVIDIA NVENC encoder is enabled in preferences on the video tab. If your system is not supported, the option will be disabled.
## Performance
@ -37,7 +37,7 @@ It is common, particularly on lower-end hardware, for the CPU to be a bottleneck
## Advanced options
The Nvidia Nvenc hardware encoder has a limited set of advanced encoder options. Generally speaking, it is not recommended to change these parameters, as the built-in presets offer a good range of options for common uses.
The NVIDIA NVENC hardware encoder has a limited set of advanced encoder options. Generally speaking, it is not recommended to change these parameters, as the built-in presets offer a good range of options for common uses.
From HandBrakes command line interface, use the `--encopts` parameter as follows:
@ -77,4 +77,4 @@ The following value types are supported (each option only accepts one value type
| weighted_pred | boolean | ✓ | ✓ | Set to `1` to enable weighted prediction, `0` to disable (default). |
| rc-lookahead | int | ✓ | ✓ | Number of frames to look ahead for rate control. Default: `0`. |
| b_adapt | boolean | ✓ | | When lookahead is enabled, set this to `1` to enable adaptive B-frame decision (default), `0` to disable. |
| no-scenecut | boolean | ✓ | ✓ | When lookahead is enabled, set this to `1` to enable adaptive I-frame insertion at scene cuts (default), `0` to disable. |
| no-scenecut | boolean | ✓ | ✓ | When lookahead is enabled, set this to `1` to disable adaptive I-frame insertion at scene cuts, `0` to enable (default). |

View File

@ -1,6 +1,6 @@
---
Type: article
Title: Nvidia Nvenc
Title: NVIDIA NVENC
Project: HandBrake
Project_URL: https://handbrake.fr/
Project_Version: Latest
@ -13,27 +13,28 @@ License_Abbr: CC BY-SA 4.0
License_URL: https://handbrake.fr/docs/license.html
---
Nvidia Nvenc
NVIDIA NVENC
============
## Supported Hardware and Configurations
- Nvidia GeForce GTX Pascal (1050+), GTX/RTX Turing (1650+, 2060+) or Ampere (3060+) series GPU or better
- Nvidia Graphics Driver 456.71 or later
- NVIDIA GeForce GTX Pascal (1050+), GTX/RTX Turing (1650+, 2060+) or Ampere (3060+) series GPU or better
- NVIDIA Graphics Driver 456.71 or later
- Windows 10
- Experimental Linux support is available in HandBrakes command line interface
Please note, these are not hard limits. Hardware encoding via Nvenc *might* work on older series GPUs and older operating systems, but this is not officially supported.
Please note, these are not hard limits. Hardware encoding via NVENC *might* work on older series GPUs and older operating systems, but this is not officially supported.
## Enabling support
Support for the Nvidia Nvenc encoder is enabled in preferences on the video tab. If your system is not supported, the option will be disabled.
Support for the NVIDIA NVENC encoder is enabled in preferences on the video tab. If your system is not supported, the option will be disabled.
## Performance
HandBrake supports the Nvidia NVEnc NVEnc encoder but does not support the NVDec (decoder).
HandBrake supports the NVIDIA NVENC encoder but does not support the NVDEC decoder.
The CPU will still be used for:
- Video decoding
- All video filters
- Audio encoding
@ -47,7 +48,7 @@ It is also common, particularly on lower-end or older hardware, for the CPU to b
## Advanced options
The Nvidia Nvenc hardware encoder has a limited set of advanced encoder options. Generally speaking, it is not recommended to change these parameters, as the built-in presets offer a good range of options for common uses.
The NVIDIA NVENC hardware encoder has a limited set of advanced encoder options. Generally speaking, it is not recommended to change these parameters, as the built-in presets offer a good range of options for common uses.
From HandBrakes command line interface, use the `--encopts` parameter as follows:
@ -87,4 +88,4 @@ The following value types are supported (each option only accepts one value type
| weighted_pred | boolean | ✓ | ✓ | Set to `1` to enable weighted prediction, `0` to disable (default). |
| rc-lookahead | int | ✓ | ✓ | Number of frames to look ahead for rate control. Default: `0`. |
| b_adapt | boolean | ✓ | | When lookahead is enabled, set this to `1` to enable adaptive B-frame decision (default), `0` to disable. |
| no-scenecut | boolean | ✓ | ✓ | When lookahead is enabled, set this to `1` to enable adaptive I-frame insertion at scene cuts (default), `0` to disable. |
| no-scenecut | boolean | ✓ | ✓ | When lookahead is enabled, set this to `1` to disable adaptive I-frame insertion at scene cuts, `0` to enable (default). |