Update hardware_acceleration.md

Added the solution for the problem in https://github.com/blakeblackshear/frigate/issues/3227
This commit is contained in:
Caros2017 2022-07-16 21:36:16 +02:00 committed by GitHub
parent b36b63599b
commit fc110420e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ ffmpeg:
ffmpeg:
hwaccel_args: -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p
```
**NOTICE**: With some of the processors, like the J4125, the default driver `iHD` doesn't seem to work correctly for hardware acceleration. You may need to change the driver to `i965` by adding the following environment variable `LIBVA_DRIVER_NAME_JELLYFIN=i965` to your docker-compose file.
### Intel-based CPUs (>=10th Generation) via Quicksync