n8n Integration

The missing FFmpeg node for n8n Cloud

n8n Cloud doesn't support FFmpeg natively. ffpipe solves that. Install our community node in 30 seconds and start processing video workflows.

Why n8n Cloud users need ffpipe

n8n Cloud environments don't have FFmpeg pre-installed, and self-hosting n8n just for video processing is complex and expensive. ffpipe gives you a managed FFmpeg service that works directly with your n8n workflows — no servers to maintain, no infrastructure to manage.

Native n8n Node

Install from Community Nodes. No setup required.

☁️

Cloud-Ready

Works seamlessly with n8n Cloud. No self-hosting needed.

🎥

Full FFmpeg Control

Use any preset or write custom FFmpeg commands.

💰

Pay Per Use

Only pay for minutes processed. No idle costs.

How to Install

Get up and running in under a minute:

1

Open n8n Settings

Click the settings icon → "Community Nodes"

2

Install ffpipe Node

Click "Install" and search for n8n-nodes-ffpipe

3

Get Your API Key

Sign up at app.ffpipe.net and copy your API key

4

Configure Credentials

In n8n, add "ffpipe API Key" credential with your key. You're done!

Installation command (if npm install needed)
npm install n8n-nodes-ffpipe

Workflow Templates

Ready-to-use templates to get started instantly:

Template

Video Compression

Automatically compress uploaded videos to H.264 MP4 for web, reducing file size by 70%+ while maintaining quality.

Preset: transcode_h264_mp4
Download JSON ↓
Template

Thumbnail Generation

Extract a frame from any video at a specific timestamp and save as a JPEG thumbnail for galleries and previews.

Preset: thumbnail_jpg
Download JSON ↓
Template

Audio Extraction

Extract audio from video files and convert to MP3 for podcasts, voiceovers, or music production.

Preset: extract_audio_mp3
Download JSON ↓
Template

Social Media Resize

Automatically resize and crop videos for Instagram Reels, TikTok, YouTube Shorts, and other platforms with one node.

Preset: crop_to_aspect (9:16 / 4:5 / 1:1 / 16:9)
Download JSON ↓
Template

Subtitle Burning

Burn SRT or VTT subtitles directly into your video with customizable fonts, colors, and positioning.

Preset: burn_subs
Download JSON ↓

Frequently Asked Questions

Does ffpipe work with n8n Cloud?

Yes! ffpipe is specifically designed for n8n Cloud. You don't need self-hosted n8n. Install the community node and you're ready to process video in the cloud.

How do I install the community node?

Go to Settings → Community Nodes → Install, search for "n8n-nodes-ffpipe", and click Install. It takes about 30 seconds. Then add your ffpipe API key as a credential in n8n.

Which n8n version is supported?

ffpipe works with n8n v1.0.0 and later. If you're using an older version, upgrade to the latest stable release.

Can I use it with n8n self-hosted too?

Yes. The ffpipe node works with both n8n Cloud and self-hosted n8n. Self-hosting gives you full control over your n8n instance and ffpipe integrates the same way.

What FFmpeg presets are available?

All major presets: transcode_h264, thumbnail extraction, audio extraction, video resizing, subtitle burning, fade in/out, speed changes, GIF export, audio normalization, and more. You can also write custom FFmpeg commands.

Do I need to manage FFmpeg myself?

No. ffpipe is a managed service. FFmpeg runs on our infrastructure. You just use the n8n node to send processing jobs and we handle everything else.

How does billing work?

You're charged per minute of video processed. The free tier includes 100 minutes/month. No setup fees, no API call charges, just straightforward per-minute pricing.

Can I test for free?

Yes! Sign up at app.ffpipe.net for a free account with 100 minutes/month to test. No credit card required.

Ready to add video processing to your workflows?

Get your free API key and install the n8n node today.

Get Started Free

Want to use ffpipe outside n8n? Try the REST API or MCP Server.