fast movie playback as background()
in
Programming Questions
•
3 years ago
I have a short but high-dimension video I need to play as a background. The video is about 20 frames with dimensions of 2048x1152. I tried the built-in Movie, which works but plays really slow. I tried jmcmovie, which plays faster but doesn't work as a background.
Now I'm thinking of loading the 20 frames as images and just setting a different one as the bg in each draw frame. Any other ideas for things I should be trying?
FYI, I'll have webcam video on top of the background.
1