ofxAVFVideoPlayer icon indicating copy to clipboard operation
ofxAVFVideoPlayer copied to clipboard

OpenFrameworks addon to support super fast super smooth AV Foundation video playback on OSX 10.7+

Results 7 ofxAVFVideoPlayer issues
Sort by recently updated
recently updated
newest added

I updated the example so that it's easier to get up and running user projectGenerator. Also included .mov files so that it's easy to get going. Will probably need PR...

This PR addresses #5. It's hacked together with a machete and duct tape, but the test project seems to building correctly.

Hey, When I'm trying to build my project I'm getting an error on line 42(in ofxAVFVideoPlayer.h) saying: `Virtual function 'getPixels' has a different return type ('unsigned char *') than the...

hi kronick for some reason the video was translated in osx mavericks in ofxAVFVideoRenderer i fixed this by self.layerRenderer.bounds = CGRectMake(0, 0, videoSize.width, videoSize.height); [self.layerRenderer.layer setAnchorPoint:CGPointMake(0.0, 0.0)]; and commenting out...

Hello I am running xCode 7.1 with OSX 10.11.1 and there is an error on in #include on ofGstUtils.h : Couldn't Generate Swift Representation Error (from SourceKit): "Could not load...

Hi, This is great - the speed is so much better. Any chance you have implemented nextFrame() / setFrame() as my project requires this functionality, and I'm not sure where...