
Normalize audio loudness across a video library
Normalize audio loudness across a video library with FFmpeg loudnorm two-pass, EBU R128 targets, and one API call. Real commands, LUFS targets, and pitfalls.
81 articles about video-processing.

Normalize audio loudness across a video library with FFmpeg loudnorm two-pass, EBU R128 targets, and one API call. Real commands, LUFS targets, and pitfalls.

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.

Two ways to install FFmpeg on Windows that actually work in 2026: winget in one command, or the gyan.dev ZIP plus PATH. With the PATH mistakes fixed.

FFmpeg blackdetect finds black frames using duration, pixel, and picture thresholds. Read the log, turn ranges into cut points, and split video automatically.

You can run FFmpeg on Railway, but ephemeral disk, exit-137 OOM kills, and the 15-minute request cap break it at scale. What fails, and the no-infra fix.

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.

Generate AI voiceover with ElevenLabs TTS and merge it into video using FFmpeg Micro API. Replace or mix audio with no FFmpeg binary needed.

Use FFmpeg Micro cloud API to process video in Next.js Route Handlers and Server Actions. No binary installation, no serverless timeouts.