Claude Code Skill
Videos mit natürlicher Sprache verarbeiten — FFHub-Skill für Claude Code.
The FFHub skill for Claude Code lets you describe video processing tasks in plain English. The AI translates your description into an FFmpeg command and runs it on FFHub cloud.
Installation
npx skills add ffhub-io/ffhub-ffmpegSetup
Set your API key as an environment variable:
export FFHUB_API_KEY=YOUR_API_KEYUsage Examples
Once installed, just describe what you want in Claude Code:
- "Compress this video to under 10MB"
- "Extract audio from video.mp4 as MP3"
- "Convert all MOV files to MP4"
- "Trim the first 30 seconds from input.mp4"
- "Create a thumbnail from video.mp4 at the 5 second mark"
How It Works
- You describe the task in natural language
- The AI skill translates your description into an FFmpeg command
- Local files are uploaded automatically
- The command runs on FFHub cloud infrastructure
- The result is downloaded to your local machine
No need to memorize FFmpeg flags or syntax - just say what you need.
Links
- GitHub: ffhub-io/ffhub-ffmpeg