concat_videos
Combine multiple video files into a single video file using FFmpeg. Specify input paths and output path for concatenation.
Instructions
Concatenate multiple videos into one
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPaths | Yes | Array of video file paths to concatenate | |
| outputPath | Yes | Path for output video file |