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

Effects suddenly stops.

Community Beginner ,
Mar 11, 2019 Mar 11, 2019

I’ve added a layer with an effect on.

But the effect completely stops working when the video is at 3:38. The video is 6:58 long.

What‘s the solution to this?

2.2K
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 Expert ,
Mar 11, 2019 Mar 11, 2019

Could you please post some screen shots of your Timeline and Effect Controls panel with elements expanded where relevant.

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 ,
Mar 11, 2019 Mar 11, 2019

The effect is looking fine as it is, so I haven't adjusted anything in the effect.

It just stops working at where the timer is now, even though the effect clearly is all the way through.

AE - Effects malfunction.jpg

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 ,
Mar 11, 2019 Mar 11, 2019

The effect is looking fine as it is, so I haven't adjusted anything in the effect.

It just stops working at where the timer is now.

AE - Effects malfunction.jpg

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 Expert ,
Mar 11, 2019 Mar 11, 2019

What do you mean with stop, did you mean it's animated and on this specific time the animation stop? of the effect are totally disappear?

anyway try there to check if their are some keyframe on effect layer,

select this layer and hit UU and check if there are some keyframes.

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 ,
Mar 11, 2019 Mar 11, 2019

I've not set any keyframes. I added the effect and let it play as it was from the beginning. And then at that specific time it shows in the screenshot, it just stops, even though it's suppose to go on until the end.

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 Expert ,
Mar 11, 2019 Mar 11, 2019

Can we know the name of this effect?

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 ,
Mar 11, 2019 Mar 11, 2019

Mood Lighting - Amorphous

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 Expert ,
Mar 11, 2019 Mar 11, 2019

Mood Lighting - Amorphous is a preset and not a plugin, anyway it use some expression on the evolution parameter of the fractal Noise effect and this parameter have a limitation of 90 cycle so it will stop after around 3 minutes,

Screen Shot 2019-03-11 at 8.02.59 PM.png

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 ,
Mar 12, 2019 Mar 12, 2019

Is there any plugin or preset that'll run through for 7 minutes?

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 ,
Mar 12, 2019 Mar 12, 2019

Try this expression on Evolution property:

loopTime = 180;

t = time % loopTime;

w1 = t * effect("Mood Lighting - amorphous")("Evolution Speed")

w2 = (t - loopTime) * effect("Mood Lighting - amorphous")("Evolution Speed")

ease(t, 0,  loopTime, w1, w2);

It neatless loops the value after 3 minutes (180 sec). The effect appearance repeats, but nobody will be likely to see this.

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 ,
Mar 12, 2019 Mar 12, 2019
LATEST

It works all the way through now. But it's like it comes and goes now. What do I have to change to keep it persistent?

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 Expert ,
Mar 11, 2019 Mar 11, 2019

Open Effect Control panel, select the "Effect" layer and press the U key twice to show us everything you have modified and send us a screenshot.


Byron.
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 ,
Mar 11, 2019 Mar 11, 2019

AE - Effects malfunction 1.jpg

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