ffmpeg

Convert multimedia files between formats and apply video and audio filters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Processing, converting, and streaming multimedia files can be complex, requiring deep knowledge of codecs, formats, and command-line parameters. This skill simplifies all your media manipulation tasks.

Core Features & Use Cases

  • Universal Media Conversion: Convert between virtually any video/audio format (MP4, MKV, MP3, AAC) with ease.
  • Advanced Filtering: Apply complex video (scale, crop, denoise) and audio (volume, normalize) filters for professional results.
  • Live Streaming & Encoding: Set up RTMP streams for platforms like Twitch/YouTube and generate HLS/DASH adaptive streams.
  • Use Case: Convert a large video file from MKV to MP4, reducing its size while maintaining high quality, and then extract its audio track as an MP3.

Quick Start

Use the ffmpeg skill to convert 'input.mkv' to 'output.mp4' using H.264 video and AAC audio codecs.