Skip to content

Instantly share code, notes, and snippets.

View Muffinoota's full-sized avatar
😤
Prepping to launch my first SaaS

Ian McKay Muffinoota

😤
Prepping to launch my first SaaS
View GitHub Profile
@Ghostbird
Ghostbird / build-ffmpeg-nvenc.sh
Last active December 22, 2023 02:05
Automatically compile and install FFMPEG with NVIDIA hardware acceleration on Debian 10+
#!/bin/bash
# Automatically compile and install FFMPEG with NVIDIA hardware acceleration on Debian
# Based on https://www.tal.org/tutorials/ffmpeg_nvidia_encode
# Verified working on Debian 10 and 11
# Abort on error
set -e
suite=stable