hi all,
I want to suggest an update to the openFrameworks video player and grabber that takes the QTKit addons into the core. I need some help testing
I’ve prototyped a version of OF with the changes:
https://github.com/obviousjim/openFrameworks/tree/develop-osx-videoplayer-fix
-
people who have intensive or unique video capture or playback apps using ofVideoPlayer or ofVideoGrabber, test to see if your app still works on this version.
-
someone on 10.8, test that this does indeed work on that OS under 10.7 (solving the need to install the 10.6 SDK manually for those that upgrade)
To compile you’ll need to add the CoreVideo and QTKit frameworks to your projects. otherwise it should be totally transparent replacement to the ofQuicktimePlayer and ofQuicktimeGrabber
Thanks!