video-merger
Installation
SKILL.md
video-merger — numbered-segment MP4 concatenator
Combines 1_*.mp4, 2_*.mp4, ... in numeric order into one MP4 (or
multiple ~60s chunks), with optional fade transitions, codec/resolution/
fps normalisation.
Inputs (with:)
| key | required | default | notes |
|---|---|---|---|
input_dir |
yes | — | Directory containing \d+_*.mp4 segments. |
output_path |
yes | — | .mp4 path (full mode) or directory (chunk mode). |
mode |
no | full |
full or chunk. |
transition |
no | 0.5 |
Fade duration in seconds. 0 disables. |
fps |
no | 24 |
Target frame rate. |
crf |
no | 22 |
x264 CRF (0-51, lower = better). |
preset |
no | medium |
x264 preset. |