adrianmak
4th November 2006, 23:42
I used After Effect (AE) to create OP karaoke effect of an anime.
Then I used avisynth to trim and overlay function to overlay the karaoke to original anime
This is my avisynth script
avisource("anime_raw.avi")
karaoke=avisource("karaoke.avi")
trim(0,999)+trim(1000,1030).overlay(last,karaoke,mask=sign.showalpha())+trim(1031,0)
When I opened the script in VDM, it returned an error
Script error: Invalid arguments to function "overlay"
Then I used avisynth to trim and overlay function to overlay the karaoke to original anime
This is my avisynth script
avisource("anime_raw.avi")
karaoke=avisource("karaoke.avi")
trim(0,999)+trim(1000,1030).overlay(last,karaoke,mask=sign.showalpha())+trim(1031,0)
When I opened the script in VDM, it returned an error
Script error: Invalid arguments to function "overlay"