mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
docs: Fix typos and such on hardware encoder articles.
This commit is contained in:
parent
b042d8e34e
commit
9497a80150
@ -19,7 +19,7 @@ Nvidia Nvenc
|
||||
## Supported Hardware and Configurations
|
||||
|
||||
- Nvidia GeForce GTX Pascal (1050+) and RTX Turing (1650+, 2060+) series GPU or better
|
||||
- Nvidia Graphics Driver “399.24” or later
|
||||
- Nvidia Graphics Driver 399.24 or later
|
||||
- Windows 7 SP1 and later
|
||||
|
||||
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.
|
||||
@ -32,7 +32,7 @@ Support for the Nvidia Nvenc encoder is enabled in preferences on the video tab.
|
||||
|
||||
Only video encoding is performed by the hardware encoder. Every stage prior to and after video encoding including decoding, filters, audio/video sync, audio encoding, muxing, etc., is performed by the CPU. As a result, it is normal to have high (even 100%) CPU utilisation during encodes.
|
||||
|
||||
It is common, particularly on lower-end hardware, for the CPU to be a bottleneck for the hardware video encoder. To minimise this effect, disable any filters that you do not require.
|
||||
It is common, particularly on lower-end hardware, for the CPU to be a bottleneck for the hardware video encoder. To minimize this effect, disable any filters that you do not require.
|
||||
|
||||
## Advanced options
|
||||
|
||||
@ -69,7 +69,7 @@ The following value types are supported (each option only accepts one value type
|
||||
| spatial-aq | boolean | X | X | For H.265, use "spatial_aq" for H.265 encodes. Note the underscore |
|
||||
| aq-strength | int | X | X | When Spatial AQ is enabled, the scale is from 1 (low) - 15 (aggressive) |
|
||||
| nonref_p | boolean | X | X | Enable automatic insertion of non-reference P-frames |
|
||||
| strict_gop | boolean | X | X | Minimise GOP to GOP rate fluctuations |
|
||||
| strict_gop | boolean | X | X | Minimize GOP to GOP rate fluctuations |
|
||||
| weighted_pred | boolean | X | X | |
|
||||
| rc-lookahead | int | X | X | 0 to 27 |
|
||||
| b_adapt | boolean | X | | Set this to 0 to disable adaptive B-frame decision when lookahead is enabled |
|
||||
|
||||
@ -20,10 +20,12 @@ Intel QuickSync Video (QSV)
|
||||
|
||||
- Intel Skylake (6th Generation Core) CPU or later with Intel HD Graphics or better
|
||||
- Windows 10
|
||||
- Linux (Available in our flatpak build via a plugin)
|
||||
- Linux
|
||||
|
||||
Please note, these are not hard limits. Hardware encoding via Intel QSV *might* work on older series GPUs and older operating systems, but this is not officially supported.
|
||||
|
||||
A plugin with all required components for Intel QSV encoding using the Flatpak distribution of HandBrake is available on the official [HandBrake website](https://handbrake.fr).
|
||||
|
||||
## Enabling support
|
||||
|
||||
Support for the Intel QSV encoder is enabled in preferences on the video tab. If your system is not supported, the option will be disabled.
|
||||
@ -32,7 +34,7 @@ Support for the Intel QSV encoder is enabled in preferences on the video tab. If
|
||||
|
||||
Only video encoding is performed by the hardware encoder. Every stage prior to and after video encoding including decoding, filters, audio/video sync, audio encoding, muxing, etc., is performed by the CPU. As a result, it is normal to have high (even 100%) CPU utilisation during encodes.
|
||||
|
||||
It is common, particularly on lower-end hardware, for the CPU to be a bottleneck for the hardware video encoder. To minimise this effect, disable any filters that you do not require.
|
||||
It is common, particularly on lower-end hardware, for the CPU to be a bottleneck for the hardware video encoder. To minimize this effect, disable any filters that you do not require.
|
||||
|
||||
## Advanced options
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ Support for the AMD VCE encoder is enabled in preferences on the video tab. If y
|
||||
|
||||
Only video encoding is performed by the hardware encoder. Every stage prior to and after video encoding including decoding, filters, audio/video sync, audio encoding, muxing, etc., is performed by the CPU. As a result, it is normal to have high (even 100%) CPU utilisation during encodes.
|
||||
|
||||
It is common, particularly on lower-end hardware, for the CPU to be a bottleneck for the hardware video encoder. To minimise this effect, disable any filters that you do not require.
|
||||
It is common, particularly on lower-end hardware, for the CPU to be a bottleneck for the hardware video encoder. To minimize this effect, disable any filters that you do not require.
|
||||
|
||||
## Advanced options
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ Apple VideoToolbox
|
||||
|
||||
## Supported hardware
|
||||
|
||||
- Most 2015 or later Macs
|
||||
- Most 2015 and later Macs
|
||||
|
||||
Please note, these are not hard limits. Hardware encoding via VideoToolbox *might* work on older series GPUs and older operating systems, but this is not officially supported.
|
||||
|
||||
@ -35,7 +35,7 @@ Choice of the underlying hardware encoder (AMD VCE or Intel QuickSync Video) is
|
||||
|
||||
Only video encoding is performed by the hardware encoder. Every stage prior to and after video encoding including decoding, filters, audio/video sync, audio encoding, muxing, etc., is performed by the CPU. As a result, it is normal to have high (even 100%) CPU utilisation during encodes.
|
||||
|
||||
It is common, particularly on lower-end hardware, for the CPU to be a bottleneck for the hardware video encoder. To minimise this effect, disable any filters that you do not require.
|
||||
It is common, particularly on lower-end hardware, for the CPU to be a bottleneck for the hardware video encoder. To minimize this effect, disable any filters that you do not require.
|
||||
|
||||
## Advanced options
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user