CEP Premiere - Subsequence from selected clips
Hi Everyone,
I'm wondering about if how I'd go about creating a sequence with some clips from the active sequence with ExtendScript.
The #track-insertclip function won't really work since it's looking for a project item, so my cuts would be lost.
I noticed that I can call #trackitem-setselected on clips but calling #sequence-createsubsequence does not create a subsequence from only the selected clips like it does in the UI.
The last thing I tried was calling #trackitem-remove on the clips I don't want in the sequence clone. But this one is too slow if my project is larger than a basic case.
Is there a way to do this directly? Or alternatively, can I mass delete all selected clips in anyway?
I'd appreciate any pointers and thoughts.
Thanks!
