I've downloaded this example. It compiles fine and runs but gives this:

It would seem that something's not clearing a screen buffer? I'm using the included .mov file and openFrameworks 0062 and 007 give the same result.
|
I've downloaded this example. It compiles fine and runs but gives this:
It would seem that something's not clearing a screen buffer? I'm using the included .mov file and openFrameworks 0062 and 007 give the same result.
| |||
|
feedback
|
|
it was a programming mistake that cropped up with the new LLVM or Lion compiler changes should be fixed in the git repo https://github.com/Flightphase/ofxQTKitVideoPlayer | ||||
|
feedback
|
OFXQTVIDEOPLAYER_MODE_TEXTURE_ONLYworks,OFXQTVIDEOPLAYER_MODE_PIXELS_ONLYandOFXQTVIDEOPLAYER_MODE_PIXELS_AND_TEXTUREdon't. Of course, I want to manipulate pixels directly (at least, I want to be able to manipulate the alpha channel of the whole image and it seems easiest to do it on a pixel level?) so I'd like to find a way to get one of those pixel modes to work. – buildsucceeded Sep 4 '11 at 18:53QTKitand changing mode that I get the screen-garbage issue. – buildsucceeded Sep 4 '11 at 18:55