Hi, I've released a new version of the jmcvideo library that takes advantage of all the JMC updates in JavaFX 1.2.
Downloads, demos, and installation instructions are available at
http://www.mat.ucsb.edu/~a.forbes/PROCESSING/jmcvideo/index.html.
Here are some of the changes made since the last update.
- The dispose method works properly.
- Streaming video is improved.
- CPU usage is minimized.
- The Processing pixel format and the openGL texture format are available.
- The "repeat" and "bounce" functionality work correctly.
- The seek resolution is better (before it was limited to 1 second intervals, now you can specify time at arbitrary resolution to jump to individual frames).
- Ability to set up start and stop markers to control looping or bouncing at specified points.
- Simpler demos to illustrate jmcvideo functionality.
- Ability to grab download progress.
Thanks to everyone who emailed me suggestions or pointed out issues on the Processing forums!
Please post any bugs or suggestions or links to projects that use jmcvideo in this thread.
-Angus