-
Notifications
You must be signed in to change notification settings - Fork 1
Home
OFark edited this page Jul 19, 2021
·
3 revisions
Most of what you need to know is in the README, but here I will answer questions, as they come up, to the more intricate parts of the software.
There is an Unraid template in one of my other repositories.
There is full hardware decoding and encoding support. This required FFMpeg with the Nvidia libraries. On Windows this is done by default, on Linux it depends on the OS version and Docker requires a few extra steps:
- You need the :nvidia tag for the repository.
- You need the "NVIDIA_VISIBLE_DEVICES" set to "all" or the GUID of the specific device you want to use.
- you need to add the Extra Parameter "--runtime=nvidia".
- It also requires the Nvidia drivers on your host system.