Integração n8n
Como usar o FFHub com automação de workflows n8n.
n8n is an open-source workflow automation platform. With the FFHub node, you can add video/audio processing to any n8n workflow.
Install the Node
Install in your n8n instance:
npm install n8n-nodes-ffhubOr search for ffhub in the n8n community nodes settings page.
Configure Credentials
- Open Settings > Credentials in your n8n instance
- Click Add Credential and search for "FFHub"
- Enter your API key and save
Available Operations
The FFHub node supports the following operations:
| Operation | Description |
|---|---|
| Create Task | Submit a new FFmpeg command for processing |
| Get Task Status | Check the status and results of a task |
| List Tasks | List your recent tasks |
Example Workflow
A typical video processing workflow:
- Trigger - Webhook or schedule triggers the workflow
- Upload File - Upload the source file to get a URL
- FFHub: Create Task - Run your FFmpeg command with the file URL
- Wait - Wait for the task to complete
- FFHub: Get Task Status - Retrieve the output file URL
- Download - Download the processed file or send it to the next step
[Webhook] → [Upload File] → [FFHub: Create Task] → [Wait] → [FFHub: Get Status] → [Download Result]Links
- GitHub: ffhub-io/n8n-nodes-ffhub
- n8n documentation: n8n.io/docs