Log in

View Full Version : Overlaying an image on video


subcool
15th June 2004, 11:41
I was wondering if its possible to overlay a certain image (png, jpg, bmp of whatever) with avs on a video for X number of milliseconds.

How would one go about doing this? if its possible...

Thanks in advance ^_^

Wilbert
15th June 2004, 12:02
Use ImageSource to import your picture, use loop to repeat the frame such that it has the same duration as the clip, and use Overlay to layer it with the clip.