From a94297ac93ac11db9c608bef508a2c9bc8aad787 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 5 Aug 2022 13:07:38 -0600 Subject: [PATCH] Add link to supported encoding for each GPU --- docs/docs/configuration/hardware_acceleration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/hardware_acceleration.md b/docs/docs/configuration/hardware_acceleration.md index 3f09f8e23..9d67f31d3 100644 --- a/docs/docs/configuration/hardware_acceleration.md +++ b/docs/docs/configuration/hardware_acceleration.md @@ -41,6 +41,8 @@ ffmpeg: ### NVIDIA GPU +[Supported Nvidia GPUs for Decoding](https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new) + These instructions are based on the [jellyfin documentation](https://jellyfin.org/docs/general/administration/hardware-acceleration.html#nvidia-hardware-acceleration-on-docker-linux) Add `--gpus all` to your docker run command or update your compose file.