Hi all,
I use ImageSource to import png into my video, and keep transparent, here is my script
Now i want this image display only from frame 300 to frame 500, how can i do that?Code: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)
Anyone please tell me script.
Thank you.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Already answered in your thread here:
http://forum.doom9.org/showthread.php?t=160511
Similar Threads
-
Avisynth: PNG sequences on MP4 video
By KBII in forum SubtitleReplies: 0Last Post: 7th Feb 2012, 04:08 -
Using AVISynth to overlay PNG subtitles?
By csdesigns in forum SubtitleReplies: 8Last Post: 3rd Feb 2012, 11:36 -
How to display logo, .ass subtitle, and sequence png in some frames with av
By xicudiz in forum EditingReplies: 0Last Post: 9th May 2011, 08:15 -
Create scrolling text effect for Movie Credits using avisynth and png image
By wiseant in forum Newbie / General discussionsReplies: 6Last Post: 13th Sep 2010, 02:21 -
Compare 2 Video frames 5 seconds apart
By alon24 in forum Capturing and VCRReplies: 2Last Post: 9th Sep 2007, 14:25