Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/hw-transcoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ services:
group_add: [109]
```

!!! tip "GPU on a separate machine"

If your Nextcloud host does not have a GPU, you can also run go-vod on a different machine entirely and mount the Nextcloud data over NFS. A community-maintained setup guide and deploy script for this configuration (NVIDIA GPU with NVENC, NFS mount, external transcoder) is available at [jimnoneill/nextcloud-memories-gpu](https://github.com/jimnoneill/nextcloud-memories-gpu).

## Internal Transcoder

Memories ships with an internal transcoder binary that you can directly use. In this case, you must install the drivers and ffmpeg on the same host as Nextcloud, and Memories will automatically handle starting and communicating with go-vod. This is also the default setup when you enable transcoding without hardware acceleration.
Expand Down