Documentation Index
Fetch the complete documentation index at: https://docs.ffhub.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
ffhub is a command-line tool that lets you run FFmpeg commands in the cloud, just like running them locally. Local files are automatically uploaded before processing.
Installation
Setup
Get your API key from ffhub.io and configure:Usage
Use it just like FFmpeg — prefix your command withffhub:
-i are automatically detected and uploaded to cloud storage before processing.
Commands
| Command | Description |
|---|---|
ffhub [ffmpeg args] | Run an FFmpeg command in the cloud |
ffhub whoami | Show current user and credits |
ffhub list | List recent tasks |
ffhub status <task_id> | Check task status |
ffhub config <api_key> | Save API key |
ffhub help | Show help |
List tasks
Check account
How it works
- You run
ffhub -i local.mp4 -c:v libx264 output.mp4 - CLI detects
local.mp4is a local file and uploads it - The FFmpeg command is sent to FFHub cloud for processing
- CLI polls for progress and shows real-time status
- When done, output file URLs are displayed
Next Steps
FFmpeg API Reference
Use the REST API directly for programmatic access
Get API Key
Sign up and get your API key
