Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions External text controls time remap

  • External text controls time remap

    Posted by Igor Stikic on December 21, 2010 at 10:01 am

    Hi,

    I would like to make a weather forecast which has 20 animated icons. So I am interested in, is it possible to control the change of symbols (if they are comps or layers) using external txt file. I did a sequence composition where each symbol lasts 10s. Is it possible to enter the expression (external txt) in the time remap of composition in order to modify the symbol.

    Thank you in advance

    Dan Ebberts replied 15 years, 8 months ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    December 21, 2010 at 6:29 pm

    You could put the desired time remapping start time in a text file (named test.txt, for example) like this:

    20

    Then, for your time remapping expression, you could use something like this (CS4 or CS5):

    myPath = “/C/temp/test.txt”;
    time + $.evalFile (myPath);

    Dan

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy