# Resize Clip

> Resize and crop a video to a target aspect ratio via local ffmpeg.

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

---


# resize-clip

Run ffmpeg scale + crop to reformat a video to a target aspect ratio.

## Providers

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

## Steps

1. ffmpeg scale + crop

## Input

- video + target ratio

## Output

- resized MP4

