Fullscreen youtube colour artefacting.
-
Can still replicate with f.lux 37.7 and Chrome 53.0, but not Safari (10.0). The extension posted above fixes it for Chrome as well. I'm on a 2015 MacBook Air 13" (Intel HD 6000) running Sierra with everything up to date.
Edit: I haven't done any AB tests to confirm it, but I have noticed that my Mac runs hotter and burns through battery a lot faster with the aforementioned extension installed. I guess screwing with Chrome's video rendering path isn't such a great idea.
-
Having the same issue (Chrome and OSX Sierra). Disabling adblock (ublock) does the trick though. Anybody else noticing this?
-
-
Same problem... this is true for youtube and itunes as well...
-
Issue is actually still present with Safari, but only on some videos (this is the one I noticed it with). YouTube works perfectly, for some reason. Probably not the codec - it uses H.264 with Safari, but you still get the issue when forcing H.264 video in Chrome.
-
This post is deleted! -
This just started happening for me after the Sierra update, happens in iTunes, QuickTime, Chrome, Safari, YouTube, Netflix... basically everywhere :/ Too bad, really loved f.lux before this...
MacBook Pro (Retina, 15-inch, Mid 2015) macOS Sierra version 10.12 (16A323), Intel Iris Pro 2880 x 1800 Retina
-
This post is deleted! -
Same here, mbp 13inch 256gig 2015, mocOS sierra
-
Just some comments mainly to the Flux developers... In my case, the color problem had nothing to do with Flux itself. I mean, I had the problem without Flux, just by having a custom color profile. Then I installed Flux just to see if it solved the problem (some site suggested it), but it did not help.
I had this color problem in El Capitan before upgrading to Sierra. At that time, it was pretty straightforward to fix, as it started right after installing the Oracle Java plugin. I uninstalled it, and everything became normal, no color problem. It was before upgrading to Sierra. But when I upgraded, colors went ugly without the Java plugin, too. So I was confused.
The good news, I can also confirm that the Chrome plugin solved the problem. So I am happy now :) Somehow it stopped that single "flickering" to happen when the playback controls disappeared. It was the exact moment in my case when the colors went wrong. So thanks for the help @scoundrella.
-
This post is deleted! -
This post is deleted! -
I just started have the same issue a few days ago on El Capitan. It started happening after I got the update notification for Sierra (but did not update). I'm on 10.11.2 El Capitan
Getting blue (typically) artifacts that go away as soon as the mouse gets moved. Happening in Netflix and various other video portals. Haven't tried the Chrome extension (don't know who the developer is, can be shady)
Chrome version: 53.0.2785.143
-
Don't be afraid of the extension. I checked the source code. It is very simple and very smart. It just injects a CSS style sheet into every web page, and it contains only a "video" tag, and setting the opacity attribute to a little less than 1. I guess in this case it is not hardware accelerated and does not switch to a different render mode. The only side effect is that it uses a little more CPU when playing a video from the browser.
Furthermore, you can try it on-the-fly without the plugin also. In Chrome, open Youtube. Start to play a video then pause it. Right-click and select "Inspect". Then find the "video" element on the page (there is a button in the top left corner of the debug view to help selecting the video with your mouse). Then add this CSS snippet to the style window (although it is just temporary):
video { opacity: 0.996; }
The plugin does this but in a permanent way. For me, it solved the color problems.
-
I also had the same problem, I bought Macbook Pro Retina 13 last Aug, then I experienced that issue after a month. I reported to Apple store then they exchange my Macbook to the new one. Then today, I also got the same problem for my 2nd new Macbook Pro.
-
Obviously this has been an ongoing problem for a while, glad that is actually a software issue and not a hardware issue. Just for the record, happening to me on Chrome, using the MacBook Pro Retina 13"
-
If you're using Chrome then just get the extension. It fixes the issue. I wish there was a Safari extension. Youtube on Chrome only goes to 720p. You need to use Safari for 1080p.
-
@ThatLiamAnthony Where did you know that it's only software problem?
-
@nouvindriadji said:
@ThatLiamAnthony Where did you know that it's only software problem?
Have you not read any of the replies in this very thread? The issue is fixed by software. Why would it be a hardware problem? This has been an issue ever since Yosemite came out with new video drivers which have this bug
Btw I can't believe you got a replacement Macbook for this... That's hilarious. You could've easily googled and found that it's because of Flux
-
this looks like a intel hd gpu driver problem, not related to hardware OR flux app itself. Any monitor calibration that uses below 6500K standard temp will hit this issue.
You can try other flux-like apps or you can use built-in monitor calbiration app.. see the image below. you'll hit the same isseu with full screen videos in google chrome.
In my mac, safari has no issues.. so It may be related to the way that google chrome decodes the videos.. open google chrome and type chrome://gpu/ to the address bar, you'll see already there are lots of "driver bug workarounds"..
this is why I think chrome devs (assuming apple won't care since it does not happen in safari for me) are the people that needs to look at it..
macos builtin monitor calibration:
https://s21.postimg.org/4ibclu41--
UPDATE:
https://bugs.chromium.org/p/chromium/issues/detail?id=652184