Perform a cut from script?
I'm currently working on a PPro Panel that will cut the last second off of a clip and extend that clipped second duration out the next clip. I'm currently stuck on how to perform a clip cut from the script. This will be used to supply extending the visual in case the above-placed title is longer than the below clip. It'll pause the video while the title continues to finish out it's duration.
These are the notes I have so far:
app.project.activeSequence.getSelection()
this will be used to get the end seconds of a clip
app.project.activeSequence.setPlayerPosition()
this will be used to set the player position -1 second from end of selection.
I have PropertyExplorer installed and have exploring properties for a bit and haven't found the appropriate method/property to perform a cut. Help, please?
