trim_video
Trim a video to a specific duration by defining start time, end time, or duration using the FFmpeg-based MCP server. Input and output file paths are required for processing.
Instructions
Trim a video to a specific duration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
duration | No | Duration (format: HH:MM:SS.mmm or seconds) | |
endTime | No | End time (format: HH:MM:SS.mmm or seconds) | |
inputPath | Yes | Path to the input video file | |
outputPath | Yes | Path for the output video file | |
startTime | No | Start time (format: HH:MM:SS.mmm or seconds) |