MPM
27th June 2008, 10:35
N00b alert..
Apologies if this question has been repeatedly asked, but im having problems overlaying an image over my movie files.
Basically I have a movie, and one image. The image is a grid of squares (black horizontal and vertical lines) over a white background.
I wish to overlay this image over the movie, but have the white background set as transparent. So basically the result will be grid of squares visible over the movie, throughout its entire duration.
I've searched the forum but found no directly relevant info. Other threads are more specific to the fading and fading out of logos.
Although not identical here is my starting point:
src = AVISource("movie.avi")
image = ImageReader("grid.bmp")
Overlay(src, image)
What do i need to add to turn the white background of the image to transparent? All help appreciated.
Cheers,
MPM
Apologies if this question has been repeatedly asked, but im having problems overlaying an image over my movie files.
Basically I have a movie, and one image. The image is a grid of squares (black horizontal and vertical lines) over a white background.
I wish to overlay this image over the movie, but have the white background set as transparent. So basically the result will be grid of squares visible over the movie, throughout its entire duration.
I've searched the forum but found no directly relevant info. Other threads are more specific to the fading and fading out of logos.
Although not identical here is my starting point:
src = AVISource("movie.avi")
image = ImageReader("grid.bmp")
Overlay(src, image)
What do i need to add to turn the white background of the image to transparent? All help appreciated.
Cheers,
MPM