# Trim Clip

> Trim a video to in/out timestamps via local ffmpeg.

- Skill: `tfcbot/trim-clip` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tfcbot/trim-clip`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tfcbot/trim-clip/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/trim-clip

---


# trim-clip

Run ffmpeg with in/out timestamps and return a trimmed MP4.

## Providers

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

## Steps

1. ffmpeg trim w/ in/out

## Input

- video + in/out times

## Output

- trimmed MP4

