Time remapped values

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
)orgen
Posts: 34
Joined: August 28th, 2006, 4:12 am

Hi, as it does not seem possible to time remap the 3d camera, I'm trying to find a way to still get the time remapped values by first precomping the camera and the footage. I was hoping when I then linked the camera in the main comp to the remapped subcomp camera that I could extract the time remapped position, but this does not seem to work. Is this not possible?

I have a screen with 360 rotation and use time remapping to fake a 3d effect based on the camera/ object position. However I need the footage that is on a 3d plane on top of the screen to be shown throught the right camera angle but not be time remapped itself.

Makes sense?
Paul Tuersley
Posts: 704
Joined: June 5th, 2004, 7:59 am
Location: London, UK

You may be able to do it with valueAtTime expressions on the animated camera properties to get the same results as time remapping. For example, something like this on the camera's position property:

Code: Select all

transform.position.valueAtTime(thisComp.layer("Comp 2").timeRemap);
)orgen
Posts: 34
Joined: August 28th, 2006, 4:12 am

Finally got to test this, and it works!!

Thanks a lot Paul! :D
Post Reply