From dfbebb63ff680f54b27b0c7f1751bd2263c296e0 Mon Sep 17 00:00:00 2001 From: Caros2017 <32988054+Caros2017@users.noreply.github.com> Date: Sat, 16 Jul 2022 21:36:16 +0200 Subject: [PATCH] Update hardware_acceleration.md Added the solution for the problem in https://github.com/blakeblackshear/frigate/issues/3227 --- docs/docs/configuration/hardware_acceleration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/hardware_acceleration.md b/docs/docs/configuration/hardware_acceleration.md index aaef378b9..3f09f8e23 100644 --- a/docs/docs/configuration/hardware_acceleration.md +++ b/docs/docs/configuration/hardware_acceleration.md @@ -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