![]() |
|
SOLVED: Correct transcoding settings for the N100 Processor - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Correct transcoding settings for the N100 Processor (/t-solved-correct-transcoding-settings-for-the-n100-processor) Pages:
1
2
|
RE: Correct transcoding settings for the N100 Processor - TheDreadPirate - 2024-09-04 It happens because jellyfin is expecting a bunch of parameters that you aren't providing when you simply type "jellyfin". This is from the jellyfin service file. Code: /usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTSYou shouldn't ignore it. You should just not run jellyfin that way. Always always always use "sudo systemctl start jellyfin" (or status or restart or stop) to control Jellyfin. RE: Correct transcoding settings for the N100 Processor - Nex1337 - 2024-09-04 ok, then how can I get this information without typing the command “jellyfin”? https://ibb.co/pL9KzKJ sorry for asking so much, but I have never hosted a server on Linux. RE: Correct transcoding settings for the N100 Processor - TheDreadPirate - 2024-09-04 You don't have to. It is already part of the service config. You need to start the jellyfin service with this command. Code: sudo systemctl start jellyfinUnless you are a developer, you will never need to manually run jellyfin. You will always use systemctl to start the service. If you are just curious, /etc/default/jellyfin has all the parameters that Jellyfin uses when it is started with systemctl. RE: Correct transcoding settings for the N100 Processor - Nex1337 - 2024-09-05 Thanks for your help, I will follow your tips
RE: Correct transcoding settings for the N100 Processor - greecetopher - 2024-12-14 Hello! I just installed Jellyfin Server on an Intel N100 system using Ubuntu 24.04. Everything works great, but i have 2 more option available on the Dashboard regarding the supported codecs, that i don't know whether i should enable or not. I am talking about "HEVC RExt 8/10bit" and "HEVC RExt 12bit" options. Should i enable them on an Intel N100 system? Screenshot attached: RE: Correct transcoding settings for the N100 Processor - TheDreadPirate - 2024-12-14 The N100 supports decoding both HEVC RExt options in that list. |