Forum Replies Created

Page 5 of 8
  • Elad Menashe

    September 16, 2007 at 5:04 pm in reply to: change start position of circular motion path

    I don’t have Illustrator so I cannot paste a path and check

    so here are some suggestions:
    1) precompose the layer and rotate the composition
    2) Importing Paths into AE tutorial by Aharon Rabinowitz
    3) Or this one also by Aharon Rabinowitz
    4) Try rotating the path in Illustrator and then copying it

    Good luck

  • Elad Menashe

    September 15, 2007 at 6:15 pm in reply to: Typing Effect

    use this expression on the cursor’s layer’s opacitiy:

    d = 5; // number of frames the curson is on or off
    v = (time / thisComp.frameDuration) % (2 * d); // will return a number between 0..(2*d -1)
    if (v > d)
    0
    else
    100;

    Elad

  • Elad Menashe

    September 15, 2007 at 4:10 pm in reply to: helicopter footage flickering

    Effects > Blur & Sharpen > Reduce Interlace Flicker

    Elad

  • Elad Menashe

    September 15, 2007 at 4:09 pm in reply to: change start position of circular motion path

    There are two options you can do that:
    1) change the layer’s anchor point
    2) select all the positional keyframes (click on the layer, press P and click on the position property) now drag the layer to the desired position, all other keyframes will be adjusted accordingly

    Cheers
    Elad

  • Elad Menashe

    September 15, 2007 at 6:53 am in reply to: Typing Effect

    A good way to start is taking a font that has fixed kerning (such as courier), this will also fit your typewriter look you wish to achieve.
    Then use two text layers:
    1) The actual text
    2) use a block character from a dingbats font (I have used Marlett and the letter ‘g’) that will have the exact structure of the actual text (each block will cover one character from the actual text)

    now use an animator per layer, one will reveal the text, and the other will show the block character, only one at a time.

    here’s a lousy version of what I mean.

    Contact me if you need further help

    Regards,
    Elad

  • Elad Menashe

    August 18, 2007 at 6:14 am in reply to: Riding a Carriage

    That’s a great idea!!!
    Thanks

  • Elad Menashe

    August 15, 2007 at 4:32 pm in reply to: Riding a Carriage

    This is exactly what I meant to do.
    The problem is the carriage should be moving
    So I have extra 3D to deal with
    I thought of having an expression to substract the carriage orientation against the camera orientation and then choose the appropriate 3d position of me, I just don’t know how to do that

    Thanks

  • Elad Menashe

    August 2, 2007 at 3:59 am in reply to: Using a video as a background for reference

    thanks

  • hmm. thanks for the response
    I thought of all of the above suggestions
    I figured that my best solution is to make the date & time in one line, it’s not that improtant that I should manually change all the subs myself.

    Is there a way to let Adobe know of this bug?

  • I did
    but that’s not the case, you didn’t read the problem
    I have trouble importing the subtitle file since the subsequent lines (when a subtitle has more than one line) start with a number, I get import error

Page 5 of 8

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