2024-01-05, 06:25 PM
(This post was last modified: 2024-01-05, 06:38 PM by Yahel. Edited 5 times in total.)
Hi,
I've been using JellyFin for around 2 years and it's awesome, thanks! Recently I purchased HDR monitor and I find it amazing, but I have an issue after testing for a few weeks.
Every HDR video I play through JellyFin Media Player is darkened (Windows 11, JellyFin Media Player 1.9.1, HDR monitor with HDR applied in system).
I test it with videos of bit depth of 10 bits, either with HDR10 or Dolbi Vision with HDR10 fallback.
Example:
HDR on SDR display
SDR display
JellyFin media player on HDR display
Direct MPV on HDR display
After comparing I assume my Jellyfin Media Player change it to SDR, or something between SDR and HDR.. This is while my hardware, monitor and operating system are set up correctly, as can be seen through direct MPV play.
I read in the old reddit forum and here in forums I should test tone mapping for that issue but it didn't solve the issue. (currently disabled).
I'm attaching my config file.
All info provided here are of subjects discussed in other threads I read here/in reddit and didn't find solution for my issue. I have no knowledge background tho I aim to join you guys in the future. Let me know if I missed anything that could help.
Any help to solve the issue to display HDR as HDR would be appreciated.
I've been using JellyFin for around 2 years and it's awesome, thanks! Recently I purchased HDR monitor and I find it amazing, but I have an issue after testing for a few weeks.
Every HDR video I play through JellyFin Media Player is darkened (Windows 11, JellyFin Media Player 1.9.1, HDR monitor with HDR applied in system).
I test it with videos of bit depth of 10 bits, either with HDR10 or Dolbi Vision with HDR10 fallback.
Example:
HDR on SDR display
SDR display
JellyFin media player on HDR display
Direct MPV on HDR display
After comparing I assume my Jellyfin Media Player change it to SDR, or something between SDR and HDR.. This is while my hardware, monitor and operating system are set up correctly, as can be seen through direct MPV play.
I read in the old reddit forum and here in forums I should test tone mapping for that issue but it didn't solve the issue. (currently disabled).
I'm attaching my config file.
Code:
{
"sections": {
"appleremote": {
"emulatepht": true
},
"audio": {
"channels": "2.0",
"device": "auto",
"devicetype": "basic",
"exclusive": false,
"normalize": true,
"passthrough.ac3": false,
"passthrough.dts": false,
"passthrough.dts-hd": false,
"passthrough.eac3": false,
"passthrough.truehd": false
},
"cec": {
"activatesource": true,
"enable": true,
"hdmiport": 0,
"poweroffonstandby": false,
"suspendonstandby": false,
"usekeyupdown": false,
"verbose_logging": false
},
"main": {
"alwaysOnTop": false,
"autodetectCertBundle": false,
"checkForUpdates": true,
"disablemouse": false,
"enableInputRepeat": true,
"enableWindowsMediaIntegration": true,
"enableWindowsTaskbarIntegration": true,
"forceAlwaysFS": false,
"forceExternalWebclient": false,
"forceFSScreen": "",
"fullscreen": false,
"hdmi_poweron": false,
"ignoreSSLErrors": false,
"layout": "desktop",
"logLevel": "debug",
"minimizeOnDefocus": false,
"sdlEnabled": true,
"showPowerOptions": true,
"useOpenGL": false,
"useSystemVideoCodecs": false,
"userWebClient": "",
"webMode": "desktop"
},
"path": {
"startupurl_desktop": "bundled",
"startupurl_extension": "bundled"
},
"plugins": {
"jellyscrub": false,
"skipintro": false
},
"subtitles": {
"color": "#EEEEEE,#000000",
"placement": "center,bottom",
"size": 32
},
"system": {
"lircd_enabled": false,
"smbd_enabled": false,
"sshd_enabled": false,
"systemname": "JellyfinMediaPlayer"
},
"video": {
"allow_transcode_to_hevc": false,
"always_force_transcode": false,
"aspect": "normal",
"audio_delay.24hz": 0,
"audio_delay.25hz": 0,
"audio_delay.50hz": 0,
"audio_delay.normal": 0,
"cache": 75,
"debug.force_vo": "",
"deinterlace": false,
"force_transcode_4k": false,
"force_transcode_av1": false,
"force_transcode_dovi": true,
"force_transcode_hdr": false,
"force_transcode_hevc": false,
"force_transcode_hi10p": false,
"hardwareDecoding": "copy",
"prefer_transcode_to_h265": false,
"refreshrate.auto_switch": false,
"refreshrate.avoid_25hz_30hz": true,
"refreshrate.delay": 3,
"sync_mode": "audio"
}
},
"version": 6
}
All info provided here are of subjects discussed in other threads I read here/in reddit and didn't find solution for my issue. I have no knowledge background tho I aim to join you guys in the future. Let me know if I missed anything that could help.
Any help to solve the issue to display HDR as HDR would be appreciated.