Log in

View Full Version : Add watermark for x seconds


Ruriko
2nd June 2013, 06:51
I want to add a watermark image and show it for 60 seconds only. How can I do this? This is my code so far

DirectShowSource("C:\Users\Susan\Documents\Videos\video.mp4", fps=29.970, audio=false, convertfps=true).AssumeFPS(30000,1001)

a2=ImageReader("C:\Users\Susan\Documents\Lovely Anime\logo2.png")
a3=ImageReader("C:\Users\Susan\Documents\Lovely Anime\logo2.png",pixel_type="RGB32").ShowAlpha(pixel_type="RGB32")
Overlay(a2,mask=a3,x=5,y=5,opacity=1)

creaothceann
2nd June 2013, 09:17
ApplyRange