video-edit

Applies ffmpeg/ffprobe commands to trim, concatenate, resize, overlay, and convert video files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hanzoai/video --skill video-edit-hanzoai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: video-edit
Source: https://github.com/hanzoai/video/tree/main/.agents/skills/video-edit
Command: npx skills add https://github.com/hanzoai/video --skill video-edit-hanzoai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Edit videos locally by exposing the power of ffmpeg/ffprobe without building bespoke tooling, enabling fast, repeatable edits.

Core Features & Use Cases

  • Trim, concatenate, resize and format videos for social platforms.
  • Overlay graphics, extract or replace audio, compress, and convert between common containers.
  • Use cases include preparing tutorial clips, social-ready edits, and batch-processing large video libraries.

Quick Start

Tell me your target edits and I will generate the ffmpeg commands to produce the final video.

Frequently Asked Questions about video-edit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trim and resize videos for social media using ffmpeg?▼

Yes, you can batch process large video libraries by applying ffmpeg commands across multiple clips. The tool validates input files and outputs metadata about the processed videos.

Do I need ffmpeg and ffprobe installed locally to edit videos?▼

Yes, you need ffmpeg and ffprobe installed locally to use this tool. It requires these dependencies to apply commands to input footage and validate files before processing.

Can I extract or replace audio in a video clip with ffmpeg?▼

Yes, you can extract or replace audio in video clips by running generated ffmpeg commands. The tool facilitates audio extraction and replacement alongside other editing tasks like compression and format conversion.

What is the best way to overlay graphics on footage without building custom tooling?▼

The best way to overlay graphics on footage without custom tooling is using this skill to generate ffmpeg commands. It exposes ffmpeg's overlay capabilities for applying graphics to input videos.

How do I concatenate multiple video clips and convert formats locally?▼

You can concatenate multiple video clips and convert formats locally by requesting the target edits. The tool generates ffmpeg commands to merge clips and convert between common containers.

Why does video compression fail and how can ffprobe help validate files?▼

Video compression can fail due to invalid input files, which ffprobe helps validate beforehand. The tool gracefully handles errors and outputs metadata about processed videos to verify successful compression.