From 9497a8015076535da6c6ba4dae7314cd3c3360ae Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Sat, 10 Aug 2019 16:18:46 -0400 Subject: [PATCH] docs: Fix typos and such on hardware encoder articles. --- source/docs/en/latest/technical/video-nvenc.markdown | 6 +++--- source/docs/en/latest/technical/video-qsv.markdown | 6 ++++-- source/docs/en/latest/technical/video-vce.markdown | 2 +- source/docs/en/latest/technical/video-videotoolbox.markdown | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/source/docs/en/latest/technical/video-nvenc.markdown b/source/docs/en/latest/technical/video-nvenc.markdown index 87008a0f..ed484b19 100644 --- a/source/docs/en/latest/technical/video-nvenc.markdown +++ b/source/docs/en/latest/technical/video-nvenc.markdown @@ -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 | diff --git a/source/docs/en/latest/technical/video-qsv.markdown b/source/docs/en/latest/technical/video-qsv.markdown index d13db743..5472993a 100644 --- a/source/docs/en/latest/technical/video-qsv.markdown +++ b/source/docs/en/latest/technical/video-qsv.markdown @@ -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 diff --git a/source/docs/en/latest/technical/video-vce.markdown b/source/docs/en/latest/technical/video-vce.markdown index 89a6c927..35c6cd86 100644 --- a/source/docs/en/latest/technical/video-vce.markdown +++ b/source/docs/en/latest/technical/video-vce.markdown @@ -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 diff --git a/source/docs/en/latest/technical/video-videotoolbox.markdown b/source/docs/en/latest/technical/video-videotoolbox.markdown index 8d4f3a93..31198127 100644 --- a/source/docs/en/latest/technical/video-videotoolbox.markdown +++ b/source/docs/en/latest/technical/video-videotoolbox.markdown @@ -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