Skip to content

video translation on 10.9 mavericks fixed #2

@kunzberg

Description

@kunzberg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions