Jellyfin Forum
Converting Dolby Vision to HDR10 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Guides, Walkthroughs & Tutorials (https://forum.jellyfin.org/f-guides-walkthroughs-tutorials)
+--- Thread: Converting Dolby Vision to HDR10 (/t-converting-dolby-vision-to-hdr10)

Pages: 1 2 3 4 5 6 7 8 9 10 11


RE: Converting Dolby Vision to HDR10 - Neuron5 - 2025-02-15

(2025-02-14, 01:12 PM)TheDreadPirate Wrote: If you have a capable Jellyfin server that supports HEVC 10 bit, Jellyfin will tone map your profile 5 video to SDR on-the-fly.

I am running with IntelĀ® UHD Graphics 730 so I think I should be able to do this. How do I enable it? I have transcoding enabled and playing on Android TV. It was direct playing and video was black. VPP Tone mapping is enabled in my settings.


RE: Converting Dolby Vision to HDR10 - TheDreadPirate - 2025-02-15

In the Android TV settings (not Jellyfin), go to Display & Sound > Dynamic range & Color format. What is reported there?


RE: Converting Dolby Vision to HDR10 - Neuron5 - 2025-02-15

Here are the settings

https://imgbox.com/9tL008TE

https://imgbox.com/GbwOzONC


RE: Converting Dolby Vision to HDR10 - TheDreadPirate - 2025-02-16

Try remuxing the video into a MP4 container if it is in a MKV. I vaguely recall DV5 working better in MP4.

Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/dv5/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled newFile.mp4



RE: Converting Dolby Vision to HDR10 - Neuron5 - 2025-02-16

Thanks I will try that.

However I think something is up with my Jellyfin client or server settings. Probably unrelated to this thread.

Here is video stream that plex is able to play on the same device but I am getting the same black screen on Jellyfin. Plex dashboard shows this as 4K DoVi/HDR10.

Code:
Stream #0:0: Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x2160 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn (default)
      Metadata:
        BPS-eng         : 47725757
        DURATION-eng    : 02:14:34.400000000
        NUMBER_OF_FRAMES-eng: 193592
        NUMBER_OF_BYTES-eng: 48169606976
        SOURCE_ID-eng   : 001011
        _STATISTICS_WRITING_APP-eng: mkvmerge v52.0.0 ('Secret For The Mad') 64-bit
        _STATISTICS_WRITING_DATE_UTC-eng: 2021-02-23 23:54:22
        _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES SOURCE_ID
      Side data:
        DOVI configuration record: version: 1.0, profile: 7, level: 6, rpu flag: 1, el flag: 1, bl flag: 1, compatibility id: 6

Need to spend some time and do some reading on this to see what I need to fix in my Jellyfin setup.


RE: Converting Dolby Vision to HDR10 - TheDreadPirate - 2025-02-16

This one is Dolby Vision profile 7. The updated guide would work on this video for converting to plain HDR10.


RE: Converting Dolby Vision to HDR10 - Neuron5 - 2025-02-16

Right, I was going to try that. But I got curious as Plex is able to play this without issues on the same device and Jellyfin is not. So I wanted to research that a bit more to see if I can get a better understanding of what is happening. For the most part stuff just works so when it does not I am a bit lost Smiling-face.


RE: Converting Dolby Vision to HDR10 - gnattu - 2025-02-16

If "some device" you mentioned is the amazon stick, then that is purely that device has a terrible native player implementation. Plex implemented their own player backend instead of just using the system exoplayer to workaround a lot of device quirks.


RE: Converting Dolby Vision to HDR10 - Neuron5 - 2025-02-16

Its a nvidia shield player. Not the latest model. Custom player explains it, probably the same is happening on my device as well.


RE: Converting Dolby Vision to HDR10 - Shawn Farley - 2025-02-16

Good afternoon, I tried searching but could not find anything. Is there a way to use this on an unraid server?