Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDR (DCI-P3 & Rec. 2020) support #129

Open
2 of 3 tasks
WesselKroos opened this issue Jul 30, 2022 · 12 comments
Open
2 of 3 tasks

HDR (DCI-P3 & Rec. 2020) support #129

WesselKroos opened this issue Jul 30, 2022 · 12 comments

Comments

@WesselKroos
Copy link
Owner

WesselKroos commented Jul 30, 2022

Waiting on the completion of the implementation of HDR support in the canvas element:
https://chromestatus.com/feature/5703719636172800
whatwg/html#9461
https://github.com/WICG/canvas-color-space/blob/main/CanvasColorSpaceProposal.md
https://github.com/w3c/ColorWeb-CG/blob/main/hdr_html_canvas_element.md

@WesselKroos
Copy link
Owner Author

WesselKroos commented Apr 19, 2023

There is another feature for the Display P3 colorspace support in canvas elements that was released in Chrome 104 (august 2022):
https://chromestatus.com/feature/4814886323355648

Since that is easier to implement it has been added to the 2.37.25 version

@WesselKroos WesselKroos changed the title HDR video support Improve HDR video support Aug 28, 2023
@WesselKroos WesselKroos changed the title Improve HDR video support Further improve HDR video support Aug 28, 2023
@WesselKroos WesselKroos changed the title Further improve HDR video support HDR (DCI-P3 & Rec. 2020) support Jun 15, 2024
@Askejm
Copy link

Askejm commented Jun 15, 2024

Any estimate of when this will be added? Have heard a lot of people using this to help uneven burn-in on ultrawide OLEDs but then we can't get proper HDR

@WesselKroos
Copy link
Owner Author

Regarding Firefox, that's up to the developers at Mozilla. I think you can follow this Firefox bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1771373

Once they've implemented display-p3 support for the canvas it should work immediately.

@Askejm
Copy link

Askejm commented Jun 15, 2024

I see. So could i perhaps mitigate this by disabling WebGL? What does it use then, and would it be using a lot more power on a 3090?

@Askejm
Copy link

Askejm commented Jun 15, 2024

Nvm disabling webgl renderer makes no difference. That sucks :/

@WesselKroos
Copy link
Owner Author

You could try a chromium browser. It should be a bit better because they can extend the color space to DCI-P3.

@Askejm
Copy link

Askejm commented Jun 24, 2024

@WesselKroos I just noticed when remove black bar enables, I don't get washed out blacks
Black bar enabled and detected:
obs64_jSwLcY7ecn
Black bar detection disabled
obs64_kLcrjb74Nn
Ambient lights completely disabled:
obs64_AH0tfUetRX
On firefox. It only happens when a black bar is detected and removed

@Askejm
Copy link

Askejm commented Jun 24, 2024

I've found a workaround:
Disable remove black bar and sidebar (V and B)
Disable reset bars next video
Set sidebars size to 0.1%

@WesselKroos
Copy link
Owner Author

Hmm, if that worked you might want to check if toggling the advanced setting "Video artifacts workaround" also works. Then you might be able to keep using the remove black bar feature.

@Askejm
Copy link

Askejm commented Jun 24, 2024

Yes, that works. Disabling that feature solves the issue

@WesselKroos
Copy link
Owner Author

WesselKroos commented Jun 24, 2024

Then, are you using NVidia RTX to watch a non-hdr video in hdr?

@Askejm
Copy link

Askejm commented Jun 24, 2024

I am on a 3090, but I have RTX super resolution and HDR disabled
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants