We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
JMFVideo library (Read 1287 times)
JMFVideo library
Feb 22nd, 2009, 1:32pm
 
A project I started last year but is just now making sense.

http://jmfvideo.googlepages.com/

It is a video player class that works like a PImage.

It's source image comes from a video playing in the background.

If you hadn't guess from the subject, you need Java Media Framework for this to well... work.

Let me know what you think.

Edit: Gotcha. 'Tis done. Refactor is a good thing.
Re: JMFVideo library
Reply #1 - Feb 22nd, 2009, 7:28pm
 
Always good to have other video options, thanks for posting!

However please don't use the P* prefix for the naming, that's reserved for Processing classes (this is spelled out in the library howto, for more info).
Re: JMFVideo library
Reply #2 - Mar 6th, 2009, 7:58am
 
Just an update:
Added the ability to synchronize the start/stop/pause of more than one video.
Also added a chroma-key effect after reading this post:
http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1235948764
Page Index Toggle Pages: 1