From d137fc3eb647f67242296daebb9b7a77214dea54 Mon Sep 17 00:00:00 2001 From: Evie Lau <689163+evie-lau@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:37:21 -0500 Subject: [PATCH] docs: add qsv note for jasper lake cpus (#13622) * Update hardware-transcoding.md Add niche instruction to get QSV working with Jasper Lake CPUs, based on conclusion from #3595 * Relocate note to setup step, under the Admin page changes * Add Elkhart Lake * chore: cleanup --------- Co-authored-by: Jason Rasmussen --- docs/docs/features/hardware-transcoding.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/features/hardware-transcoding.md b/docs/docs/features/hardware-transcoding.md index 756bb6823c..4f059281f3 100644 --- a/docs/docs/features/hardware-transcoding.md +++ b/docs/docs/features/hardware-transcoding.md @@ -62,10 +62,13 @@ For RKMPP to work: 1. If you do not already have it, download the latest [`hwaccel.transcoding.yml`][hw-file] file and ensure it's in the same folder as the `docker-compose.yml`. 2. In the `docker-compose.yml` under `immich-server`, uncomment the `extends` section and change `cpu` to the appropriate backend. -- For VAAPI on WSL2, be sure to use `vaapi-wsl` rather than `vaapi` + Note: For VAAPI on WSL2, be sure to use `vaapi-wsl` rather than `vaapi` 3. Redeploy the `immich-server` container with these updated settings. 4. In the Admin page under `Video transcoding settings`, change the hardware acceleration setting to the appropriate option and save. + + Note: For Jasper Lake and Elkhart Lake CPUs, you will need to set the `Hardware Acceleration` -> `Constant quality mode` to `CQP` + 5. (Optional) Enable hardware decoding for optimal performance. #### Single Compose File