GLvideoFrame with MP4 file
I want to display a video frame buffer on a OpenGLES texture. I have download and read the GLVideoFrame sample 开发者_Go百科from apple. It's great code, but i don't understand how it's possible to modify this code for use a movie file instead of video device.
You can use AVAssetReader to read frames from a file.
精彩评论