From 25c4c7207b962d21a5b9c6cd88a9364135a9c791 Mon Sep 17 00:00:00 2001 From: Flaxee Date: Fri, 20 May 2022 20:56:53 +0200 Subject: [PATCH] Update hardware_acceleration.md I had to set the environment variable "LIBVA_DRIVER_NAME: iHD" in my docker-compose.yml for hwaccel to work. Perhaps this depends on host configuration/drivers, if it'll use i965 (default) or iHD? My CPU is Intel i3-10320. --- docs/docs/configuration/hardware_acceleration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/hardware_acceleration.md b/docs/docs/configuration/hardware_acceleration.md index e2153f4f2..a5787ab72 100644 --- a/docs/docs/configuration/hardware_acceleration.md +++ b/docs/docs/configuration/hardware_acceleration.md @@ -43,6 +43,8 @@ ffmpeg: ### Intel-based CPUs (>=10th Generation) via Quicksync +**Note:** You might also need to set `LIBVA_DRIVER_NAME=iHD` as an environment variable on the container. Check with `vainfo` inside the container to see if it works. + ```yaml ffmpeg: hwaccel_args: