From 5bcec8a9f686eaef7234b727e8cac7059da5a0e8 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 16 Nov 2023 15:45:47 -0800 Subject: [PATCH] docs: remove v6 warning Signed-off-by: Varun Patil --- docs/hw-transcoding.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/hw-transcoding.md b/docs/hw-transcoding.md index beb7b66f..441bb49d 100644 --- a/docs/hw-transcoding.md +++ b/docs/hw-transcoding.md @@ -32,10 +32,6 @@ NVIDIA GPUs support hardware transcoding using NVENC. This setup utilizes a separate docker container that contains the hardware drivers and ffmpeg. If you cannot do this, other installation methods are also possible (see below). -!!! warning "Memories v6+ required" - - This method is only supported in Memories v6 and newer. If you're on an old version, see the instructions [here](https://github.com/pulsejet/memories/blob/v5.5.0/docs/hw-transcoding.md#external-transcoder). - [go-vod](https://github.com/pulsejet/memories/tree/master/go-vod), the transcoder of Memories, comes with a pre-built Docker image based on `linuxserver/ffmpeg`. The docker image connects to your Nextcloud instance and pulls the go-vod binary on startup. To set up an external transcoder, follow these steps. 1. Use a `docker-compose.yml` that runs the go-vod container and mounts the Nextcloud data directories to it. You must specify `NEXTCLOUD_HOST` to match the name of your Nextcloud container.