Skip to content

Instantly share code, notes, and snippets.

@cooliobr
cooliobr / build_ffmpeg_cuda_debian
Created October 21, 2022 12:31 — forked from TinDang97/build_ffmpeg_cuda_debian
Build FFMPEG script with full feature, include scale_cuda, scale_npp, vpx, libx,...
#!/bin/bash
# https://github.com/markus-perl/ffmpeg-build-script
PROGNAME=$(basename $0)
VERSION=1.18
CWD=$(pwd)
PACKAGES="$CWD/packages"
WORKSPACE="$CWD/workspace"
CFLAGS="-I$WORKSPACE/include"