Forum Replies Created

  • Øyvind Veberg Create COW Profile Image

    Øyvind Veberg

    January 4, 2008 at 5:22 pm in reply to: Problem with expression controls

    Thank you! That worked 🙂

  • Øyvind Veberg Create COW Profile Image

    Øyvind Veberg

    September 3, 2007 at 4:25 pm in reply to: AE CS3 doesn’t see 8GB of RAM…

    Thank you for the quick reply. I could be that I was a bit impatient for the instances to start…

    Cheers!

  • Øyvind Veberg Create COW Profile Image

    Øyvind Veberg

    February 6, 2006 at 9:15 pm in reply to: expressions help

    Hi!

    Try applying this little expression to the position-parameter:

    d=0.5;// This is the offset-time in seconds
    thisComp.layer(2).position.valueAtTime(time-d)

    And this to the opacity:

    d=2;// This is the offset-time in seconds
    thisComp.layer(2).opacity.valueAtTime(time-d)

    These expressions assume that you have at least two layers in your comp. The “master” layer is the second layer (#2). This is the one you keyframe. If you need to change the reference just edit the “2” in “thisComp.layer(2)….” to the index of your choice.

    Hope this helps!

    Good luck!

    Cheers!

  • Øyvind Veberg Create COW Profile Image

    Øyvind Veberg

    February 6, 2006 at 9:15 pm in reply to: expressions help

    Hi!

    Try applying this little expression to the position-parameter:

    d=0.5;// This is the offset-time in seconds
    thisComp.layer(2).position.valueAtTime(time-d)

    And this to the opacity:

    d=2;// This is the offset-time in seconds
    thisComp.layer(2).opacity.valueAtTime(time-d)

    These expressions assume that you have at least two layers in your comp. The “master” layer is the second layer (#2). This is the one you keyframe. If you need to change the reference just edit the “2” in “thisComp.layer(2)….” to the index of your choice.

    Hope this helps!

    Good luck!

    Cheers!

  • Øyvind Veberg Create COW Profile Image

    Øyvind Veberg

    January 29, 2006 at 3:04 pm in reply to: Rendering and Quicktime 7 issues

    Hi!

    I would guess it is the Quicktime codec you’re rendering to that causes the problem. If you output to the “uncompressed”- or “animation”-codecs they will be pretty heavy for your computer to play back smoothly (you’ll need fast harddrives to play them). Try rendering to a DV-codec and see if that helps. If it does, then you at least know what causes the problem…

    Good luck!

  • Øyvind Veberg Create COW Profile Image

    Øyvind Veberg

    January 25, 2006 at 12:39 am in reply to: Markers and expressions

    Man, you guys are fast AND smart!

    It’s late at night here in Norway, so my brain isn’t quite in javascript mode at the moment, but I will check it out tomorrow. It sure looks like what I was looking for.

    Thanks a lot!

    Cheers!

  • Øyvind Veberg Create COW Profile Image

    Øyvind Veberg

    January 25, 2006 at 12:39 am in reply to: Markers and expressions

    Man, you guys are fast AND smart!

    It’s late at night here in Norway, so my brain isn’t quite in javascript mode at the moment, but I will check it out tomorrow. It sure looks like what I was looking for.

    Thanks a lot!

    Cheers!

  • Øyvind Veberg Create COW Profile Image

    Øyvind Veberg

    August 23, 2005 at 12:44 pm in reply to: CPU I NEED PROFESSIONAL GUIDANCE, please urgent

    Hold down the shift key while selecting “Edit”->”Preferences”. The “Secret”-option should appear at the bottom of the drop-down list.

    Good luck!

  • Øyvind Veberg Create COW Profile Image

    Øyvind Veberg

    June 7, 2005 at 7:06 pm in reply to: AE Scripting: Getting info from a text file

    Hi!

    Thanks, Dan! It did the trick!

    Cheers!

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