ffmpeg

Automate media transformations with FFmpeg to convert formats, resize media, and extract audio.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FFmpeg provides a reliable, scriptable way to process and transform video and audio assets, automating routine media tasks that would be tedious manually.

Core Features & Use Cases

  • Format conversion: convert between video and audio formats for compatibility.
  • Resizing, cropping, and quality adjustments: tailor media to target platforms.
  • Extraction and compression: pull audio, compress, and optimize for web delivery.
  • Remotion-friendly pipelines: prep assets for Remotion-based projects.

Quick Start

Convert a GIF to MP4, resize to 1920x1080, and extract the audio.

Frequently Asked Questions about ffmpeg

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

FAQPage Schema
How do I convert video formats and extract audio using FFmpeg?

Convert video formats and extract audio using FFmpeg by applying practical command patterns that specify codecs, containers, and target outputs to ensure media compatibility and predictable results.

What is the best way to compress media for web delivery?

The best way to compress media for web delivery is applying FFmpeg compression options like CRF and presets to optimize video size while maintaining target quality across content pipelines.

Can I use FFmpeg to prepare assets for Remotion video projects?

Yes, you can use FFmpeg to prepare assets for Remotion video projects by building Remotion-friendly pipelines that resize media, convert formats, and extract audio for web delivery.

How do I resize and crop video for target platforms?

Resize and crop video for target platforms by applying FFmpeg command patterns to adjust media dimensions, tailor quality settings, and ensure outputs meet specific platform requirements.

Does FFmpeg support GIF to MP4 format conversion?

FFmpeg supports GIF to MP4 format conversion by applying specific codecs and containers to transform animated GIFs into optimized video files while optionally extracting the audio track.