Це відео не доступне.
Перепрошуємо.

After Effects Tips & Tricks - Sound Wave

Поділитися
Вставка
  • Опубліковано 30 гру 2018
  • Master Animation in After Effects with our Motion Beast course:
    mds.school/mot...
    Hi, guys! Today we want to share with you a versatile way to create a Sound Wave with Shape Layers. And the good news is that you can loop this wave as well using the following expression
    freq = 6; //frequency
    amp = 500; //amplitude
    loopTime = 3; //loop duration in sec
    t = time % loopTime;
    wiggle1 = wiggle(freq, amp, 1, 0.5, t);
    wiggle2 = wiggle(freq, amp, 1, 0.5, t - loopTime);
    linear(t, 0, loopTime, wiggle1, wiggle2)
    Check out all our courses:motiondesign.s...
    Check out our masterclasses: motiondesign.s...
    Subscribe to our channel: / @motiondesignschool
    Follow us on Social Media:
    Instagram: / motiondesignschool
    Facebook: / motiondesignschool
    Join our huge and friendly Community in FB:
    / motiongraphicsandanima...

КОМЕНТАРІ • 19

  • @michaelgorczyca
    @michaelgorczyca 4 роки тому +20

    Or you could use the Audio Spectrum or Audio Waveform effect and have the sound wave respond to an audio layer

    • @daviddelayat-dnapictures
      @daviddelayat-dnapictures 2 роки тому +1

      Thanks a lot, that was the first tut I watched and felt like I didn't learn anything, but your comment gave me the answer I needed, thanks !

    • @eladbari
      @eladbari Рік тому

      It's sometimes very hard to get a good result from the Audio Waveform connected to the MP3 you import. I guess a good tutorial is needed for that as syncing to the sound is crucial

  • @APfilmedits
    @APfilmedits Місяць тому +1

    amazing thanks

  • @TheMegalonita
    @TheMegalonita 5 років тому +3

    Your Tips are very helpfull. Thanks!

  • @TuanNguyen-it8lr
    @TuanNguyen-it8lr 2 роки тому

    So happy when I follow u.

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

    Love you man

  • @paulooliveira2242
    @paulooliveira2242 Рік тому

    Amazing tutorial!

  • @Kinetic1423
    @Kinetic1423 4 роки тому +1

    Where do i add the expression?

  • @saraahmed630
    @saraahmed630 5 років тому

    amazing

  • @tchjamnanz1353
    @tchjamnanz1353 Рік тому

    How to save to animation Json file ? I do it but not working , how to edit, please

  • @anshulgupta3735
    @anshulgupta3735 5 років тому +1

    Amazing and helpful. I had one doubt, how can I syn it with sound track?

    • @yogkun
      @yogkun 5 років тому

      Try with audio spectrum

  • @kucingvirtual9791
    @kucingvirtual9791 5 років тому +2

    Alhamdulillah, nice tutorial and tips

  • @iandykes757
    @iandykes757 4 роки тому

    can you save the image as a file keeping the pattern and colour

  • @Minitomate
    @Minitomate 5 років тому +3

    LOL, awesome, but what if I want to react with the music?

    • @Tripplejdog
      @Tripplejdog 5 років тому +3

      Mini tomate you can add a time remapping property and set it to sync with sound from a clip!

    • @visualsbywlroo
      @visualsbywlroo 4 роки тому

      Create a solid - then add audio spectrum and have a play around - you will need to make sure the layer is reacting to the music by changing which layer it reacts to within the effect itself.

  • @adarshgoldar
    @adarshgoldar 5 років тому

    Make a tips & trick on masking 🙂