Author Topic: Video in animation  (Read 3303 times)

Offline alienx

  • byte
  • *
  • Posts: 2
    • View Profile
Video in animation
« 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.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Video in animation
« Reply #1 on: June 25, 2009, 04:39:58 pm »
Which renderer (software or OpenGL)? What do you want to do with that video exactly?

Offline alienx

  • byte
  • *
  • Posts: 2
    • View Profile
Re: Video in animation
« Reply #2 on: June 25, 2009, 06:20:40 pm »
Wich renderer is openGL !

My video is a introduction to the game.

thank you.
« Last Edit: June 25, 2009, 06:23:02 pm by alienx »

Offline JavaMan

  • long
  • ***
  • Posts: 231
    • View Profile
Re: Video in animation
« Reply #3 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.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Video in animation
« Reply #4 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.