This file contains hidden or 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/sh -e | |
| #This script will compile and install a SHARED ffmpeg build with support for nvenc un ubuntu to /usr (requires sudo). | |
| #See the prefix path and compile options if edits are needed to suit your needs. | |
| # Based on: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu | |
| # Based on: https://gist.github.com/Brainiarc7/3f7695ac2a0905b05c5b | |
| # Rewritten here: https://github.com/ilyaevseev/ffmpeg-build-static/ | |