The gfx.color_management.mode setting does not affect HTML5 video
Categories
(Core :: Graphics: Color Management, defect, P5)
Tracking
()
People
(Reporter: drunkenf00l, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(4 files)
Reporter | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Reporter | ||
Comment 2•13 years ago
|
||
Reporter | ||
Comment 3•11 years ago
|
||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
This bug seems to be the same as https://bugzilla.mozilla.org/show_bug.cgi?id=1500775 and https://bugzilla.mozilla.org/show_bug.cgi?id=1476919
Comment 12•5 years ago
|
||
I ran into this on twitter today, on this tweet: https://twitter.com/KellyO/status/1238554496533397507
The tweet has a video, which twitter initially renders as a still <img>
element. When you click it, they replace it with a <video>
, which results in the colors noticeably changing (if you have gfx.color_management.mode = 1), due to this bug. In Chrome, the colors remain about the same.
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
It's even worse if the profile handles gamma or contrast correction.
For video, actually just choosing sRGB is incorrect, the color space should depend on the video in question. Usually it's one of Rec. 601 (with either SECAM or PAL colors), Rec. 706 (both sRGB and gamma 2.2 variants) or rarely HDR with Rec. 2020 or Rec. 2100, both with gamma from BT.1886 or ST.2087 and HLG on top of that.
Not an easy task.
Comment 15•5 years ago
|
||
So let users define what they want to have as default in config-settings.
And I will see most videos in correct colours, no need to be 100% perfect when it easily can be done that way for 95% of online videos!
Comment 16•5 years ago
|
||
so nobody at mozilla has a wide gamut monitor or goes on youtube? is this a joke?
Comment 17•5 years ago
|
||
Hey, this makes Firefox unusable on a monitor with a color profile other than sRGB, which is basically all the new macs this days. Maybe I'm lucky that I haven't upgraded my 2014 MacBook Pro, but it's still bad with my external monitor.
Updated•3 years ago
|
Comment 19•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 3 duplicates.
:aosmond, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 20•3 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Comment 21•3 years ago
|
||
Any news on this?
Comment 22•3 months ago
|
||
Attaching the video linked in comment #0.
Comment 23•3 months ago
|
||
Description
•