# Concat Clips

> Concatenate a list of clips into one MP4 via local ffmpeg.

- Skill: `tfcbot/concat-clips` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tfcbot/concat-clips`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tfcbot/concat-clips/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tfcbot (https://skillmd.com/u/tfcbot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tfcbot/concat-clips

---


# concat-clips

Run ffmpeg concat against a list of clips and return one MP4.

## Providers

- **ffmpeg** — local — install via `brew install ffmpeg`

## Steps

1. ffmpeg concat from list

## Input

- clip list

## Output

- concatenated MP4

