Jellyfin Forum
Need help to configure transcoding - 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: Need help to configure transcoding (/t-need-help-to-configure-transcoding)



Need help to configure transcoding - Indra - 2025-07-18

Hi All,

I'm nubie on jellyfin so please don't hate me asking stupid question..

1. All my sourve video was stored in AV1, 4K format
2. Users are view the video via web browser, since this a dynamic user, we can't install apk on everyone come and go.
3. Some device unable to play AV1 properly, (it support AV1, but in software decoding, so it will stutter a lot) 
4. Is there a way to force HEVC transcoding? I can't do limiting bitrate or bandwith, since AV1 have the lowest bitrate, if I lower the bandwith below that to force encoding to h264/5, the result is hideous.
5. Is there a way to limit resolution to 1440p, the option available only 1080p and 4K, i try to edit encoder.xml with <MaxStreamingResolutionHeight>1440</MaxStreamingResolutionHeight> but it doesn't work.
6. Force transcoding on DLNA is working, but we can't skip or fastforward the video, is there any configuration needed to allow it?

thanks


RE: Need help to configure transcoding - user5621 - 2025-07-21

What type of videos are you trying to playback? most movies and tv shows are not AV1, If it is something from a video site like YouTube there are ways to configure the downloading tools to avoid AV1.

You should try to avoid AV1 files if you can help it, it takes alot of cpu power to playback unless your device has a hardware decoder for AV1 which alot of stuff doesn't.

You can use HandBrake to convert the files to h265 or whatever codec you want to use. That way they will directly playback and it will look better than trying to transcode your videos on the fly in realtime.

As for setting your transcoding options. open Jellyfin in your browser and click the three lines in the top left corner, dashboard, playback, transcoding and you can change alot of the options here. its too much to really go into here but there is a help link at the top to read more about it.

So for transcoding to h264 is easiest h265 is harder and AV1 is hardest still, it will do h264 by default.

For the max resolution there is an option for screen resolution, did you try that? I don't know what resolution your monitors are at but I assume not 4k. I haven't personally used that option but it should work.


RE: Need help to configure transcoding - conor - 2025-07-24

Don't think you can do this on the server as it streams based on what the client requests.

For Firefox go to about:config and set media.av1.enabled to false.


RE: Need help to configure transcoding - EPG Tech Talk - 2025-07-25

Transcoding AV1 4K video for web browsers presents challenges. Your AV1 source videos at 4K resolution need careful management for web-based viewing. Since you cannot install APKS, browser compatibility is key.

Some devices struggle with AV1 playback, even with software decoding. This causes stuttering. You want to force HEVC transcoding to address this. Directly forcing HEVC is difficult when AV1 has the lowest bitrate. Lowering bandwidth below AV1's bitrate to force h.264/h.265 results in poor quality.

You also want to limit the streaming resolution to 1440p. Editing encoder.xml with <MaxStreamingResolutionHeight>1440</MaxStreamingResolutionHeight> did not work. The available options are typically 1080p and 4K.

While forcing transcoding on DLNA works, you cannot skip or fast-forward videos. This suggests a configuration issue within your DLNA setup, possibly related to seeking capabilities or profile limitations.