ffmpeg__create_video_summary
Create a montage-style summary video from one or more source videos by sampling short clips at regular intervals. Condense lengthy footage into a quick overview for review or sharing.
Instructions
Create a montage-style summary clip from one or more videos. @remarks input_paths accepts one path or a comma/newline-separated list. Returns JSON in stdout with output_path and sampled clip_count. @param input_paths One path or a comma/newline-separated list of source video paths. @param output_path Destination summary video path. @param interval_sec Sampling interval in seconds, default 300. @param clip_duration_sec Duration of each sampled clip in seconds, default 2. @param merge_audio Whether to keep audio in sampled clips, default true. @param __mcp_response_mode Optional response mode: content (default) or structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_paths | Yes | ||
| merge_audio | No | ||
| output_path | Yes | ||
| interval_sec | No | ||
| clip_duration_sec | No | ||
| __mcp_response_mode | No | content |