concat_videos
Join multiple video files into one without re-encoding. Preserves quality while combining clips. Requires matching codecs and resolutions.
Instructions
Join multiple video files into a single file in the order provided. Files are concatenated without re-encoding (lossless, very fast). All input files must have the same codec and resolution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | Ordered list of absolute paths to input video files (minimum 2) | |
| output_path | No | Absolute path for the output file. Defaults to same directory as the first file with '_concat' suffix. | |
| output_format | No | Output format: mp4, mkv, webm, avi, or mov. Defaults to the format of the first input file. |