Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Nov 16, 2023
1 parent 2cc31aa commit 2089394
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/hw-transcoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ NVIDIA GPUs support hardware transcoding using NVENC.

## External Transcoder

!!! success "Recommmended Configuration"
!!! success "Recommended Configuration"

The easiest and recommended way to use hardware transcoding in a docker environment is to use an external transcoder.
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).
If you cannot do this, other installation methods are also possible.

[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.

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For the best experience, we recommend to use the latest stable version of Nextcl
For easy setup and maintenance, you can use the community Nextcloud Docker image, and add extra dependencies using a custom Dockerfile.
Another option is to use [Nextcloud AIO](https://github.com/nextcloud/all-in-one#how-to-use-this), in which case most dependencies are already installed.

!!! success "Recommmended Configuration"
!!! success "Recommended Configuration"

If you plan to use hardware transcoding, using **Docker Compose** or **Nextcloud AIO** is recommended.

Expand Down

0 comments on commit 2089394

Please sign in to comment.