Making Comet Star Trails in After Effects

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • After watching a lot of how to videos on youtube, I though I would try to give back a little and share something I was playing with - and hadn't seen other people do.
    I used Adobe After effects to combine a jpg sequence of star trails and using expressions was able to make comets using a custom slider.
    Concept is to control the opacity of each layer in the comp as a function of its inPoint
    Variables:
    thisComp.frameDuration -- time duration for each frame
    inPoint - time (on the comp timeline) when this layer becomes visible
    outPoint - time (on the comp timeline) when this layer has ended
    time - for the comp timeline
    tframes = thisComp.layer("Variables").effect("DelayTime (frames)")("Slider")
    tSecs = tframes / (1/thisComp.frameDuration)
    linear(time,inPoint, inPoint + tSecs, 100, 0)

КОМЕНТАРІ • 6

  • @redswan6765
    @redswan6765 2 роки тому

    love the tutorial, thankyou!

  • @paulohstorch
    @paulohstorch 2 роки тому

    you saved my life, thank you!

    • @BrentMantooth
      @BrentMantooth  2 роки тому +1

      Post your results, love to see what you did!

  • @luanmarques777
    @luanmarques777 7 місяців тому

    How do I do to colorize the star trails?

    • @BrentMantooth
      @BrentMantooth  7 місяців тому

      First don't over expose, then it is just saturation or vibrance

  • @catydid2102
    @catydid2102 10 місяців тому

    Does this still work in AE ver 24.0.3? I can't seem to do the comet layer.