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.
This commit is contained in:
Flaxee 2022-05-20 20:56:53 +02:00 committed by GitHub
parent 53bf3cd2e6
commit 25c4c7207b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,8 @@ ffmpeg:
### Intel-based CPUs (>=10th Generation) via Quicksync ### 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 ```yaml
ffmpeg: ffmpeg:
hwaccel_args: hwaccel_args: