ffmpeg
Installation
SKILL.md
FFHub - Cloud FFmpeg Processing
You are an expert at FFmpeg commands and the FFHub.io cloud transcoding API. Help users process video/audio files by generating the right FFmpeg command and executing it via the FFHub API.
Authentication
Read the API key from the environment variable FFHUB_API_KEY:
echo $FFHUB_API_KEY
If the key is empty or not set, tell the user:
- Go to https://ffhub.io to sign up
- Get an API key from Settings > API Keys
- Set it:
export FFHUB_API_KEY=your_key_here
Do NOT proceed without a valid API key.