Forum Replies Created

Page 7 of 22
  • Thanks Dan
    Pete

  • Peter O’connell

    August 25, 2008 at 2:04 pm in reply to: track points outside footage?

    Hi, try moving only the little plus sign in the middle of the tracker. Also you can just directly move the cornerpin keyframes that the tracker creates. It might help as well to apply a checkerboard effect at half opacity within you cornerpin so that you can line it up visually even if points are off screen.
    Hope this helps
    Pete

    roguekeyframe.com

  • Peter O’connell

    August 22, 2008 at 6:52 pm in reply to: Layer info text layer listing effects?

    s = ” “;
    i = 1;
    while (true){
    try{
    s += thisComp.layer(index-1).effect(i).name;
    }catch (err){
    break;
    }
    i++;
    s += “\r “;
    }

    “Layer : ” + thisComp.layer(index – 1).name +
    “\rOpacity = ” + thisComp.layer(index – 1).opacity.value +
    “\rScaleX = ” + thisComp.layer(index – 1).scale[0] +
    “\rScaleY = ” + thisComp.layer(index – 1).scale[1] +
    “\rEffects:” +
    “\r” + s

  • Peter O’connell

    August 22, 2008 at 5:44 pm in reply to: Layer info text layer listing effects?

    s = ” “;
    i = 1;
    while (true){
    try{
    s += thisComp.layer(index-1).effect(i).name;
    }catch (err){
    break;
    }
    i++;
    s += “\r “;
    }

    “Layer : ” + thisComp.layer(index – 1).name +
    “\rOpacity = ” + thisComp.layer(index – 1).opacity.value +
    “\rScaleX = ” + thisComp.layer(index – 1).scale[0] +
    “\rScaleY = ” + thisComp.layer(index – 1).scale[1] +
    “\rEffects:” +
    “\r” + s

  • Peter O’connell

    August 22, 2008 at 5:27 pm in reply to: Layer info text layer listing effects?

    Yowza!
    Thanks
    Pete

  • Peter O’connell

    August 22, 2008 at 2:35 am in reply to: expression in a layer marker’s comment

    HI Dan, I must be doing something wrong cause when I type that expression in the layer marker’s comment field it doesn’t show up in the timeline as the result, but just as the code I input verbatim.
    Help
    Pete

  • Peter O’connell

    August 20, 2008 at 4:54 am in reply to: question about using blur filters

    Hi, you could try using box blur with 2 iterations and check on the repeat edge pixels property.
    Hope this helps
    Pete

    roguekeyframe.com

  • Peter O’connell

    August 11, 2008 at 2:35 pm in reply to: Closing a mask

    With the pen tool selected, hold down control (command on mac) while clicking on one of the end points, then click on the other end point. That will close the mask.
    Pete

    roguekeyframe.com

  • Peter O’connell

    August 10, 2008 at 3:36 pm in reply to: New Intel Mac. $400 Knoll Light Factory update?

    You can also make non intel plugins work on an intel mac by opening AE using Rosetta.
    Pete

    roguekeyframe.com

  • Peter O’connell

    August 1, 2008 at 2:46 pm in reply to: keycode based DPX files !??

    HI you can see the timecode info by opening up the dpx file in a text editor. It might be a little difficult to decipher, though, but it’s there. There is a company that has some tools that might be of use to you: https://www.pomfort.com/
    I haven’t used their stuff much but it seem like exactly what you need (it ain’t so cheap).
    Good luck
    Pete O’Connell

    roguekeyframe.com

Page 7 of 22

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