Video in animation

Started by alienx, June 25, 2009, 02:01:50 PM

Previous topic - Next topic

alienx

Hello all,

I searching a solution for read a video animation (AVI) in JPCT.

My english is very small sorry !

Thank you for your help.

EgonOlsen

Which renderer (software or OpenGL)? What do you want to do with that video exactly?

alienx

#2
Wich renderer is openGL !

My video is a introduction to the game.

thank you.

JavaMan

I think you have two options. JMF(JavaMediaFramework) or JavaFX. JMF can play video, I have never used it so not sure about AVI. Also, JavaFX can play video, but you will have to use the JavaFX runtime and lanuage.

EgonOlsen

There's also a free implementation of JMF called FMJ...should be API compatible. Apart from that, all three solutions have nothing to do with jPCT, which is a good thing, because there is no quick solution to render a video into a jPCT frame buffer.