I've got various effects for a game stored in mpeg video files, each few seconds long. An example frame of the video looks like this:
I want to display it with lighten blending mode (replace darker pixels with video, do not touch pixels brighter than video), is it going to be feasible with C# and XNA or would that be better if I would have chosen different way to store animations with sounds?