Automating video and audio processing is essential for modern content creators, but traditional FFmpeg workflows require deep technical knowledge and manual command-line work. The FFmpeg Toolkit for Claude Code changes this by providing production-ready, model-invoked skills that handle complex multimedia tasks automatically — no command-line expertise required.
The FFmpeg Toolkit is a collection of battle-tested Claude Code skills designed specifically for YouTube creators, educators, and developers who need professional-grade video and audio processing without the complexity. Built on top of FFmpeg's powerful capabilities, these skills are model-invoked (user-invocable: false), meaning Claude automatically uses them when the task context matches — you simply describe what you want to accomplish in natural language.
With over 100 YouTube videos processed using these skills, the toolkit has been refined through real-world use cases ranging from educational content creation to entertainment production.
The free-tier /ffmpeg-toolkit:audio-processor skill handles all your essential audio needs:
This skill is particularly valuable for podcasters and educators who need to process TTS output (PCM/MP3/WAV) and ensure professional audio quality.
The Pro-tier /ffmpeg-toolkit:subtitle-filter skill creates TikTok-style word-by-word subtitles with automatic language detection and font selection:
This skill transforms raw SRT files into engaging, platform-optimized subtitles perfect for Shorts, Reels, and TikTok content.
The Pro-tier /ffmpeg-toolkit:video-concat skill connects multiple video clips with professional transitions:
Instead of manually crafting complex FFmpeg filter_complex commands, you simply describe your desired effect and let Claude handle the implementation.
The Pro-tier /ffmpeg-toolkit:video-editor skill provides comprehensive video composition:
This skill enables complete video production workflows from script to final export, handling everything from educational content with mathematical formulas to entertainment videos with dynamic motion effects.
The FFmpeg Toolkit integrates seamlessly with Claude Code's plugin architecture. Each skill is implemented as TypeScript classes with clean, well-documented APIs:
class AudioProcessor {
async savePcmToMp3(audio: ArrayBuffer, filePath: string): Promise<string>
async concatAudios(inputPaths: string[], outputPath: string): Promise<string>
async concatAudiosWithCrossfade(inputPaths: string[], outputPath: string, crossfadeDuration?: number): Promise<string>
// ... additional methods
}
All skills depend on fluent-ffmpeg and require ffmpeg to be installed on your system. The toolkit includes comprehensive utility functions for FFmpeg wrapper operations, ffprobe integration, and file system management.
For local development, installation is straightforward:
claude --plugin-dir ./plugins/ffmpeg-toolkit
For marketplace installation:
/plugin marketplace add http://168.107.56.106/ffmpeg-toolkit/.claude-plugin/ /plugin install ffmpeg-toolkit@clickaround
To begin using the FFmpeg Toolkit, you'll need:
The free tier provides immediate value with the audio processor skill, while Pro skills offer advanced capabilities for professional content creation.
Help others discover this time-saving tool: github.com/clickaround/ffmpeg-toolkit
Get 4 skills + presets + cursor rules: ffmpeg-toolkit-starter
Get all 7 skill packs + Discord access + monthly Q&A: ClickAround Creator Pro