
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.
81 articles about api.

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.

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.

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

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

Learn how to process video in TypeScript without installing FFmpeg. Compare child_process, fluent-ffmpeg, ffmpeg.wasm, and cloud API approaches with typed code.

Step-by-step guide to migrating from Rendi to FFmpeg Micro. Includes API request translation, endpoint mapping, and pricing comparison.

Get your FFmpeg API key in 60 seconds. Free signup, copy your key, and make your first video transcode API call with working curl examples.

Three ways to process video in Rust: std::process::Command, rusty_ffmpeg FFI bindings, and a cloud API. Code examples for each approach.