
How to Add Fade In and Fade Out to Video with FFmpeg
Learn how to add fade in and fade out effects to video with FFmpeg. Covers the fade and afade filters, combining video and audio fades, color options, and API examples.
146 articles about ffmpeg.

Learn how to add fade in and fade out effects to video with FFmpeg. Covers the fade and afade filters, combining video and audio fades, color options, and API examples.

Pipedream can't run FFmpeg natively due to 30-second timeouts and missing binaries. Use FFmpeg Micro's REST API for reliable video processing in Pipedream workflows.

Run FFmpeg from Swift using Process, FFmpegKit, or the FFmpeg Micro cloud API. Covers macOS, iOS, and server-side Swift with working code examples.

Automate YouTube Shorts from any RSS feed using n8n, an LLM, TTS, and FFmpeg Micro. Full pipeline walkthrough with working code and API examples.

Learn 3 ways to use FFmpeg with Deno: Deno.Command subprocess, ffmpeg.wasm, and a cloud API. Working code examples, tradeoffs, and common pitfalls covered.

Connect Airtable automations to FFmpeg Micro API for automated video transcoding triggered by record changes.

Learn FFmpeg filter_complex syntax for multi-input processing, filter chaining, and multi-output graphs with working code examples.

Learn how to use FFmpeg overlay filter for picture-in-picture, watermarks, and video compositing with filter_complex. Includes position variables and API examples.

Three ways to run FFmpeg from Kotlin: ProcessBuilder, Jaffree wrapper, and a cloud API. Working code for OkHttp and Ktor clients.

Learn what FFmpeg -c copy does, when to use stream copy vs re-encoding, and how to remux MKV to MP4 instantly with CLI and API examples.