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.
Which renderer (software or OpenGL)? What do you want to do with that video exactly?
Wich renderer is openGL !
My video is a introduction to the game.
thank you.
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.
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.