ffmpeg_merge
Merge multiple video files into a single video file using FFmpeg. Specify file paths in order and optionally set an output path for the concatenated result.
Instructions
Concatenate multiple video files into one.
Args:
file_paths: List of paths to video files to merge (in order)
output_path: Optional output file path. If not specified, saves to default output directory.
Returns:
Path to the merged file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | ||
| output_path | No |