trim_video
Cut a video clip by specifying start and end times. Output is re-muxed for fast, lossless trimming.
Instructions
Cut a clip from a video by specifying start and end times. The output is re-muxed (not re-encoded) so it is fast and lossless.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | Yes | End time in seconds | |
| file_path | Yes | Absolute path to the input video file | |
| start_time | Yes | Start time in seconds | |
| output_path | No | Absolute path for the output file. Defaults to same directory with '_trimmed' suffix. |