Skip to content

Commit 8e065a5

Browse files
committed
docs: update Intel QSV documentation with the proper generation name in latest
1 parent 7c02975 commit 8e065a5

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed
Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
11
---
2-
Type: article
3-
Title: Intel Quick Sync Video
4-
Project: HandBrake
5-
Project_URL: https://handbrake.fr/
2+
Type: article
3+
Title: Intel Quick Sync Video
4+
Project: HandBrake
5+
Project_URL: https://handbrake.fr/
66
Project_Version: Latest
7-
Language: English
8-
Language_Code: en
9-
Authors: [ Bradley Sepos <[email protected]> (BradleyS), Scott (s55) ]
10-
Copyright: 2024 HandBrake Team
11-
License: Creative Commons Attribution-ShareAlike 4.0 International
12-
License_Abbr: CC BY-SA 4.0
13-
License_URL: https://handbrake.fr/docs/license.html
7+
Language: English
8+
Language_Code: en
9+
Authors: [Bradley Sepos <[email protected]> (BradleyS), Scott (s55)]
10+
Copyright: 2024 HandBrake Team
11+
License: Creative Commons Attribution-ShareAlike 4.0 International
12+
License_Abbr: CC BY-SA 4.0
13+
License_URL: https://handbrake.fr/docs/license.html
1414
---
1515

16-
Intel Quick Sync Video
17-
======================
16+
# Intel Quick Sync Video
1817

1918
## Supported Hardware and Configurations
2019

21-
- Intel Skylake (9th Generation Core) CPU or later with Intel HD, Iris Xe or Arc graphics.
20+
- Intel Coffee Lake (9th Generation Core) CPU or later with Intel HD, Iris Xe or Arc graphics.
2221
- Windows 10 or Later
2322
- Please make sure your Intel GPU drivers are up-to-date. Driver version should be >= 31.0.x.x
24-
- Some Modern Linux versions.
23+
- Some Modern Linux versions.
2524
- FreeBSD
2625

27-
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.
26+
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.
2827

2928
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).
3029

31-
3230
<!-- .system-linux -->
3331

3432
### Linux support for Low Power Encoding mode
@@ -40,7 +38,7 @@ By default, HandBrake will try default to the "lowpower" encoding path available
4038
Alternatively, you can disable lowpower mode by adding the following option in the "More Settings" box on the video tab:
4139

4240
- "lowpower=0"
43-
41+
4442
To avoid having to set this each time, we recommend you save this as a new preset.
4543

4644
### Linux support for Intel ARC
@@ -49,11 +47,10 @@ Please note, support for Intel Arc currently has some complex system requirement
4947
Making changes to your system kernel / drivers can be risky. As such, you do so at your own risk.
5048

5149
- Linux Kernel version 6.2 or later is required.
52-
- Up-to-date MESA package
53-
- HuC firmware must be enabled.
50+
- Up-to-date MESA package
51+
- HuC firmware must be enabled.
5452
- Latest Intel GPU Firmware. (Available from https://github.com/intel-gpu/intel-gpu-firmware.git)
5553

56-
5754
<!-- /.system-linux -->
5855

5956
## Enabling support
@@ -78,7 +75,7 @@ The CPU will still be used for:
7875

7976
- Video decoding (if QSV decode is disabled or your source is in a format which is not supported by the QSV hardware)
8077
- Most video filters
81-
- Audio encoding
78+
- Audio encoding
8279
- HandBrake's engine, A/V sync etc
8380
- Subtitles
8481
- Muxing
@@ -87,15 +84,14 @@ These operations all happen in parallel as the job progresses. As such, it is no
8784

8885
It is also common, particularly on lower-end or older hardware, for the CPU to be a bottleneck which will cause lower than expected performance. To minimize this effect, disable any filters that you do not require.
8986

90-
9187
## Advanced options
9288

9389
The QSV 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.
9490

9591
If using HandBrake’s graphical interface, you can set the options in the `Advanced Options` field on the `Video` tab in the following format:
9692

9793
option1=value1:option2=value2
98-
94+
9995
If using HandBrake’s command line interface, use the `--encopts` parameter as follows:
10096

10197
--encopts="option1=value1:option2=value2"

0 commit comments

Comments
 (0)