Adobe-CEP / Samples

Code samples for CEP extensions
MIT License
972 stars 551 forks source link

Markers.end not working in 2021? #132

Closed melMass closed 2 years ago

melMass commented 2 years ago

@bbb999 Bruce, do you know if #73 is still an issue (or introduced) in 2021?

The following don't work, end is ignored in all cases including the samples:

var marker = activeSequence.markers.createMarker(clip.start.seconds)
marker.name = "shot_" + id;

marker.end.ticks = clips[clip].end.ticks;
// This does not work either
// marker.end = clips[clip].end.seconds;
// marker.end = clips[clip].duration.seconds;
melMass commented 2 years ago

Updating premiere solved the issue