motion graphics eXchange
top

Imitating a film projector with FPS control

Thumbnail for: Imitating a film projector with FPS control
You know the good old movies shown in an old flickering and not very well timed film projector where you can see the different frames scrolling.
After Effects 7
Displacement
Presets (ffx)

Views: 4187
Permalink
download |  share this  error? 
Here is the original description:
Add the Distort->Offset plugin to a piece of footage and add this expression to the "Shift Center To" property. If you want a black line or film frame around the footage, pre-comp and do it there.
fps= 24;
t=time * fps;
move= t * thisComp.height;
reset=Math.floor(move/thisComp.height);
moveReset=move-reset*thisComp.height;
[thisProperty[0],thisProperty[1] + moveReset]
You can also add a slider to the fps property to animate it and simulate adjusting the framer on a projector. Add an Expression Controls->Slider Control Effect to the layer and change the expression of the "Shift Center To" property to this:
fps= effect("Slider Control")("Slider");
t=time * fps;
move= t * thisComp.height;
reset=Math.floor(move/thisComp.height);
moveReset=move-reset*thisComp.height;
[thisProperty[0],thisProperty[1] + moveReset]
Finally to add some flicker, add this expression to the Opacity:
wiggle (effect("Slider Control")("Slider"), 20)
since the Offset plugin does not motion blur it might be useful to also apply a vertical Directional Blur with an expression that links the length of the blur with the speed of the offset effect.
multiplier=.0001;
effect("Offset")("Shift Center To").speed*multiplier
by lloydalvarez


(Min. Version: After Effects 7, Category: Displacement, Type: Presets (ffx))
posted by mmo on Feb 17, 2009

 

Related topics:

Lightwrap in After Effects

Thumbnail for: Lightwrap in After Effects
This brief tutorial covers the compositing technique of light wrapping.
After Effects CS4
Keying
Video-/Tutorials

Views: 453
Permalink
posted by jamie on Jan 13, 2012

Lightwrap Preset

Thumbnail for: Lightwrap Preset
This is a preset that you can use on green screen footage or just general compositing.
After Effects CS5
Keying
Presets (ffx)

Views: 340
Permalink
posted by jamie on Jan 13, 2012

3D Cube Creator

Thumbnail for: 3D Cube Creator
This script is used to create a 3d cube. You can later replace the different sides and spin the null around for easy animation.
After Effects CS3
3D
Scripts (jsx)

Views: 2412
Permalink
posted by MicGyver on Nov 11, 2011


 

 

follow us on http://twitter.com/mgxchangeget in touch on facebook

 

 

motion graphics eXchange - Get The Search Engine