Written by Stefano Virgilli Saturday, 20 June 2009 06:23
Set up a composition with a video on top and a null object underneath.
Apply 2 effects> Slider Control to the Null object and rename them Time and Space.
Now enable Time Remapping for the video form the menu Layer.
Alt Click the stopwatch of time remapping and type the following expression:
time-(index*thisComp.layer("Null 1").effect("Time")("Slider"))
Now make the video 3D. Alt Click the stopwatch of position and type the following expression:
value+[0,0,index*thisComp.layer("Null 1").effect("Space")("Slider")]
Now make sure that the video is the first layer on top. Make several copies of it.
Add a camera underneath the stack of layers and rotate around.
You will notice that the copies are lying behind the top layer, spaced by the amount of pixels stated in the Space controller.
Change the Time controller as well to delay the beginning of the video.
