Skip to main content
m1jackson
Inspiring
October 23, 2024
Question

Automation Blocks - Markers

  • October 23, 2024
  • 1 reply
  • 244 views

I see a lot of support in Premier, but not so much for AE.

I know that right click contextual menus have very limited support. Is marker support in After Effects limited to Layer>Marker menu commands? 

This topic has been closed for replies.

1 reply

Mathias Moehl
Community Expert
Community Expert
October 23, 2024

Markers in Ae are effectively just keyframes (they just look different in the UI). Whereas a position keyframe is a keyframe of the property "ADBE Position", a layer marker is contained in the property

property "ADBE Marker" of a layer. But you can use the Get Attribute of Property block and "Set Attribute of Property" with it in the same way as for other properties.

The community library contains some examples in the section
Layer Properties/Markers
for example this one:

 

The tricky thing is that when you get the value of a marker, you obtain a big json string, containing the marker name, comment, type etc. And when you want to set it, you need to set such a string. So it is not really well supported, but definitely possible.

Of course, you can also always use the Execute Code block, to work with the Ae API directly. 

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects