Fixing low brightness (darkness) in 4K HDR movies

Recently, I started watching movies in 4K HDR format more frequently. However, they often appear too dark on both my display and TV. I use the VLC player in both cases. This issue occurs because 4K HDR (High Dynamic Range) movies can look too dark on displays or players that do not fully support HDR. This happens due to the way HDR content is encoded and processed.

I’ve decided to investigate why this happens and explore how I can fix it.



There can be multiple ways to fix it, but what first worked for me is:

I used PotPlayer instead of VLC, and on my TV, it immediately improved the output because my TV supports some (or most) HDR formats. However, it didn’t improve playback on my PC display since it doesn’t support HDR at all.

To resolve this, I started using the madVR video renderer (Madshi Video Renderer) and was able to fix the issue completely.

Here’s a step-by-step explanation of what I did:

1) Install PotPlayer from their official website.

2) Get Madvr, unpack it somewhere (it will have to stay there), run install.bat under administrator. It will register itself in your system as an available video renderer.

3) Open PotPlayer and navigate to Video → Video Processing Settings. Set the Video Renderer to Madshi Video Renderer, then click the [...] button next to the Video Renderer dropdown to access additional settings.



4) In the dialog window that opens, select Edit Settings.



5) Navigate to Devices → [Your Display] → HDR.

6) For any display, or for displays that don’t support HDR, select "Tone map HDR using pixel shaders" and set the Target Peak Nits to a low value (100 is the lowest, which will increase brightness the most). You can adjust this value to achieve the desired result.



7) Alternatively, for displays that support HDR, you can select "Passthrough HDR to display" and enable "Send HDR metadata to the display".



8) That's it, your 4K HDR movies should look much better now, enjoy!

Comments

Post a Comment

Popular posts from this blog

How to set up a simple backup on your UGREEN NAS using rsync & cron scheduler