AC, i've got it to work on Leopard 10.5.2 too.
In fact the installation in pretty simple, it just takes time to download the plugins with Macports.
Here is how i did:
- Download and install macports (http://www.macports.org)
- Follow the steps to check if your installation is ok (https://weblion.psu.edu/trac/weblion/wiki/MacPorts).
- Open a terminal and type the following commands:
(install them one by one in the same order as below)
- Before installing the plugins you must replace all the
licence by
license in the
dist.py (make a backup) file located here
/opt/local/lib/python2.5/distutils/
otherwise you'll get an error when installing.
Code:/opt/local/lib/python2.5/distutils/dist.py:247: UserWarning: 'licence' distribution option is deprecated; use 'license'
Don't forget to restore
dist.py after installing.
Code:sudo port install gstreamer
Code:sudo port install gst-ffmpeg
Code:sudo port install gst-plugins-base
Code:sudo port install gst-plugins-good
Code:sudo port install gst-plugins-bad
Code:sudo port install gst-plugins-ugly
(if you've got a problem/error with some plugins, just continue and at the end of all the commands restart the commands where you had the errors. It will finally install all.
Once finished, to make sure everything is well installed, just retype the commands again and you should see a message similar like this one:
(xxxx = base, good, bad, ugly and also ffmpeg)
Code:Skipping org.macports.activate (gst-plugins-xxxx ) since this port is already active
---> Cleaning gst-plugins-xxxx
Now you just need to copy the gsvideo library in processing library folder and open one of the Movie example (Video Capture doesn't seem to work yet).
You can now play movies, it supports so many different codecs including flash movies with sound (FLV) !
The best result in term of speed is when using JAVA2D as renderer.
P3D is a little choppy and has this annoying diagonal sliced screen effect.
Forget about OPENGL is it simply too slow.
The playback performances are much better than the FasterMovie solution.
I tried to use the Video Capture but the only thing i get is this error:
Code:java.lang.IllegalArgumentException: No such Gstreamer factory: qtwrappersrc
Now i just hope the gsvideo Capture for OS X will come soon
Cheers !