Skip to main content
Participant
August 29, 2015
Répondu

Is it possible to delete or enable/disable a clips using extendscript ?

I would like to know if javascript API has potential for delete/ripple delete clips. Please suggest, I haven't found any proper documentation for  javascript API. Basically, I'm looking for an object model diagram. 

Ce sujet a été fermé aux réponses.
Meilleure réponse par Bruce Bullis

I'd like to request for clip deletion.

Thanks!

PPro API backlog. B-124739.


Removing clips is possible:

https://github.com/Adobe-CEP/Samples/blob/2fa70438c44f20884751974c8fd570778b9d00f7/PProPanel/jsx/PPRO/Premiere.jsx#L1546

3 commentaires

Known Participant
June 19, 2019

Include deletion pleeeease !

Andaleeb Roomy
Known Participant
December 17, 2018

Adding my vote here

Bruce Bullis
Community Manager
Community Manager
August 31, 2015

JavaScript is used in our CEP panel layer; PPro's scripting engine is in ExtendScript.

There is no supported DOM that allows for the deletion of clips within a sequence.

Closest thing available to an object model diagram = ExtendScript Toolkit's Data Browser panel.

sberic
Legend
May 24, 2017

Bruce Bullis wrote

There is no supported DOM that allows for the deletion of clips within a sequence.

Is this still the case? We now have Track.insertClip and Track.overwriteClip. Is there no way to programmatically remove a clip?

For reference, we're not trying to remove a bunch of user-placed clips. We're trying to programmatically remove clips that were [likely] programmatically added to the track. Think of this as Track.overwriteClip except that overwriting a clip in this manner would not leave part of the pre-existing clip hanging around in the case that the overwritten/removed clip was longer than the one being added.

Bruce Bullis
Community Manager
Community Manager
May 25, 2017

There is still no API for clip removal.