Skip to content

Instantly share code, notes, and snippets.

View hurricup's full-sized avatar

Alexandr Evstigneev hurricup

View GitHub Profile
@hurricup
hurricup / install_ffmpeg_cuda.sh
Last active July 19, 2024 02:45
How to install ffmpeg with CUDA acceleration support on Ubuntu 20.04
#
# build configuration uses same options as default ffmpeg for Ubuntu 20.04 + cuda
#
sudo apt install -y \
cmake \
flite1-dev \
frei0r-plugins-dev \
ladspa-sdk \
libaom-dev \
libass-dev \