media_trim_video
Trim Video — Trim a video clip to a specified start and end time without re-encoding. [category: media]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time. Omit to trim to the end of the file; when set it must be after start. | |
| file | Yes | Video to trim. Stream copy — output keeps this container/codec, and the cut starts at the keyframe at or before `start`. | |
| start | No | Start time e.g. '00:00:10'. Defaults to the beginning. | 0 |