Ok, we’ve been doing a big migration leap here. From 110 to 157. So, we’ve been going through all the necessary migration tasks. One issue in particular, however, is color. We have, for instance of a green screen video that we can successfully make (the green) transparent. Under r175 the green is always muted regardless of what we do. Camera light value bumps, color management settings, colorspace settings,
My only suggestions (in case no solution is found) are:
Test with various releases between 110 and 175 to find where exactly things become different → then check the changelog file for that specific release. This may provide more concrete clues what features to tackle.
Put a minimal online debuggable example, so that others can replay and experiment various ideas. Sometimes blind guessing an issue is like fixing a car engine by looking at a photograph of the engine.
Change the green-screen-filter to act on the current shade of green
Also if you’re using post-processing or custom ShaderMaterial here, that could be important to mention. The settings you’ve described (texture.colorSpace = SRGBColorSpace, material.toneMapped = false) do sound correct, assuming default renderer settings.
This is also assuming the video file is, in fact, in sRGB color space. That’s usually true, but texture.colorSpace = SRGBColorSpace for color textures is just the most common case, not a rule, you may need to check the video’s metadata.