From 0c60aaf55711860b5b4571a5e888ca1c66bd5475 Mon Sep 17 00:00:00 2001 From: Mx <38002539+NeZios@users.noreply.github.com> Date: Sat, 27 Apr 2024 06:27:49 +0200 Subject: [PATCH] Update hardware-transcoding.md (#9094) * Update hardware-transcoding.md Adding tutorial on how to add QuickSync on Immich dockerfile on Unraid * cleanup Co-authored-by: bo0tzz * fix header * fix header --------- Co-authored-by: Mert <101130780+mertalev@users.noreply.github.com> Co-authored-by: bo0tzz --- docs/docs/features/hardware-transcoding.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/docs/features/hardware-transcoding.md b/docs/docs/features/hardware-transcoding.md index 420cd2a43b..835c92bc24 100644 --- a/docs/docs/features/hardware-transcoding.md +++ b/docs/docs/features/hardware-transcoding.md @@ -102,7 +102,14 @@ Once this is done, you can continue to step 3 of "Basic Setup". #### All-In-One - Unraid Setup -##### NVENC - NVIDIA GPUs +##### QSV + +1. Unraid > Docker > (Stop) Immich container > Edit +2. Scroll down and select `Add another Path, Port, Variable, Label or Device` +3. In the drop-down menu, select `Device` and an entry with any name and the value `/dev/dri`. +4. Continue to step 4 of "Basic Setup". + +##### NVENC 1. In the container app, add this environmental variable: Key=`NVIDIA_VISIBLE_DEVICES` Value=`all` 2. While still in the container app, change the container from Basic Mode to Advanced Mode and add the following parameter to the Extra Parameters field: `--runtime=nvidia`