
How to Use FFmpeg with Swift (No Installation Required)
Run FFmpeg from Swift using Process, FFmpegKit, or the FFmpeg Micro cloud API. Covers macOS, iOS, and server-side Swift with working code examples.
18 articles about tutorial.

Run FFmpeg from Swift using Process, FFmpegKit, or the FFmpeg Micro cloud API. Covers macOS, iOS, and server-side Swift 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.

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.

Add video processing to a Vercel + Supabase app using FFmpeg Micro API. Upload, transcode, and store results in 10 minutes flat.

Replace the n8n Execute Command node with HTTP Request calls to a cloud FFmpeg API. Works on n8n Cloud and self-hosted with zero dependencies.

Convert images to video with FFmpeg using numbered sequences, glob patterns, and the FFmpeg Micro API. Includes CRF quality control and common pitfalls.

Learn three ways to process video in Java: ProcessBuilder, Jaffree, and a cloud API that needs no FFmpeg install. Working code for each approach.

Learn FFmpeg with the 5 essential commands developers actually use. Covers ffprobe, format conversion, compression, audio extraction, and the API alternative.

Learn the difference between FFmpeg -ss, -t, and -to flags, including input seeking vs output seeking. Real examples show why flag order changes your output.

Learn how to extract audio from video using FFmpeg CLI commands for MP3, WAV, and FLAC output. Plus how to extract audio via API without installing FFmpeg.