Copy link to clipboard
Copied
Is there a way to programmatically read the speed of a timeline clip?
By speed of clip, for example...
- Edit a clip into the timeline. By default it plays at 100%
- Select the clip in them timeline, then change the speed via Menu > Clip > Speed/Duration... > 200%
Is there way to distinguish between the 100 / 200% states of the above clip via ExtendScript?
> Is there way to distinguish between the 100 / 200% states of the above clip via ExtendScript?
Yes; see the usage of clip.getSpeed(), in PProPanel's selectAllRetimedClips() function:
https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPRO/Premiere.jsx#L2404
Copy link to clipboard
Copied
I am not find
Copy link to clipboard
Copied
> Is there way to distinguish between the 100 / 200% states of the above clip via ExtendScript?
Yes; see the usage of clip.getSpeed(), in PProPanel's selectAllRetimedClips() function:
https://github.com/Adobe-CEP/Samples/blob/e60d6a22ef44d8eb4cca3904c35a0c050576b697/PProPanel/jsx/PPR...
Find more inspiration, events, and resources on the new Adobe Community
Explore Now