I want to create a simple startup demo video. I'm not an artist but I've used Adobe products like Premiere a decent amount. So I figure I can take some stock art of stick figures and create it. But to give the illusion of motion I'd like to do something like you see in this link:
http://youtu.be/Od1xyyFlllc
If you don't use Adobe products but know how to do this in another video editor please share too.
Thank you.
+ Reply to Thread
Results 1 to 4 of 4
-
-
Yes, there isn't actually any character/figure animation in that video
It can be done quite easily in after effects. Someone has made a preset to simply this "Squigglevision", and you can download the preset from the commentary in this link
http://vimeo.com/17863639
You can do something similar in Premiere by using the Turbulent Displace effect and keyframing the cycle/evolution parameters
http://help.adobe.com/en_US/premierepro/cs/using/WS1B7D8092-D329-4bd1-8763-4E1050BFFA23a.html -
They're just alternating between two images. I downloaded the video, saved two images, opened them in VirtualDub, copied the two frames to the paste buffer, appended that copy to the end of the video several times, set the frame rate to 10 fps, then exported as animated GIF.
Click on the image above to see the animated result.
Of course, you could just as well have exported as an AVI file. You can do something like this in just about any video editor. No special plugins required.
You can also do the same with a simple AviSynth script:
Code:p1=ImageSource("pic1.png") p2=ImageSource("pic2.png") Interleave(p1,p2) AssumeFPS(10)
Last edited by jagabo; 9th Apr 2012 at 13:24.
Similar Threads
-
Slow motion videos- how to create some sections
By doggieusa in forum EditingReplies: 3Last Post: 10th Dec 2012, 18:42 -
How does one create/find graphic and motion avatars?
By PosRole in forum Newbie / General discussionsReplies: 2Last Post: 24th May 2009, 07:32 -
Divx Bitrate Adjustment - Low Motion or High Motion? TmpgEnc Xpress 4
By Sliztzan in forum Video ConversionReplies: 5Last Post: 31st Aug 2008, 20:11 -
Final Cut Express 4 can I create chapters for a DVD I create
By Jabroni4872 in forum MacReplies: 1Last Post: 18th May 2008, 11:36 -
Motion
By augiecrazy8 in forum MacReplies: 1Last Post: 12th May 2008, 00:18