2024-01-22, 05:22 PM
(This post was last modified: 2024-01-22, 05:28 PM by Efficient_Good_5784. Edited 2 times in total.)
(2024-01-22, 10:28 AM)Prince3739 Wrote: devices:Is the "/dev/dir" at the end a typo?
- /dev/dri: /dev/dir
(2024-01-22, 04:53 PM)Prince3739 Wrote: my cpu falls under broadwell family and HEVC is NO on the table what dos that mean ?This means that the iGPU doesn't support HEVC.
I looked at the codec support table for your iGPU (with Quick Sync, hopefully these also apply for VAAPI).
Enable these:
- H.264
- MPEG-2
- VC1
- VP8
- VP9 (depends on linux, disable this too if unsure)
Disable these (don't work with your iGPU):
- HEVC
- AV1
- HEVC 10-bit
- VP9 10-bit
The ones that you will have disabled will fall back onto the CPU.
That is, when you attempt to stream a HEVC video on a client that wont support it, your Jellyfin server will use the CPU instead of the iGPU to transcode it.