How to convert YUV to RGB
843804Jul 26 2005 — edited Aug 1 2005I need to convert the YUV values to RGB. What is the formulae to convert? YUV values in the ratio 4:2:2. First I read it from a YUV file,then
convert it to RGB. Then make an image(JPEG) from this values. How can I do this?