mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
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:
parent
53bf3cd2e6
commit
25c4c7207b
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user