Skip to main content
Participant
December 15, 2016
Answered

ExtendScript to get clip speed - Premiere

  • December 15, 2016
  • 1 reply
  • 932 views

Hello,

I was wondering if there was a way to get the speed of a Premiere clip from the ExtendScript DOM?  I am able to get from the QE DOM (from the video track item), but since that isn't officially supported, I wasn't sure if there was a different way to go about it.

Thanks,

Chris

This topic has been closed for replies.
Correct answer Bruce Bullis

1. Nice detective work!

2. There is no supported way to change clip speed.

1 reply

Bruce Bullis
Bruce BullisCorrect answer
Legend
December 28, 2016

1. Nice detective work!

2. There is no supported way to change clip speed.

Aecorn
Inspiring
July 2, 2018

Bruce Bullis​ has this changed since 2016?

For anyone wondering, you can get the speed like this (first clipitem, in first videotrack).

app.enableQE();

alert ( qe.project.getActiveSequence().getVideoTrackAt(0).getItemAt(0).speed );

Returns as a float.
100% speed = 1

69% = 0.69

Bruce Bullis
Legend
July 9, 2018
has this changed since 2016?

Not to my knowledge.