Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

[Need help] Background Moving after effect

Community Beginner ,
Jun 17, 2021 Jun 17, 2021

Hi All,

Start learning after effect started for 1month.

Can any pros tell me how can i do this effect with the background is moving ? 

This effect is so interesting ( as per below video) Thanks

https://www.youtube.com/watch?v=RYbGBLFQ45A&ab_channel=HSIANGPINGMusic

 

 

 

Thanks

Chris 

TOPICS
How to , Resources
731
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

Community Expert , Jun 17, 2021 Jun 17, 2021

Hi Crish,

 

Welcome to the worderful world of keyframes and other cool tools.

 

You can achieve the movent of the graphic in your example using Motion Sketch in a very subtle way. Here is a tutorial: https://www.youtube.com/watch?v=hn2XIZJDXC0

 

Or if you are not afraid of using expressions, you can use the wiggle() expression to achieve a camera shake effect. Check this tutorial: https://www.youtube.com/watch?v=W4Z1iL_B2II

 

Hope this gets you going!

Translate
Mentor , Jun 17, 2021 Jun 17, 2021

This is very simple and basic. You just need to add a little expression to the position property of the background layer (and make sure, that the layer is a bit larger then the composition, since you are moving it around).

 

The expression is something like: wiggle(0.2,20);

 

The first number is the frequency (how often in a second), the second number is the amplitude (how much). Settting frequency to a very low value will result in slow smooth motions. Set the amplitude to the value which fits best

...
Translate
Community Expert ,
Jun 17, 2021 Jun 17, 2021

Hi Crish,

 

Welcome to the worderful world of keyframes and other cool tools.

 

You can achieve the movent of the graphic in your example using Motion Sketch in a very subtle way. Here is a tutorial: https://www.youtube.com/watch?v=hn2XIZJDXC0

 

Or if you are not afraid of using expressions, you can use the wiggle() expression to achieve a camera shake effect. Check this tutorial: https://www.youtube.com/watch?v=W4Z1iL_B2II

 

Hope this gets you going!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 17, 2021 Jun 17, 2021

Thank you so much Sir, this definitely helps me a lot 

It's so much fun of creating video with after effects 🙂 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Jun 17, 2021 Jun 17, 2021

This is very simple and basic. You just need to add a little expression to the position property of the background layer (and make sure, that the layer is a bit larger then the composition, since you are moving it around).

 

The expression is something like: wiggle(0.2,20);

 

The first number is the frequency (how often in a second), the second number is the amplitude (how much). Settting frequency to a very low value will result in slow smooth motions. Set the amplitude to the value which fits best.

 

If you want to learn more, try to figure out how you can use slider controllers to set the parameters of the wiggle directly from the effects panel instead of the expression code editor. This will also give you the ability to animate those parameters and dynamically change the wiggle.

 

Much fun!

 

*Martin

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jun 17, 2021 Jun 17, 2021
LATEST

Thanks Martin for this helpful solution

I tried today and definitely works for me and feel so enjoy for playing around after effects with for my anime music video. 🙂

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines