lintran
9th April 2011, 19:41
Hi all,
I use ImageSource to import png into my video, and keep transparent, here is my script
LoadPlugin("ffms2.dll")
a1=FFVideoSource("video")
a2=ImageSource("image.png")
a3=ImageSource("image.png",pixel_type="RGB32").ShowAlpha(pixel_type="RGB32")
Overlay(a1,a2,mask=a3)
Now i want this image display only from frame 300 to frame 500, how can i do that?
Anyone please tell me script.
Thank you.
I use ImageSource to import png into my video, and keep transparent, here is my script
LoadPlugin("ffms2.dll")
a1=FFVideoSource("video")
a2=ImageSource("image.png")
a3=ImageSource("image.png",pixel_type="RGB32").ShowAlpha(pixel_type="RGB32")
Overlay(a1,a2,mask=a3)
Now i want this image display only from frame 300 to frame 500, how can i do that?
Anyone please tell me script.
Thank you.