Tagged Questions
6
votes
3answers
3k views
Need help with YUV display in OpenGl
I am having trouble displaying a raw YUV file that it is in NV12 format.
I can display a selected frame, however, it is still mainly in black and white with certain shades of pink and green.
Here is ...
4
votes
1answer
92 views
glPopMatrix() yells “unsupported texture format in setup_hardware_state”
I'm trying to make some optimizations in a private video player for Linux aiming to improve performance because playing MP4 files are heavy on the CPU, since the video frames are encoded in YV12 and ...
2
votes
1answer
92 views
Problems converting YV12 to RGB through GLSL
I'm trying to accomplish YV12 to RGB conversion mentioned in this post with GLSL shaders.
My application loads a raw YV12 frame from the disk and tries to perform the conversion using GLSL shaders. ...
2
votes
3answers
975 views
OpenGL Colorspace Conversion
Does anyone know how to create a texture with a YUV colorspace so that we can get hardware based YUV to RGB colorspace conversion without having to use a fragment shader? I'm using an NVidia 9400 and ...
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 ...