smart_clip_tool
Automatically detects highlight segments in long videos such as vlogs, podcasts, and livestreams, then produces platform-adapted short clips with optional subtitles and background music.
Instructions
从长视频中自动识别精彩片段并裁切输出。适用于口播、播客、直播回放等语音驱动内容。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_path | Yes | 输入视频文件路径 | |
| intent | No | 剪辑意图,自然语言描述。如:'提取最精彩的5个片段' / '找出所有金句' | 提取精彩片段 |
| clip_count | No | 期望输出的片段数量 | |
| clip_duration_min | No | 单片段最短秒数 | |
| clip_duration_max | No | 单片段最长秒数 | |
| platform | No | 目标平台 (auto/tiktok/youtube_shorts/instagram_reels/youtube/original) | original |
| with_subtitles | No | 是否烧录字幕 | |
| with_bgm | No | 是否添加背景音乐 | |
| output_dir | No | 输出目录 | ./smart-clip-output |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||