Tagged Questions
1
vote
1answer
739 views
1
vote
3answers
4k views
How to display a raw YUV frame in a Cocoa OpenGL program
I have been assigned wit the task to write a program that takes a sample raw YUV file and display it in a Cocoa OpenGL program.
I am an intern at my job and I have little or no clue how to start. I ...
0
votes
1answer
779 views
Finding YUV file format in Cocoa
I got a raw YUV file format all I know at this point is that the clip has a resolution of 176x144.
the Y pla is 176x144=25344 bytes, and the UV plan is half of that. Now, I did some readings about ...