I have 1 png picture (transparent). I want add this picture (keep transparent) to my video using avisynth.
I want zoom picture from exam 100% to 50% in frame 300 to 400, and want to move this picture from x1,y1 to x2,y2 in frame 300 to 400.
So anyone please tell me script to zoom and move picture
Thank you so much
+ Reply to Thread
Results 1 to 7 of 7
-
-
-
-
ICBM target coordinates:
26° 14' 10.16"N -- 80° 16' 0.91"W -
If the image is RGB32 with an alpha channel, use ImageSource(..., pixel_type="RGB32").
This will preserve the alpha (transparency) channel, and you can use the Layer() command to place it on top of another clip. You can also extract the alpha layer with the ShowAlpha() command to use as a mask with Overlay(). (Layer does not support YV12 for the underlying clip, but Overlay does.)
Similar Threads
-
Video techniques - shaking zoom in and zoom out effect?
By Mylo in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 5Last Post: 12th Oct 2011, 11:08 -
Picture in Picture Avisynth
By praetorianprefect in forum EditingReplies: 2Last Post: 5th Jun 2009, 09:26 -
Avisynth Picture in Picture Script Slows Down Video and Lacks Sound
By OpNash in forum EditingReplies: 2Last Post: 26th Nov 2008, 20:00 -
What is wrong with this picture? Zoom? Overscan? Crop?
By Xenogear900 in forum Newbie / General discussionsReplies: 9Last Post: 9th Sep 2008, 16:35 -
Prevent automatic scaling/zoom of picture when playing a DVD
By pk20 in forum Authoring (DVD)Replies: 5Last Post: 7th Sep 2007, 03:30