merge_videos
Combine multiple video clips into one continuous file by concatenating them in the specified order. Use this tool to merge videos from URLs or local paths into a single output file.
Instructions
Merge multiple video files into a single video. Videos are concatenated in the order provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_urls | Yes | Array of video URLs or local file paths to merge (in order) | |
| output_path | No | Path where the merged video will be saved (default: merged_video.mp4) | merged_video.mp4 |