Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

n8n-nodes-ffmpeg-pro

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-ffmpeg-pro

Professional n8n node for FFmpeg video/audio processing with binary data support

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
5
400%
Maintainers
1
Weekly downloads
 
Created
Source

n8n FFmpeg Node 🎬

This repository contains a custom node for n8n that wraps the powerful FFmpeg command-line tool for media processing tasks directly within your workflows. ⚡️ Core Capability: Seamless Binary File Processing 💾

Installation

This node is intended to be installed alongside your n8n instance. To install:

  • Go to n8n instance settings > Comuunity nodes
  • Click Install
  • Type n8n-nodes-ffmpeg-pro
  • Click I confirm, and proceed

The main implementation logic resides in:

  • nodes/FFmpeg/FFmpeg.node.ts

Usage Examples 🛠️

This node allows you to run arbitrary FFmpeg commands for tasks such as:

  • Video transcoding (e.g., MP4 to WebM) 📺
  • Audio extraction 🎧
  • Trimming videos ✂️
  • Applying filters

Node Details

The node interacts with the file system by reading input media (binary data) and writing processed output media based on the command provided in the node configuration. It handles temporary file management for inputs specified via binary properties.

Keywords

n8n-community-node-package

FAQs

Package last updated on 15 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts