![]() |
transcoding settings - 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: transcoding settings (/t-transcoding-settings) |
RE: transcoding settings - bitmap - 2024-12-14 No, Jellyfin will transcode as quickly as the hardware you have made available is capable -- unless you turn on the throttle transcodes setting (which can save some power if folks decide to stop watching something midway but you've transcoded the entire thing already. Derp. Didn't realize this was a resurrected post. Thought it was new. RE: transcoding settings - chenks - 2025-01-21 (2024-12-06, 01:30 PM)TheDreadPirate Wrote: You can check both low power boxes as long as you've setup the GuC and HuC firmware. I THINK this needs to be done in Proxmox and not the LXC. i've been trying to get some confirmation of whether this gets installed on the host or the LXC, and not have much luck finding the answer. is there any more clarification on this? RE: transcoding settings - TheDreadPirate - 2025-01-21 Pretty sure the firmware needs to be installed on the host. RE: transcoding settings - chenks - 2025-01-21 did you install in your docker host or container? the few people that did respond over on a proxmox forum suggested that anything you install should always be within the container. my pve host is debian based (i believe) but the jellyfin lxc is ubuntu. whilst i have backups of everything i would want to be 100% sure i'm installing in the correct place as having to rebuild my pve host isn't something i'd look forward to. RE: transcoding settings - TheDreadPirate - 2025-01-21 Regardless if it is Docker containers or LXC containers, the firmware needs to be on the host. Where Docker and LXC differ is that Jellyfin in Docker doesn't require that Intel DRIVERS be installed on the host. They are part of the container. This is assuming Docker is running directly on the host. LXCs require that you install both the firmware AND Intel drivers on the host. RE: transcoding settings - chenks - 2025-01-21 once installed, and settings enabled, how would you test to confirm it's working? RE: transcoding settings - TheDreadPirate - 2025-01-21 First reboot after installing the firmware. Run this command on the host after rebooting and share the output. Code: sudo dmesg | grep i915 It should look similar to this. Code: [ 10.597095] kernel: i915 0000:03:00.0: [drm] VT-d active for gfx access Specifically these lines. Code: [ 10.616534] kernel: i915 0000:03:00.0: [drm] Finished loading DMC firmware i915/dg2_dmc_ver2_08.bin (v2.8) RE: transcoding settings - chenks - 2025-01-21 OK, as a curiosity i ran that command just now to see what the result was, this is it https://pastebin.com/77v8LvX3 RE: transcoding settings - TheDreadPirate - 2025-01-21 That looks right. RE: transcoding settings - chenks - 2025-01-21 (2025-01-21, 05:06 PM)TheDreadPirate Wrote: That looks right. looks right for what it should look like before installation of drivers etc i presume |