
Remotion + FFmpeg Micro: Programmatic Video Without the Lambda Bill
Use Remotion for React video composition and FFmpeg Micro API for post-processing. Compress, convert, add audio, and batch-process without AWS Lambda.
48 articles about video-processing.

Use Remotion for React video composition and FFmpeg Micro API for post-processing. Compress, convert, add audio, and batch-process without AWS Lambda.

Learn how to change video frame rate with FFmpeg using the -r flag and fps filter. Covers 24fps, 30fps, 60fps conversion with CLI examples and API.

Build an AI agent that edits video from natural language. Connect Claude to the FFmpeg Micro MCP server for automated video processing in minutes.

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

Build an n8n + FFmpeg Micro pipeline that splits one long video into 30 YouTube Shorts, adds captions, and auto-publishes them. Full workflow included.

Learn how to use FFmpeg's scale filter to resize video without distortion. Covers -2 auto-scaling, force_original_aspect_ratio, pad for letterboxing, and API examples.

Build a /convert Slack command with n8n and FFmpeg Micro. Users upload video, bot processes it, posts the result back. 30-minute build.

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

Process video from C# without installing FFmpeg. Use FFmpeg Micro cloud API with HttpClient for transcoding and format conversion.

Compare FFmpeg Micro, Rendi, Shotstack, and more. A developer guide to picking the right FFmpeg REST API for your video processing stack.