Overlay several images on a video with Avisynth -


i've read lot of tutorials on how overlay image in avisynth, wonder if there way place several images on video @ specific time positions. i've been able render videos transparent png logo, didn't find tutorial how place different images @ different frame positions.

i believe have figure out time positions frame rate. instance below sample show overlay image between 101 - 200 frames (4th 8th second):

avisource("sample.avi", false).assumefps(25).converttorgb img = imagesource("sample.png")  trim(0, 100) + trim(101, 200).overlay(img, 20, 30, opacity = 0.5) + trim(201, 0) 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -