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 the translation in the render function...
everything renders fine now from 10.7 to 10.9
greetings ascorbin
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 the translation in the render function...
everything renders fine now from 10.7 to 10.9
greetings ascorbin