Forum Replies Created

  • Brad Hilton

    August 2, 2013 at 3:00 am in reply to: XLM Imports from Premiere Audio is separate

    Yup this is exactly whats happening with 7tox, and I kind of knew there wasn’t a solution just really hoping there way. The macro sounds interesting… ill try it and see how fast it is.

    Thanks guys.

    Brad

  • Brad Hilton

    August 1, 2013 at 9:57 pm in reply to: XLM Imports from Premiere Audio is separate

    It’s converted to pro res, the files are all syncing up fine. The audio file and the video are coming form the same file so yes the time code is the same.

  • Brad Hilton

    September 2, 2010 at 7:03 pm in reply to: object on a string damping

    will this work in cs5?

    cause im getting an error message.

    After Effects warning: Timeout while waiting for the engine
    Expression disabled.

    Error occurred at line 16.
    Comp: ‘Cloud2’
    Layer: 1 (‘Vector Smart Object’)
    Property: ‘Position’

    g = 3500; // gravity (pixels/second/second)
    floor = 400;
    e = .35; //elasticity

    b = floor - position[1];
    h = b;
    T = Math.sqrt(2*h/g);

    if (time < T){
    y = - g*time*time/2 + b;
    }else{
    Vy = g*T;
    while (true){
    Vy *= e;
    t = T;
    T += 2*Vy/g;
    if (time < T){
    t = time - t;
    y = Vy*t - g*t*t/2;
    break;
    }else if (T - t < thisComp.frameDuration){
    y = 0;
    break;
    }
    } // end while
    }
    [value[0], floor - y]

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