
Which n8n FFmpeg Node Should You Use? Community Nodes Compared
Which n8n FFmpeg node should you use? The real split is local binary vs hosted API. Compare the community nodes, what breaks each, and what runs on n8n Cloud.
28 articles about n8n.

Which n8n FFmpeg node should you use? The real split is local binary vs hosted API. Compare the community nodes, what breaks each, and what runs on n8n Cloud.

The official n8n Docker image is distroless, so apk add fails. Two working n8n distroless ffmpeg fixes: build a custom image, or move the encode off-box.

"n8n ffmpeg not found" means FFmpeg isn't inside your n8n Docker container. Diagnose it in three commands, then pick a Dockerfile, image, or an API call.

Looking for a RenderIO alternative for n8n? Compare per-command quotas, clip duration caps, and webhook gating against usage-based FFmpeg API pricing.
AI avatar video automation stalls after the talking head renders. The assembly chain: stitch b-roll, burn captions, add a music bed, and ship 9:16 vertical.

Google Drive video automation breaks when n8n pulls a 1 GB file into memory. Pass the Drive URL to a video API, take a webhook, write the result back.

Auto translate subtitles video pipelines break at the burn-in, not the translation. Transcribe once, translate the SRT, render one hardsub per language.

n8n large video files crash the instance because binary data sits in memory. Learn the real cause, the env vars that buy headroom, and the URL-passing fix.

Clip, caption, and reformat video in one n8n workflow: three chained FFmpeg Micro API jobs, so n8n passes URLs, never video bytes, with no servers to run.

A working n8n video automation build: turn one long video into captioned vertical clips with transcripts, cut points, and one API call per render. No FFmpeg.