Premiere Pro Scripting ExtendScript question
Greetings. I've come across a HUGE issue with scripting. Being that Premiere Pro is an editing application, it would make sense that you should be able to perform basic editing using scripting. I know you can script a lot of things, but why can't I script making a cut on the timeline? The shortcut is Control+K on windows to add an edit. Can you do this with scripting? I'm not able to find any information on this. Why?
I am versed in programming, but there is no documentation on this.
How can I perform an edit using scripting, please what am I missing? I have the clip saved as a variable called
clip
Also my play head is at 1 second. Why can't I do something like
clip.makeEdit();
Can you please direct me to the correct answer?
Thank you!
