HI,
I'm working on a project and at the final stage now.
This stage require video integration into a physical particle system on a oscevent.
Basically it just have to display a video on the screen when a user make something.
I've a bunch of videos and each one is map to a particle from the particle system.
The video are mpeg4 encoded and res is 800x600. The file ext is .mov.
My questions is : how can i make them play without freeze the sketch and run smoothly.
I must do that project under processing 1.2.1 due to some library bugs and in the OPENGL renderer.
I first tried with the video library shipped with processing (it works fine with Sorenson Codec but not that good with MPEG-4).I can load the file but it reading the video is very slow (the frameRate is above 10).
Then i tried GSVideo. With some code from andres i can make it works perfectly under processing1.5 (using bridge to GLGraphics to load the video as texture) but the last version of thoses libraries aren't compatible with processing-1.5.
I then tried JMC but it seems to be currently broken on windows.
Can somebody have some experience with videos and processing help me out ?
Which library are u using ?
I'm quite stuck for now and i should make it works before tomorrow.
Regards,
o.
1