Greetings Friends,
I am trying to overlay the simple 2D game I am developing on top of a quicktime (.mov) movie. I do not have experience with this (or much game programming xp) so I'm wondering if anyone has had to deal with this problem before and, if so, how did you go about solving it?
I've been looking into the QuickTime API (QTKit) and it looks promising, but if there's a better way - one that could be extended to support live video streams, that'd be AMAZING.
The game uses CoreAnimation layers for game objects and currently has an image as the window background. So basically, I need to change that image into a movie. Thanks all, I appreciate the help and suggestions.
// < Mr. Buffalo >