PDA

View Full Version : Playing video using opengl hardware!



joda
04-13-2003, 09:32 PM
hey!

I've been working on research for a video application which is of course using opengl to put data buffers on screen. So far I've been using a in-memory approach and I've stored all data uncompressed in RAM.

This is ok for shorter clips and its great for realtime editing.

Now, I want to implement a play-mode which just plays clips, what is the best approach? I need some ideas and tips on how to design the application.

I've got some ideas of using a mult-threading approach but it would be interesting to see what you people think!

Thanks!

// Joda

pkaler
04-13-2003, 10:54 PM
There is no need to double post.

richardve
04-13-2003, 10:58 PM
I'm not sure what this has to do with OpenGL?

(aside from the rendering, but you're not asking about that)

You could take a look at MPlayer though..

joda
04-13-2003, 11:02 PM
hey!

sorry for double posting ...
so Mplayer is using OpenGL? or do you mean for playback?

it has to do with opengl, texture compession and different techniques to minimize memory usage etc.

// joda



Originally posted by richardve:
I'm not sure what this has to do with OpenGL?

(aside from the rendering, but you're not asking about that)

You could take a look at MPlayer though..