Ask Your Question

Revision history [back]

Overlay image onto video with transparent background

I need to overlay an image on a video. The image should not be transparent, but the background of the image should be completely transparent.

I realize I could loop through every pixel in the image, and set the the individual pixels in the video where the color is not equal to the background color. I hope there is an easier way to do this.