Skip to content

Immich hardware acceleration (QuickSync) not working? #5550

Closed Answered by mammuth
mammuth asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, upon investigation, I probably spotted a little bug in the install script:

While the devices are passed through, the permissions are only set up correctly when also installing OpenVINO:

This should probably always be done, even when not installing OpenVINO, right?

I ran the following to adjust the setup:

chgrp video /dev/dri
chmod 755 /dev/dri
chmod 660 /dev/dri/*
adduser immich video
adduser immich render

And now HW accelerated transcoding seems to work after restarting the LXC:

[Nest] 201  - 06/29/2025, 2:44:55 PM     LOG [Microservices:MediaService] Transcoding video ada12da2-5358-46f8-9f7d-7f81b32cf43b with QSV-accelerated encoding and software decoding
[Nest] 201  - 06/29/2025…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mammuth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants