FFmpeg Cookbook
FFmpeg Permission Denied: Fix Cannot Read Input or Write Output on Linux, macOS, Windows, Docker
Fix the FFmpeg 'permission denied' error by separating input-read from output-write failures, with solutions for Linux, macOS, Windows, and Docker: checking permissions with ls -l / ls -ld, chmod, writing to a writable directory, the Docker --user flag, and Windows file locks.
VAAPI Hardware Encoding on Linux — Accelerate FFmpeg with Intel and AMD GPUs
How to do GPU hardware encoding in FFmpeg using VAAPI on Linux. Covers the basic setup for Intel iGPUs and AMD GPUs, h264_vaapi / hevc_vaapi / av1_vaapi command examples, prerequisites, and common pitfalls.
FFmpeg Installation Guide for Windows / macOS / Linux
Install FFmpeg on Windows, macOS, and Linux: gyan.dev builds, Homebrew, apt/dnf. Configure PATH and verify with ffmpeg -version. Official sources only — get started in minutes.