Skip to main content
Nuwaus9822267
Participating Frequently
June 8, 2015
Answered

How to get Marker GUID

  • June 8, 2015
  • 2 replies
  • 712 views

Hi,

I apologize if this topic already being discussed somewhere, but I wasn't able to find such a topic, so I started one.

What I want to do is, I want to retrieve each Marker's GUID "08d9eceb-7f5f-4aec-909b-992db10984db", something similar to this.

Does anyone know how to get each available marker's GUID in anyway (API or XMP )

Thank in advance for any help.

regards,

Nuwan.

This topic has been closed for replies.
Correct answer funkelodeon

This is now available on sequence markers in ExtendScript as marker.guid.

Hope that helps!

2 replies

funkelodeon
funkelodeonCorrect answer
Inspiring
October 18, 2017

This is now available on sequence markers in ExtendScript as marker.guid.

Hope that helps!

Bruce Bullis
Legend
June 9, 2015

There's no good way to do so, for sequence markers. For clip markers, all marker data is added to the XMP; use projectItem.getXMPMetadata(), and you'll see it.