Skip to content

FFmpeg setup

Compiling FFmpeg on Ubuntu

Configure hardware video encoding, if supported by your GPU. QuickSync is one option; it should support AV1 eventually on Alder Lake and higher.

Then, compile ffmpeg with required options.

See: files/install-ffmpeg.sh.

Credits: Cole Helsell drafted the original version of this guide with me.