create_subclip
Create a subclip from a Premiere Pro project item by setting start and end times, with options to include audio/video and set hard boundaries.
Instructions
Creates a subclip from a project item with specified in/out points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the subclip | |
| endTime | Yes | Out point in seconds | |
| startTime | Yes | In point in seconds | |
| takeAudio | No | Whether to include audio (default: true) | |
| takeVideo | No | Whether to include video (default: true) | |
| projectItemId | Yes | The ID of the source project item | |
| hasHardBoundaries | No | Whether boundaries are hard (cannot be extended) |