Charles Veasey
Charles Veasey
Not sure about the regression issue, but if using OSX and ProRes, in the file `ofAVFoundationVideoPlayer.m` try changing all (2) instances of the `kCVPixelFormatType_32ARGB` to `kCVPixelFormatType_422YpCbCr8`. The video's `getPixels()` method...
@harryhow i would use Pro Res not h.264 for larger videos if possible. According to the docs: h.264 is CVPixelFormatType_420YpCbCr8BiPlanarVideoRange, or kCVPixelFormatType_420YpCbCr8BiPlanarFullRange pixel format Yes, ideally the oF API allows...
yeah i'm not sure how you can read the native pixel format from the track, but I know you can read the codec. I was doing that sometime ago and...
When looking at codecs I get codes like: ("apch"); // pro res ("avc1"); // h264 Though the last link from stackoverflow suggests that you can get the native Pixel Format...