Commit 8c250de
authored
Add ffmpeg package to n8n Docker image for media processing (#118)
Click Up Task: https://app.clickup.com/t/86c7xzdpc
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Added a system-level media processing tool to the runtime image to
enable improved audio/video/image handling; no other runtime behavior or
public APIs were changed.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
## Usage in Production
While `N8N_BLOCKED_NODES` blocks the Execute Command node in production,
ffmpeg is accessible through:
- **Community FFmpeg nodes** (e.g., `n8n-nodes-mediafx`,
`@raisaroj/n8n-nodes-ffmpeg`)
installed via Settings > Community Nodes in the n8n UI
- **Code/Function nodes** that invoke ffmpeg programmatically
The ffmpeg binary must be present at the system level for any of these
integration methods to work.1 parent 90f3fd2 commit 8c250de
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments