Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I'm searching any way to render with ffmpeg, an opengl texture that contains the video frame.

Actually, I am not good with ffmpeg... Is there any library/documentation or something? How can I render a video with ffmpeg to opengl?

Thanks

share|improve this question
Have you looked at gStreamer libraries at all? I use them at work for video streaming/pipeline work. Take some getting the hang of, but they're quite comprehensive (use FFMPEG in places too). – Robinson Feb 10 at 0:20

1 Answer

Example implementation with basic demos: http://code.google.com/p/openmedialibrary (opengl/openal frontend to an ffmpeg backend)

share|improve this answer
On SE sites, it's preferred for answers to include relevant content, not just link to it. If the link goes dead, the answer becomes non-useful. – Sean Middleditch Mar 28 at 7:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.