Video attached to spots are off color
agustincordes opened this issue · 1 comments
agustincordes commented
This issue has been around for a while. The current YUV->RGB conversion being used for Theora videos is not very accurate, so animated spots don't blend well with the node texture. The plan is to decode videos through libtheoraplayer, which includes more advanced and accurate algorithms: http://libtheoraplayer.sourceforge.net
agustincordes commented
After extensive testing, I took the values from http://www.fourcc.org/fccyvrgb.php and tweaked them manually. It was painful process but the conversion is close to perfect now and speedy enough. I probably won't do any drastic changes to the video module anytime soon.