
n8n video automation: build the clip workflow end to end
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.
19 articles about n8n.

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.

Add an intro and outro to video automatically with FFmpeg or one API call. Concat demuxer vs concat filter, an n8n batch recipe, and mismatch bugs to avoid.

Build a Google Sheets video processing queue in n8n: rows trigger FFmpeg API jobs, and a webhook writes the output URL back to the row. No server needed.

Fix n8n timeout errors when processing video by offloading the FFmpeg render to a job-based API, then poll or receive a webhook so no execution times out.

Automate TikTok video creation using ChatGPT for scripts, FFmpeg Micro for video processing, and n8n for orchestration. Full pipeline walkthrough.

Automate YouTube Shorts from any RSS feed using n8n, an LLM, TTS, and FFmpeg Micro. Full pipeline walkthrough with working code and API examples.

Build an automated pipeline that publishes 100+ videos weekly using n8n, Make.com, and a video processing API. No editing software needed.

Full pipeline for automated YouTube channels: AI scripts, TTS narration, FFmpeg video composition, and scheduled uploads. Real costs and revenue math included.

Build an n8n + FFmpeg Micro pipeline that splits one long video into 30 YouTube Shorts, adds captions, and auto-publishes them. Full workflow included.

Build a /convert Slack command with n8n and FFmpeg Micro. Users upload video, bot processes it, posts the result back. 30-minute build.