ffmpeg-media
OfficialTransform and edit media with FFmpeg.
Authorplurigrid
Version1.0.0
Installs0
System Documentation
What problem does it solve?
FFmpeg-media provides a compact guide to media processing, covering transcoding, stream extraction, filter graphs, and hardware-accelerated transformations. It helps you automate common video/audio workflows and generate outputs with repeatable, reproducible commands.
Core Features & Use Cases
- Container/codec transcoding: Convert between formats and codecs.
- Filter graphs: Build complex processing pipelines (scaling, text, color adjustments).
- Extraction & muxing: Extract audio, video, or combine streams into new containers.
Quick Start
ffmpeg -i input.mp4 -c:v libx264 -crf 23 output.mp4
Dependency Matrix
Required Modules
None requiredComponents
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-media Download link: https://github.com/plurigrid/asi/archive/main.zip#ffmpeg-media Please download this .zip file, extract it, and install it in the .claude/skills/ directory.