Forum Replies Created

Page 2 of 2
  • Henri Yates

    June 21, 2020 at 5:06 pm in reply to: Generate text from markers

    It worked…
    Thank you so much.
    Quick last question, please.
    The expression below is supposed to make each word animate in like it is handwritten or typewritten animation (animation like one in video P.S it’s 4 seconds long) 14195_comp1.mp4.zip
    How do you suggest I blend it with the expression you provided so the words come animating in at markers instead of just appearing?

    m = thisComp.layer(1).marker;
    rate = 20;
    n = text.sourceText.length;
    d = n/rate;
    pre = d/2;
    t = time - (m.key(1).time - pre);
    linear(t,0,d,0,100)

  • Henri Yates

    February 10, 2020 at 8:11 pm in reply to: Multiple expression to multiple layers

    Thank you Dan

    Cheers!

  • Henri Yates

    February 10, 2020 at 8:10 pm in reply to: Multiple expression to multiple layers

    Oh yeah…
    Thanks Greetz Robin

    Cheers!

  • Henri Yates

    January 14, 2020 at 8:44 am in reply to: Syncing text to audio

    Oh bummer, but thank you sir. I appreciate your help so much.
    Cheers.

  • Henri Yates

    January 10, 2020 at 9:56 pm in reply to: Syncing text to audio

    Thanks for replying sir.
    I tried your solution. Unfortunately, it didn’t work. It gave me this error;

    After Effect warning: an expression was disabled as a result of an error.

    Error at line 0 in property ‘Start’ of layer 5 (‘layer name’) in comp ‘5’.
    invalid numeric result (divide by zero?).

    What do you suggest I should do?

    Thanks again.
    Cheers

Page 2 of 2

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