ffmpeg

Community

Effortless video & audio processing.

Authormrgoonie
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Multimedia processing often involves complex command-line syntax for conversion, editing, and streaming. This skill simplifies FFmpeg operations, making it easy to handle video and audio tasks without deep technical knowledge.

Core Features & Use Cases

  • Format Conversion: Convert media files between any video or audio format (MP4, MKV, MP3, AAC).
  • Video Editing & Filtering: Trim, scale, crop, denoise, and add watermarks to videos.
  • Streaming & Encoding: Set up live streams to platforms like Twitch/YouTube or create adaptive HLS/DASH streams.
  • Use Case: Convert a large MKV video file to a smaller, web-optimized MP4 format with H.264 codec and AAC audio, ready for online sharing.

Quick Start

Convert MKV to MP4 without re-encoding (fast)

ffmpeg -i input.mkv -c copy output.mp4

Extract audio from video

ffmpeg -i video.mp4 -vn -c:a copy audio.m4a

Scale video to 720p

ffmpeg -i input.mp4 -vf scale=1280:720 output.mp4

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ffmpeg
Download link: https://github.com/mrgoonie/claudekit-skills/archive/main.zip#ffmpeg

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.