nvidia-patch/win/README.md

34 lines
2.5 KiB
Markdown
Raw Normal View History

2019-01-07 22:50:10 +00:00
Nvidia drivers patch for Windows
================================
This patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.
Requirements:
- Win10 x64
- NVENC-compatible GPU (https://developer.nvidia.com/video-encode-decode-gpu-support-matrix#Encoder)
- Nvidia driver. Patch availible for:
2019-01-10 17:18:02 +00:00
- [Quadro 412.16](https://international.download.nvidia.com/Windows/Quadro_Certified/412.16/412.16-quadro-desktop-notebook-win10-64bit-international-whql.exe)
- [Quadro 416.78](https://international.download.nvidia.com/Windows/Quadro_Certified/416.78/416.78-quadro-desktop-notebook-win10-64bit-international-whql.exe)
- [Quadro 418.81](https://international.download.nvidia.com/Windows/Quadro_Certified/418.81/418.81-quadro-desktop-notebook-win10-64bit-international-whql.exe)
2019-01-10 17:54:43 +00:00
- [417.35](https://international.download.nvidia.com/Windows/417.35/417.35-desktop-win10-64bit-international-whql-rp.exe)
2019-01-10 10:25:27 +00:00
- [417.58](https://international.download.nvidia.com/Windows/417.58hf/417.58-desktop-notebook-win10-64bit-international-whql.hf.exe)
2019-01-18 14:55:58 +00:00
- [417.71](https://international.download.nvidia.com/Windows/417.71/417.71-desktop-win10-64bit-international-whql.exe)
- [418.81](https://international.download.nvidia.com/Windows/418.81/418.81-desktop-win10-64bit-international-whql.exe)
2019-02-13 14:19:19 +00:00
- [418.91](http://international.download.nvidia.com/Windows/418.91/418.91-desktop-win10-64bit-international-whql.exe)
2019-01-07 22:50:10 +00:00
## Step-by-Step guide
1. Download and install latest Nvidia driver supported by this patch.
2. Download latest [Win\_1337\_Apply\_Patch tool](https://github.com/Deltafox79/Win_1337_Apply_Patch/releases).
2019-02-11 17:38:46 +00:00
3. Locate in this directory and download corresponding patch for your OS and driver version. Hint: if you are not familiar with git, then use Github Web UI and download entire repo as ZIP archive or right-click on Raw button on file preview page and pick "Save As...".
2019-01-07 22:50:10 +00:00
4. Apply patch to corresponding file in `%WINDIR%\system32\` with the Win\_1337\_Apply\_Patch tool. File name of patched object is specified in first line of .1337 patch.
2019-01-08 18:46:21 +00:00
E.g, for 64bit Windows 10 running driver version 417.35 use `win10_x64/417.35/nvcuvid.1337` against `C:\WINDOWS\system32\nvcuvid.dll`.
2019-01-07 22:50:10 +00:00
## See also
2019-02-11 17:38:46 +00:00
* Genesis in [related issue](https://github.com/keylase/nvidia-patch/issues/9)
* Plex Media Server:
* [How to make Plex work with new limits](https://github.com/keylase/nvidia-patch/issues/9#issuecomment-452096166)
* [GH Issue about Plex, FFmpeg and NVDEC-enabling wrappers](https://github.com/keylase/nvidia-patch/issues/51)