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

How to Keyframe Wiggle in Camera

Participant ,
Jun 18, 2017 Jun 18, 2017

Hi, I added a wiggle expression to my Camera layer but I'd like to use keyframes to enable and disable it. Tutorial on YouTube said use "Slider"" effect to create keyframes wbut it doesn't work.

4.9K
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 1 Correct answer

Community Expert , Jun 18, 2017 Jun 18, 2017

The best way is to link the frequency or amplitude of the wiggle expression to expression controllers

1.- Add the wiggle expression to your camera. It should be something like wiggle(a,b) where a is the frequency and b is the amplitude.

2.- Create a Null Object and apply two Slider Control effects (you will fin under the Expression Controls category). Rename them like Frequency and Amplitude.

3.- Select the "a" parameter in the wiggle expression and use the pick whip to link to the slider parameter

...
Translate
Community Expert ,
Jun 18, 2017 Jun 18, 2017

The best way is to link the frequency or amplitude of the wiggle expression to expression controllers

1.- Add the wiggle expression to your camera. It should be something like wiggle(a,b) where a is the frequency and b is the amplitude.

2.- Create a Null Object and apply two Slider Control effects (you will fin under the Expression Controls category). Rename them like Frequency and Amplitude.

3.- Select the "a" parameter in the wiggle expression and use the pick whip to link to the slider parameter of the Frequency effect. Do the same with the "b" parameter, linking it to the slider of the second effect. Your expression will be something like wiggle(thisComp.layer("Null 1").effect("Frequency")("Slider"),thisComp.layer("Null 1").effect("Magnitude")("Slider"))

4.- The you can animate the slider parameters to obtain desired result. Anyway, you will have to convert your keyframes to Hold KF to control the wiggle like an "ON-OFF" switch.

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
Enthusiast ,
Jun 18, 2017 Jun 18, 2017

The main reason I stay away from keyframing wiggles

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
Participant ,
Jun 18, 2017 Jun 18, 2017

Thanks so much Jose!

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
Advisor ,
Jun 18, 2017 Jun 18, 2017

While Jose's suggestion is broadly correct, you need to be aware that keyframing the slider control for wiggle frequency is not a good idea - unless you use a more sophisticated expression - see below. Keyframing the slider control for wiggle amplitude is fine, so if this gives you enough control, leaving frequency with a fixed value, I would suggest you go with that.

If you do need to keyframe wiggle frequency I would suggest you read and use the very useful information in this document by the master expression writer Dan Ebberts. It will explain the problem of keyframing frequency - and give you an expression solution.

Expression Speed and Frequency Control

Mike A.

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
Participant ,
Jun 18, 2017 Jun 18, 2017
LATEST

Thank you Mike!

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