From d9f6eb0a66f41881a8acad878269a806344319cf Mon Sep 17 00:00:00 2001 From: Christian Benincasa Date: Thu, 25 Apr 2024 11:07:38 -0400 Subject: [PATCH] Update docs on hw accel images --- docs/getting-started/installation.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 0a318b7c7..70b2d9f58 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -10,21 +10,23 @@ Tunarr is available on [Docker Hub](https://hub.docker.com/r/chrisbenincasa/tuna The general format of tags is: `{release}{-encoder}?`. -Since Tunarr is currently pre-release, there is a single tag: `edge`. The edge tag is pushed hourly from the `main` branch. We also support a specialized image build which includes support for Nvidia hardware-accelerated encoding: +Since Tunarr is currently pre-release, there is a single tag: `edge`. The edge tag is pushed hourly from the `main` branch. We also support a specialized image builds which include support for hardware-accelerated encoding with Nvidia, QSV, and VAAPI. !!! info - Tunarr currently does not have builds that support QSV / VAAPI. We are looking into software changes to how Tunarr uses FFMPEG in order to function properly. This issue is tracked here: [chrisbenincasa/tunarr#23](https://github.com/chrisbenincasa/tunarr/issues/23) + Tunarr has experimental support for QSV / VAAPI. This issue is tracked here: [chrisbenincasa/tunarr#23](https://github.com/chrisbenincasa/tunarr/issues/23) Docker: - `chrisbenincasa/tunarr:edge` -- `chrisbenincasa/tunarr:nvidia-edge` +- `chrisbenincasa/tunarr:edge-nvidia` +- `chrisbenincasa/tunarr:edge-vaapi` GHCR: - `ghcr.io/chrisbenincasa/tunarr:edge` -- `ghcr.io/chrisbenincasa/tunarr:nvidia-edge` +- `ghcr.io/chrisbenincasa/tunarr:edge-nvidia` +- `ghcr.io/chrisbenincasa/tunarr:edge-vaapi` ## Binaries