merge_videos
Combine multiple video files into a single output file. Supports simple concatenation or filter-based merging for flexible video assembly.
Instructions
合并多个视频文件
Args:
video_paths: 视频文件路径列表,用逗号分隔
output_path: 输出视频文件路径(可选)
merge_method: 合并方式(concat:简单拼接,filter:滤镜合并)
Returns:
合并结果信息Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_paths | Yes | ||
| output_path | No | ||
| merge_method | No | concat |