
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.
Learn about video processing, FFmpeg workflows, automation, and scaling tips.

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.

Fix 'ffmpeg' is not recognized as an internal or external command. Diagnose ffmpeg not recognized: install check, PATH bin folder, stray spaces, restart.

How to batch transcode a folder of videos with one workflow: fan out jobs to a video API, handle retries and webhooks, and skip the FFmpeg install.

A video watermarking API for UGC and branded content: FFmpeg overlay commands, the one-call equivalent, batch workflows in n8n or Make, and the honest limits.

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.

Hit Make.com's file size limit on video? Stop downloading the file. Pass the URL to a video API, poll the job, and map the output URL back into your scenario.

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.

Convert MP4 to GIF with FFmpeg's palettegen and paletteuse two-pass method, control file size with fps and width, or run it as a free one-click blueprint.

Build an ffmpeg audiogram from a podcast MP3 and cover art: showwaves vs showwavespic, copy-paste commands, vertical Reels sizing, and a one-call batch API.

How to build TikTok-style karaoke captions with FFmpeg: Whisper word timestamps, an ASS file with \k tags, the ass filter, and the one-call API version.