This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#This script will compile and install a static ffmpeg build with support for nvenc un ubuntu. | |
#See the prefix path and compile options if edits are needed to suit your needs. | |
# ripped from https://gist.github.com/Brainiarc7/3f7695ac2a0905b05c5b | |
# updated to my personal needs | |
# tested on Ubuntu 22 | |
# refer here: |