Questions about playing video files in games.

learn more… | top users | synonyms

1
vote
1answer
86 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
266 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 ...
2
votes
0answers
461 views

Problem of tearing in Slimdx and DirectShow video

I have written a video player using SlimDX and DirectShow which is displaying the video on a SlimDX texture. I am extracting the video frames using the ISampleGrabberCB interface from DirectShow and ...
1
vote
0answers
45 views

High-definition Full-motion background system in XNA

I'm mostly just working on this as a hobbyist thing, but here's my problem: I got a bit excited over finding the 'Video' and 'VideoPlayer' classes in XNA 4, and hoped to make a game that works a ...
1
vote
0answers
82 views

How to play a movie on top of a webcam texture

I've been through the Unity docs, searched here, and on stackoverflow; I have not found any good information about using the WebCamTexture for my purposes. So here goes, how do I play a movie asset ...
1
vote
0answers
1k views

Directshow VMR9 Allocator presenter present image problem

I am working with DirectShow for video playback and trying to get the video displayed on a D3D9 texture via SlimDX. I am using IVMRSurfaceAllocator9, IVMRImagePresenter9 for getting a surface from the ...
0
votes
0answers
34 views

Best approach to depth streaming via existing codec

I'm working on a development system (and game) intended for games set mostly in static third-person views. We produce our scenery by CG and photographic techniques. Our background art is rendered ...