Tagged Questions
1
vote
1answer
112 views
Delta Time in Videos
When playing a Video in my OpenGL Game (e.g. startup video), I want to sync it with my delta time. What is the delta time and how to use here.
Do I need to sync with the delta time (and how?) or is ...
1
vote
1answer
297 views
FFMPEG Opengl video rendering
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 ...
5
votes
1answer
1k views
Video Encoding library for C++ game
I'm looking for a video encoding library in C++ that I can use to record game footage.
It can not be an external application like Fraps, it must be a library.
Ideally the encoding can be done in ...