Here's a nice Political Truth Meter the networks can use whenever a politician is speaking on camera. It was done in AviUtl just for fun:
+ Reply to Thread
Results 31 to 34 of 34
-
Got my retirement plans all set. Looks like I only have to work another 5 years after I die........
-
-
Here's the code to move the overlay in a circle:
Code:function Circle(clip vid, clip overlay, clip mask, int x, int y, int angle, int radius) { radians = float(angle) / (360.0 / PI / 2.0) xoff = sin(radians) * float(radius) yoff = cos(radians) * float(radius) Overlay(vid, overlay, x+int(xoff), y+int(yoff), mask) }
-
Having fun with my current favorite Politician:
Got my retirement plans all set. Looks like I only have to work another 5 years after I die........
Similar Threads
-
Help with Simpsons / Animation...
By teknomedic in forum Video ConversionReplies: 20Last Post: 8th Jan 2013, 06:15 -
Helicopter Animation
By budwzr in forum Off topicReplies: 2Last Post: 4th May 2012, 22:57 -
40 second animation
By Ken-B in forum Off topicReplies: 3Last Post: 24th Nov 2011, 08:23 -
Resizing Animation
By roflwaffle in forum Newbie / General discussionsReplies: 4Last Post: 19th Jul 2010, 11:04 -
GfD animation before menu
By michcio in forum Authoring (DVD)Replies: 21Last Post: 2nd Jul 2009, 09:07