I know how to create a resized motion clip using AVISYNTH. Is there a way to have a resized clip actually move? In other words, is it possible to have a resized clip play back and move around on the screen simultaneously?
+ Reply to Thread
Results 1 to 5 of 5
-
"What? Huh?!? WHAT will come out no more?!?" Jack Burton -- BIG TROUBLE IN LITTLE CHINA
-
Yes with crop, addborders and animate. If you don't get it to work i will post an example.
-
Actually, I WOULD appreciate an example, if you have one. I'm quite new to scripting and have never done any C++ programming (I hear that's it's similar - in either case *WHOOSH*).
Thanks in advance!!"What? Huh?!? WHAT will come out no more?!?" Jack Burton -- BIG TROUBLE IN LITTLE CHINA -
here is a boring example of using the animate function, combined with applyrange, to 'bounce' a thumbnail around the screen.
Code:colorbars(720,480).killaudio() clip=avisource("sample.avi").bilinearresize(144,96).addborders(2,2,2,2) applyrange(0, 200, "animate", 0, 200, "overlay", clip, 0,0, clip, 572, 200) applyrange(201, 400, "animate", 201, 400, "overlay", clip, 572, 200, clip, 300, 380) applyrange(401, 1000, "animate", 401, 500, "overlay", clip, 300, 380, clip, 0, 200)
-
There is also a zoom plugin that can move stuff around. Quite slow though.
Similar Threads
-
How to do they Create Motion in this example
By Thread7 in forum Newbie / General discussionsReplies: 3Last Post: 9th Apr 2012, 15:17 -
applying different filters to different sections in a clip (via avisynth)
By unclescoob in forum RestorationReplies: 28Last Post: 30th Jan 2012, 13:50 -
How can I get the smoothest slow motion out of a clip?
By 123erik in forum EditingReplies: 15Last Post: 14th Jun 2011, 15:15 -
Software suggestions for video clip or motion menu at the beginning of DVD?
By hitman3000 in forum Authoring (DVD)Replies: 2Last Post: 14th Mar 2008, 19:30 -
How edit a clip to play @ 1/2 speed (slow motion) in Vegas 8 plt.
By Jensen in forum EditingReplies: 7Last Post: 12th Feb 2008, 12:23