Monthly Archives: December 2007

My first post about the gsvideo library for Processing was quite sparse, but now I have some additional info on how to install it on Windows. As I do more testing on other platforms, I’ll post further instructions about the installation process on OSX and Linux.

First of all, I realized that the version of Java (1.4.2) that comes with the standard Windows package of Processing is not compatible with the gsvideo library. This is probably because I compiled it with jdk 1.5, I will try to compile it with jdk 1.4 later. But for now, you have to use the “expert” version of processing, with jre 1.5 (or 1.6) installed separately.
Read More »

I recently discovered these Java bindings for GStreamer by Wayne Meissner, and started writing an alternative video library for Processing based on them. My idea is to create an alternative for the built-in Quicktime video library, which is difficult to use on Windows because its dependency on WinVDIG, and doesn’t work on Linux at all.

So I came up with this new gsvideo library, in which I will eventually re-implement all the three classes of the built-in video library: Capture, Movie and MovieMaker. The idea is that the new classes, called GSCapture, GSMovie and GSMovieMaker, will have exactly the same API as the original ones.
Read More »