YUV is a color space typically used as part of a color image pipeline.
Questions tagged [yuv]
784 questions
-3
votes
1 answer
How to get the resolution of YUV frame
I have a .yuv file and want to read it using C++. The issue is that I don't know it's resolution. So, is there any means to derive the resolution from the yuv file ?
Also, I don't know the number of frames. Hence, I can't use ftell() and divide it…

darshshah
- 35
- 4
-4
votes
1 answer
What is the matlab's rgb2ycbcr formula?
What is the matlab's rgb2ycbcr formula?Which standarts are using for this

Fatma Dagli
- 89
- 1
- 3
-4
votes
1 answer
How can i extract a yuv frame from given yuv 4:2:0 file
I am new to this video processing.I have assigned a task of extracting a frame from a given yuv 4:2:0 file which is in QCIF format. basically I am using c program for this.
HELP me in coding

RUKMANI SELVARAJ
- 65
- 1
- 10
-4
votes
1 answer
ios4.2 opengl can not work
I have get the h.264 data and decoder them to YUV buffers,and i have display the yup data by opengl on ios5 and ios6,but when I try to run it on my iPad(ios4.2.1),it can not display currently,just all the screen green color.I don't know why,here…

user1586321
- 11
- 1