slice_new_asset
Extract a segment from a video asset using start and end times, generating a new asset and optionally adding it to a lightbox.
Instructions
Slice a video asset between start and end (seconds) and queue the result as a brand-NEW asset (optionally added to a lightbox).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the resource | |
| end | Yes | ||
| start | Yes | ||
| lightbox_id | No | Optional: drop the new asset into this lightbox |