-
Notifications
You must be signed in to change notification settings - Fork 5
Hardware Transcoding
linux-universe edited this page Aug 7, 2025
·
4 revisions
Note
This guide is based on the quadlet files in main.
To enable VAAPI or Quick Sync hardware transcoding, uncomment the following line in immich-server.container:
AddDevice=/dev/dri
In the Admin page under Video transcoding settings, change the hardware acceleration setting to the appropriate option and save.
Note
As I don't have the necessary hardware, I couldn't test the Nvidia instruction. Any confirmation would be appreciated.
Uncomment and add the following lines in immich-server.container:
AddDevice=/dev/dri
AddDevice=nvidia.com/gpu=0 # Make sure this matches your GPU ID
Unmask=/dev/dri:/dev/dri
In the Admin page under Video transcoding settings, change the hardware acceleration setting to the appropriate option and save.