2024-03-18, 08:48 PM
My setup is: i5 9600k + 32gb of RAM
I setup my jellyfin in a docker container on Ubuntu and configured for the low power encoding according to this: https://jellyfin.org/docs/general/admini...em-support
When streaming a 4k that needs transcode, I used
I checked the logs and it seems like jellyfin is using QSV correctly:
Stream mapping:
Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_qsv))
Stream #0:1 -> #0:1 (truehd (native) -> aac (libfdk_aac))
I came from using a Quadro P400 to transcode so I haven't been paying attention to the CPU utilization. I just want to confirm what should I be seeing.
Thanks,
I setup my jellyfin in a docker container on Ubuntu and configured for the low power encoding according to this: https://jellyfin.org/docs/general/admini...em-support
When streaming a 4k that needs transcode, I used
top
and noticed CPU utilization is ~50%. Is that normal?I checked the logs and it seems like jellyfin is using QSV correctly:
Stream mapping:
Stream #0:0 -> #0:0 (hevc (native) -> h264 (h264_qsv))
Stream #0:1 -> #0:1 (truehd (native) -> aac (libfdk_aac))
I came from using a Quadro P400 to transcode so I haven't been paying attention to the CPU utilization. I just want to confirm what should I be seeing.
Thanks,