Only for builds 3203/3200 and 1111/1109
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
### | |
# Shell script which adds the ability to encode/decode web-safe URLs in base64. Do this by specifying | |
# | |
#!/bin/bash | |
ARGS=() | |
BAD_CHARS="+/=" | |
SAFE_CHARS="-_ " | |
URL="n"; CONVERT="n"; DECODE="n"; IN="-"; OUT="-"; HELP="n" | |
while (($#)); do | |
case "${1}" in |
Original guide with a standard build is here.
With this guide, I'm adding more instructions to enable support for NVIDIA CUVID and NVIDIA NPP for enhanced encode and decode performance.
Warning:
If all you require is NVENC's enablement, you do NOT need the CUDA SDK.
The nv-codec-headers
(below) is ALL you require.