
Does n8n Cloud Support FFmpeg? How to Process Video Anyway
No, n8n Cloud doesn't include FFmpeg. Here's the exact workaround: process video in your n8n workflow with HTTP Request nodes and the FFmpeg Micro API.
Learn about video processing, FFmpeg workflows, automation, and scaling tips.

No, n8n Cloud doesn't include FFmpeg. Here's the exact workaround: process video in your n8n workflow with HTTP Request nodes and the FFmpeg Micro API.

Working FFmpeg commands to burn subtitles into video. Includes SRT file setup, custom styling (fonts, colors, positioning), and API automation for batch processing.

Use Make.com HTTP module to call FFmpeg Micro API for video transcoding. Step-by-step tutorial with no server or FFmpeg module needed.

FFmpeg Micro MCP server lets AI agents transcode videos from Claude Desktop, Cursor, and other MCP clients. Hosted or local install, no code required.

Learn two ways to add text overlays to video: FFmpeg drawtext filter for CLI and FFmpeg Micro @text-overlay API for automation.

Learn the exact FFmpeg -headers syntax for bearer token authentication. Working code examples for HLS streams, DASH manifests, and protected video URLs.

Learn how to add video transcoding to your app with a simple API instead of managing FFmpeg servers, job queues, and scaling infrastructure.

Learn how to use the FFmpeg Micro API with 5 practical examples: transcode video, resize to 720p, extract audio, add watermarks, and generate thumbnails.

Learn how to batch process hundreds of videos with FFmpeg using bash scripts, GNU parallel, and APIs.

The definitive guide to passing authorization headers in FFmpeg, with copy-paste examples that actually work.