get_edit_plan_tool
Generates a video editing plan by analyzing subtitles and audio to detect highlight moments. The plan is returned for human review before final clipping.
Instructions
生成剪辑方案但不执行,返回方案供人工审核。审核通过后调用 smart_clip 执行。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_path | Yes | 输入视频文件路径 | |
| intent | No | 剪辑意图,自然语言描述 | 提取精彩片段 |
| clip_count | No | 期望输出的片段数量 | |
| clip_duration_min | No | 单片段最短秒数 | |
| clip_duration_max | No | 单片段最长秒数 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||