Forum Replies Created

Page 2 of 3
  • Emmanuel Gobert

    November 14, 2009 at 1:59 am in reply to: How to recreate this optical effect

    thank you dave
    i was ok with the RGB separation.
    but i don’t think it is only a question of opacity.
    there is something like a wiper with a very high feather.but i am not sure

    i haven’t AE now so i can’t test
    but it is something like that, maybe

  • Emmanuel Gobert

    October 31, 2009 at 8:50 pm in reply to: Feedback effect ?

    Thank you for your answer.
    I knew about this drost effect, but, as in my case the images don’t need to “blend”, i wonder if I could find a simply way to achieve the effect, maybe with an expression ?

  • Very interesting, thank you Andy

  • Emmanuel Gobert

    June 14, 2009 at 11:28 am in reply to: Expression for multplying instance of a layer ?

    ok thank you for answering

  • Emmanuel Gobert

    June 13, 2009 at 11:28 pm in reply to: A frozen man

    No answers, really ?

  • Emmanuel Gobert

    June 13, 2009 at 11:28 pm in reply to: Expression for multplying instance of a layer ?

    No answers ?
    Maybe a stupid question ?

  • Emmanuel Gobert

    June 12, 2009 at 5:38 pm in reply to: A frozen man

    This is for a monthly TV show, where the actor is shot in front of a white screen. Nothing else.
    My work is, after editing, to put some graphic elements and some FX to enhance the scene.
    So, to answer your question, because of a very limited budget, no special preparation for this shot.
    So I am not preparing for the shoot (this is already shot), and I am not trying to “rescue” anything.

  • Emmanuel Gobert

    March 31, 2008 at 3:43 pm in reply to: Making a building Grow

    hi, maybe you can post a result ?

  • Emmanuel Gobert

    March 1, 2008 at 1:32 am in reply to: Combination of keyframes and expressions

    Hi everyone,
    I’ve found this great expression which is solving my problem :

    n = 0;
    if (numKeys > 0){
    n = nearestKey(time).index;
    if (key(n).time > time){
    n–;
    }
    }
    if (n == 0){
    t = 0;
    }else{
    t = time – key(n).time;
    }

    if (n > 0){
    v = velocityAtTime(key(n).time – thisComp.frameDuration/10);
    amp = 0.05;
    freq = 3.0;
    decay = 6;
    value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);
    }else{
    value;
    }

    I copy this in the rotation parameter, and on each keyframes that end a movement, it adds a little bounce effect.
    found on gray machine.

  • Emmanuel Gobert

    February 26, 2008 at 2:14 pm in reply to: Drawing lines and curves and abstract forms

    Thanks,
    I know about pen tool, because I know photoshop very well
    So thanks for the links, I’ll try all that things

Page 2 of 3

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