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

Morgt preset keyframing in Premiere Pro?

New Here ,
May 28, 2023 May 28, 2023

Hello.
I am in the middle of producing something like "The Millionare" tv series. 

score.png

But, As i scripted my slider to affects the score animations, exported it, and imported .morgt file into premiere pro. I cant keyframe the score. For example i want the score go from 0 to 19(000) as keyframes.

 

premiere.png


I didnt find threath about it since 2018. I guess there might be some development.

Any ideas?

TOPICS
Editing , Effects and Titles , How to
219
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

New Here , May 28, 2023 May 28, 2023

I came around it with two sliders Start value and End Value with stable animation time. 

The expression I used: 
linear(time,0,1,thisComp.layer("CTRL").effect("Start")("Slider"),thisComp.layer("CTRL").effect("EndAnimation")("Slider"));

Translate
New Here ,
May 28, 2023 May 28, 2023
LATEST

I came around it with two sliders Start value and End Value with stable animation time. 

The expression I used: 
linear(time,0,1,thisComp.layer("CTRL").effect("Start")("Slider"),thisComp.layer("CTRL").effect("EndAnimation")("Slider"));

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