Forum Replies Created

Page 15 of 287
  • Kalleheikki Kannisto

    May 8, 2019 at 2:49 pm in reply to: Random roation at a layer marker

    ????

    Kalleheikki Kannisto
    Senior Graphic Designer

  • Kalleheikki Kannisto

    May 8, 2019 at 2:47 pm in reply to: value error

    …and the “Spot The Difference” award goes to… Dan!

    Kalleheikki Kannisto
    Senior Graphic Designer

  • For the simpler implementation with fixed transition time and one slider (using hold keyframes), slider on layer “controls”.

    Position expression:

    pos_array = [[2, 54],[-4, -174],[0, -12],[8, 190]]; // predefined positions array
    tt = 10; //transition time in frames
    cv = thisComp.layer("controls").effect("Slider Control")("Slider").value; //current slider value
    tp = 0; // transition progress default
    for (i=0; i

    Kalleheikki Kannisto
    Senior Graphic Designer

  • Basically the same matter as discussed here. No ready expressions, but the basic methodology is there.

    https://forums.creativecow.net/thread/227/41791

    If the transition time is always the same — which it would have to be if you use just a single slider — you can simplify this by looping back from the current frame for the number frames that cover the transition and checking if the hold keyframe value has changed during that time. If it has, you can calculate the progress between the two positions (read from an array) from how many frames back the value changed (in relation to the full transition time).

    Kalleheikki Kannisto
    Senior Graphic Designer

  • The streaks behind the cars could possibly be achieved in AE with a masked build-up effect, i.e. use echo on a layer which has just those parts that you want to streak masked out and tracked (perhaps with rotobrush), but you need to time warp the footage with pixel motion blend to generate a LOT more in-between frames to get those smooth streaks. Unfortunately it’s more complex than that, since the streaks move with the footage, they don’t just stay in the place they were in the original frame.

    A very complex 3D tracked particle effect could possibly get that result as well. Using a layer emitter matched to the parts you want the streaks originating from (which also makes it possible to derive the color from the image) with particular and auxiliary particles for the strings and streams…

    It is really a rather advanced effect.

    Kalleheikki Kannisto
    Senior Graphic Designer

  • Kalleheikki Kannisto

    May 8, 2019 at 1:25 pm in reply to: Outline on 3D comp

    You could duplicate the (pre)comp, put it under your box layer, fill with black and use minimax to expand the edges, methinks.

    Kalleheikki Kannisto
    Senior Graphic Designer

  • Kalleheikki Kannisto

    May 7, 2019 at 12:11 pm in reply to: Holding a value

    SoundKeys can do an accumulative build-up of values, so you should use that option to get the output keyframes.

    Kalleheikki Kannisto
    Senior Graphic Designer

  • Ok, my first question is why not do this in a single paragraph text box? Would be significantly easier to scale to fit screen.

    Kalleheikki Kannisto
    Senior Graphic Designer

  • Kalleheikki Kannisto

    May 6, 2019 at 2:44 pm in reply to: Adding text to left of number counter!

    Quite simply.
    “Magnification: “+pick-whip-slider-value-here

    If you need to round the slider to integers, use Math.round(pick-whip-slider-value-here)

    Kalleheikki Kannisto
    Senior Graphic Designer

  • Kalleheikki Kannisto

    May 6, 2019 at 11:18 am in reply to: Blink word in sentence

    You would have to find the indices of the words in question: You can split the string to array with individual words and check each for a match to your “search” words.

    Kalleheikki Kannisto
    Senior Graphic Designer

Page 15 of 287

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