Jellyfin Forum
Truenas Scale Hardware Transcoding - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Truenas Scale Hardware Transcoding (/t-truenas-scale-hardware-transcoding)



Truenas Scale Hardware Transcoding - stormblessed - 2025-02-10

I have Jellyfin running on Truenas Scale 24.10.2 with a Intel Arc a310, hardware transcoding is enabled and so far everything works perfectly.

My question is if I can enable the Low-Power H.264 hardware encoder and Low-Power HEVC hardware encoder?

I have tried to find out if the firmware is configured correctly on Truenas but haven't been able to find the information.

Any help would be great!


RE: Truenas Scale Hardware Transcoding - TheDreadPirate - 2025-02-10

You should enable both. It is required for Intel Arc when encoding to those codecs.

On the TrueNAS command line run this command and share the output.

Code:
sudo dmesg | grep i915

Depending on the uptime of your server, it may have aged off the messages we are looking for. But you can also go to /var/log and run a grep command to search the archived dmesg log files.

Code:
grep i915 /var/log/dmesg.1
zgrep i915 /var/log/dmesg.*.gz