Intel N100: how check if LP mode works correctly? (docker) - 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: Intel N100: how check if LP mode works correctly? (docker) (/t-intel-n100-how-check-if-lp-mode-works-correctly-docker) |
Intel N100: how check if LP mode works correctly? (docker) - Iacov - 2024-12-22 hey i have an intel n100 nuc for my jellyfin server it runs ubuntu server 24.04.1 and i use the lsio docker image with the hw acceleration mod hw transcoding does work - no issues there (even though, i dont' know if i can activate vp8 and vp9 in the settings, as i don't know where that is used and if my nuc supports it. same goes for (vpp) tonemapping...should i activate it?) but about LP mode (Intel GPU | Jellyfin) - do i need those steps with an alder lake-n cpu? do i need those steps if i run jellyfin via docker? i see that i have LP currecntly active under my transcoding settings - would jellyfin have already crashed if it would not be working? or how could i test it? thank you for your help RE: Intel N100: how check if LP mode works correctly? (docker) - TheDreadPirate - 2024-12-22 You can check all the decode boxes except VP8. https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video#Hardware_decoding_and_encoding And leave "Allow encoding in AV1 format" unchecked. You can check both tone mapping boxes as long as you have the OpenCL mod installed (sounds like you do). Low power encoding is optional for Alderlake-N, but it should be enabled as it improves tone mapping performance. On Ubuntu 24.04, you should already have the linux-firmware package installed out of the box and Alderlake-N shouldn't require any additional configuration. If you have the boxes checked it would have crashed ffmpeg if it wasn't setup correctly. RE: Intel N100: how check if LP mode works correctly? (docker) - Iacov - 2024-12-22 thank you very much, that's a great help |