win10: patch for 512.15

pull/515/head
Jai Luthra 2 years ago
parent 06c3f2da55
commit e8be7a508a
No known key found for this signature in database
GPG Key ID: 43DE91F9249A7145

@ -3355,6 +3355,24 @@
"patch64_url": "win10_x64/nsd_511.65/nvencodeapi64.1337",
"patch32_url": "win10_x64/nsd_511.65/nvencodeapi.1337",
"driver_url": "https://international.download.nvidia.com/Windows/511.65/511.65-desktop-win10-win11-64bit-international-nsd-dch-whql.exe"
},
{
"os": "win10",
"product": "GeForce",
"version": "512.15",
"variant": "",
"patch64_url": "win10_x64/512.15/nvencodeapi64.1337",
"patch32_url": "win10_x64/512.15/nvencodeapi.1337",
"driver_url": "http://international.download.nvidia.com/Windows/512.15/512.15-desktop-win10-win11-64bit-international-dch-whql.exe"
},
{
"os": "win10",
"product": "GeForce",
"version": "512.15",
"variant": "Studio Driver",
"patch64_url": "win10_x64/nsd_512.15/nvencodeapi64.1337",
"patch32_url": "win10_x64/nsd_512.15/nvencodeapi.1337",
"driver_url": "https://international.download.nvidia.com/Windows/512.15/512.15-desktop-win10-win11-64bit-international-nsd-dch-whql.exe"
}
]
}

@ -9,7 +9,7 @@ NvFBC patch (wrapper) allows to use NvFBC on consumer-grade GPUs. See [**nvfbcwr
---
**Project is looking for a maintainer.**
If you like this project, best way to contribute is by sending PRs and fixing documentation.
---

@ -1,7 +1,7 @@
NVENC and NvFBC patches for Windows Nvidia drivers
==================================================
![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest GeForce version](https://img.shields.io/badge/latest%20GeForce%20version-511.79-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-472.84-blue.svg)
![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest GeForce version](https://img.shields.io/badge/latest%20GeForce%20version-512.15-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-472.84-blue.svg)
NVENC patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.
@ -9,7 +9,7 @@ NvFBC patch (wrapper) allows to use NvFBC on consumer-grade GPUs. See [**nvfbcwr
---
**Project is looking for a maintainer.**
If you like this project, best way to contribute is by sending PRs and fixing documentation.
---
@ -49,7 +49,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
5. Apply x86 library patch to corresponding file in `%WINDIR%\SysWOW64\` in the same way as previous one.
- *If patching fails, close all applications using nvencodeapi.dll, such as OBS Studio, Plex or Discord.*
**Example:** for 64bit Windows 10 running driver version 511.79, use `win10_x64/511.79/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/511.79/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`.
**Example:** for 64bit Windows 10 running driver version 512.15, use `win10_x64/512.15/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/512.15/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`.
If you experience issues with streaming software based on Nvidia streaming facilities (Nvidia Shield TV, Moonlight), you also have to import few registry values in order to workaround binary signature mismatch. See [**skip\_sig\_check** (clickable)](skip_sig_check) directory for instructions.
@ -182,6 +182,8 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp
| GeForce | 511.23 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/511.23/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/511.23/nvencodeapi.1337) | [Driver link](http://international.download.nvidia.com/Windows/511.23/511.23-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 511.65 Studio Driver | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/nsd_511.65/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/nsd_511.65/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/511.65/511.65-desktop-win10-win11-64bit-international-nsd-dch-whql.exe) |
| GeForce | 511.79 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/511.79/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/511.79/nvencodeapi.1337) | [Driver link](http://international.download.nvidia.com/Windows/511.79/511.79-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 512.15 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/512.15/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/512.15/nvencodeapi.1337) | [Driver link](http://international.download.nvidia.com/Windows/512.15/512.15-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 512.15 Studio Driver | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/nsd_512.15/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/nsd_512.15/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/512.15/512.15-desktop-win10-win11-64bit-international-nsd-dch-whql.exe) |
| Product series | Version | x64 library patch | x86 library patch | Driver link |

@ -0,0 +1,6 @@
>nvencodeapi.dll
0000000000042561:89->33
0000000000042562:45->C0
0000000000042563:08->89
0000000000042564:85->45
0000000000042565:C0->08

@ -0,0 +1,5 @@
>nvencodeapi64.dll
0000000000048B2A:8B->33
0000000000048B2B:E8->C0
0000000000048B2C:85->8B
0000000000048B2D:C0->E8

@ -0,0 +1,6 @@
>nvencodeapi.dll
0000000000042561:89->33
0000000000042562:45->C0
0000000000042563:08->89
0000000000042564:85->45
0000000000042565:C0->08

@ -0,0 +1,5 @@
>nvencodeapi64.dll
0000000000048B2A:8B->33
0000000000048B2B:E8->C0
0000000000048B2C:85->8B
0000000000048B2D:C0->E8
Loading…
Cancel
Save