n8n-nodes-ffmpeg-bigboss
v1.4.8
Published
BigBoss audiovisual processing node for n8n based on FFmpeg research
Maintainers
Readme
🎬 n8n-nodes-ffmpeg-bigboss
FFmpeg BigBoss is a professional-grade audiovisual processing node for n8n. Refactored from the ground up to provide reliable, production-ready FFmpeg capabilities without the memory overhead common in other nodes.
🚀 Key Features
- BigBoss Reliability: Fixed known muxing issues with explicit stream mapping (
-map 0:v -map 1:a). - Dual Input Modes:
- Binary: Process data directly from n8n workflows.
- File Path: Handle large files directly from disk without memory overhead—essential for 4K and long videos.
- Two Operation Modes:
- Simple: Easy presets for quick tasks (Convert, Compress, Extract).
- BigBoss: Full granular control over Codecs, CRF, Presets, and Custom Arguments.
- Perfect Sync: Optimized for merging BigBoss TTS audio with video tracks.
🕹️ Operations
- Convert / Transcode: Change format, codec, and resolution.
- Compress: Optimize file size with intelligent CRF and Speed Presets.
- Extract Audio: Rip high-quality audio from any video source.
- Merge Video & Audio: Combine video and audio tracks with perfect synchronization.
- Get Metadata: Deep analysis of media streams using
ffprobe. - Custom Command: Run any raw FFmpeg command for specialized workflows.
🛠️ Usage
Merge Video & Audio (The BigBoss Way)
- Select Operation:
Merge Video & Audio. - Choose Input Source:
File Path. - Provide absolute paths for Video File Path and Audio File Path. Using File Paths avoids loading large binaries into memory, making your n8n instance faster and more stable.
Advanced Transcoding
- Select Operation:
Convert / Transcode. - Set Mode to
BigBoss. - Select specific Video Codec (e.g.,
H.264) and Audio Codec (e.g.,AAC).
📥 Installation
npm install n8n-nodes-ffmpeg-bigboss🏗️ Build from Source
npm install
npm run build👑 The BigBoss Standard
Part of the BigBoss ecosystem—n8n nodes built for reliability, scale, and professional audiovisual workflows. Look for the BigBoss logo to ensure you're using nodes that actually work.
License
MIT
