Hello guys, Iβve been given a kinda confusing task. It is converting RGB image to YUV. As far as Iβm aware I was told to use nodes : Combine RGBA and Comebine YUVA. Thereβs formula written for each lette
π = 0,299π
+ 0,587πΊ + 0,114π΅
π = 0,492 (π΅ β π)
π = 0,877 (π
β π)
The first one Y, I did very easily just by putting these numbers into Combine RGBA node and connecting it to Combine YUVA Y. However, I have no idea how to do the other ones. What I currently have is https://i.imgur.com/oGCgwHI.png