Tagged Questions
2
votes
3answers
1k views
What is the simplest way to render video into memory (for drawing to a texture) in .NET?
In my project I would like to be able to play back video on surfaces in the world. I intend to do this by having the video frames rendered to a block of memory, then use this to update a texture each ...
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 ...