www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: alienx on June 25, 2009, 02:01:50 pm

Title: Video in animation
Post by: alienx on June 25, 2009, 02:01:50 pm
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.
Title: Re: Video in animation
Post by: EgonOlsen on June 25, 2009, 04:39:58 pm
Which renderer (software or OpenGL)? What do you want to do with that video exactly?
Title: Re: Video in animation
Post by: alienx on June 25, 2009, 06:20:40 pm
Wich renderer is openGL !

My video is a introduction to the game.

thank you.
Title: Re: Video in animation
Post by: JavaMan on June 25, 2009, 09:56:38 pm
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.
Title: Re: Video in animation
Post by: EgonOlsen on June 26, 2009, 07:18:09 am
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.