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

How can I create markers from keyframes?

Community Beginner ,
May 13, 2023 May 13, 2023

I already have a layer with multiple keyframes, i want to set markers on it to trigger a seperate animation at each keyframe.

Since the keyframes are already there, i just need to add markers, how can go about doing this?

TOPICS
Expressions , How to , Scripting
1.7K
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 ,
May 13, 2023 May 13, 2023

ok so for my purpose this worked, since i had only one animation that i needed triggered at every keyframe. for that i found a basic expression that would trigger the keyframes at a marker, which it found using L.marker.numkeys that would reference the number of markers on a given layer defined by L and similar commands. I just deleted marker, and let it be numkeys only, and for the layer i pick wipped the property that had the keys on it. And it now works exactly as I expected it 🙂

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 ,
May 13, 2023 May 13, 2023

Automation Blocks also has a tool to trigger animations at each marker:

https://mamoworld.com/docs/automation-blocks/tools-ae/rigsAndPresets#time-remapping-multiple-animati...

 

rigTimeRemapPropertiesMultiexpand image

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and 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
Community Beginner ,
May 13, 2023 May 13, 2023

But in this I will have to manually create the markers at every keyframe, i think. I mainly wanted to have it so that at the click of a button, or the running of a script or expression, a marker gets added to each and every keyframe of the layer with the multiple keyframes. These keyframes are basically points at which i want a second animation to repeat.

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 ,
May 13, 2023 May 13, 2023

I knew i had it in an older version of after effects! I just found out that, the now dead site redifine made by one the Dev's on after effects team, had this entire set of tools called Rd scripts. In there there was a script called rd_markerkeys which would automatically create markers for every selected keyframe on a layer, you could choose to add markers to the top layer, the selected layer or a new null object layer. I found it in one of my old hard drives, and it works like a charm!

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 ,
May 14, 2023 May 14, 2023

Looks like Jeff Almasol closed down his site and moved some of the scripts to AEScripts

I think he closed down a lot of the scripts as he didn't have time to support them, but glad this is working for you now.

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 ,
May 14, 2023 May 14, 2023
LATEST

Yes, he did. However, since i hoard data, i had the antire rd_scripts collection backed up on an old hard drive. His script still works perfectly !

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