From a745cbe4e686bb40b743bc0985fdb7bed11d6287 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 10 Jun 2025 06:35:43 -0600 Subject: [PATCH] Update hardware acceleration --- docs/docs/configuration/hardware_acceleration_video.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/hardware_acceleration_video.md b/docs/docs/configuration/hardware_acceleration_video.md index 58651dc2d..39b6eeb30 100644 --- a/docs/docs/configuration/hardware_acceleration_video.md +++ b/docs/docs/configuration/hardware_acceleration_video.md @@ -71,7 +71,8 @@ Or map in all the `/dev/video*` devices. | CPU Generation | Intel Driver | Recommended Preset | Notes | | -------------- | ------------ | ------------------- | ------------------------------------ | -| gen1 - gen7 | i965 | preset-vaapi | qsv is not supported | +| gen1 - gen5 | i965 | preset-vaapi | qsv is not supported | +| gen6 - gen7 | iHD | preset-vaapi | qsv is not supported | | gen8 - gen12 | iHD | preset-vaapi | preset-intel-qsv-\* can also be used | | gen13+ | iHD / Xe | preset-intel-qsv-\* | | | Intel Arc GPU | iHD / Xe | preset-intel-qsv-\* | |