Forum Replies Created

Page 1 of 19
  • Dan Fredley

    November 26, 2025 at 12:27 am in reply to: Mocha AE & offscreen corners

    There doesn’t seem to be much texture on the green screen to track, unfortunately. If there was something to track, the offscreen corners wouldn’t be much of an issue.

  • Dan Fredley

    August 12, 2013 at 3:36 pm in reply to: Time-Reverse Keyframes Keyboard Shortcut

    Do a search in Finder for file name “after shortcuts” and add the filter “System files” “are included”. The file you’re looking for should be “”Adobe After Effects 10.5 Shortcuts”–drop the txt extension. I’ve never used Mavericks before so I’m not sure what to tell you beyond that.

  • Dan Fredley

    October 16, 2012 at 5:16 pm in reply to: How to Match Colors of Two Layers in After Effects?

    Here’s one way: Apply the Exposure effect and change the dropdown from “Master” to “Individual Channels” in order to adjust the channels separately. Press “Option/Alt+1” to match the red channel by adjusting just the red channel parameters in the Exposure effect panel. Then “Option/Alt+2” to match the green channel and “Option/Alt+3” to match the blue channel. It’s easier to match the grayscale values this way. To get back to the regular image just use the same key combination twice.

  • It would be a lot easier to export an alpha channel out of your editing program instead of black than to write a script for that. An expression can turn down the opacity of the layer by using sampleImage(), but it renders pretty slow.

    This script might help to a certain degree:

    https://aescripts.com/magnum-the-edit-detector/

  • Dan Fredley

    September 13, 2012 at 10:33 pm in reply to: Time-Reverse Keyframes Keyboard Shortcut

    Trial and error. It was just a lucky guess and it worked.

  • Dan Fredley

    September 6, 2012 at 8:18 pm in reply to: Script to divide footage into masks?

    Is this what you’re talking about?

    https://www.redefinery.com/ae/view.php?item=rd_Slicer

  • Dan Fredley

    August 28, 2012 at 7:01 pm in reply to: Triggering Animation with Comments.

    Try this:
    //user-defined values
    durInFrames = 20;
    txt = 'Move45';
    addValue = 45;

    //AE-calculated values
    m = marker.nearestKey(time);
    str = m.comment;

    if(str === txt && m.time <= time) {
    start = m.time;
    end = m.time + durInFrames*thisComp.frameDuration;
    startValue = value;
    endValue = value + addValue;
    ease(time, start, end, startValue, endValue);
    } else {
    value;
    }

  • Dan Fredley

    August 28, 2012 at 6:24 pm in reply to: Mask not aligned while rendering

    It sounds like a motion blur problem — try turning it off for the layer. This happens usually because motion blur is turned off for the composition during RAM Preview, but turns on at render time when you select ‘Best Quality’.

  • Dan Fredley

    August 25, 2012 at 9:40 pm in reply to: Lower Third simple effect

    You need to use a track matte. Think of it this way:

    The lower third doesn’t actually move in, instead it is already there, but you have a separate rectangle shape that comes in and makes the lower third appear. You can just create a solid and animate it in from left to right. Place the solid above the lower third and choose “Alpha Matte” in the track matte dropdown.

  • Dan Fredley

    August 18, 2012 at 4:46 pm in reply to: Paint Effect Brush Inpoint

    Very cool, Dan. It’s good to know you can access some of these “non-pickwhipable” properties with their index number.

Page 1 of 19

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