Video Trim
video_trimTrims a video to one or more time ranges (milliseconds), concatenated in order into a NEW file — e.g. keep [{start_ms:0,end_ms:6000},{start_ms:126000,end_ms:223000}] to drop a dead segment. Audio is carried along. Returns the output path + duration. Never overwrites the input in place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Path to the source video. | |
| output | No | Output path (default: <input>_trimmed.mov). Missing parent folders are created. | |
| ranges | Yes | Ordered [{start_ms, end_ms}] to keep. |