mirror of
https://github.com/keylase/nvidia-patch.git
synced 2025-08-06 10:43:59 +00:00

committed by
Jai Luthra

parent
c71adfdd70
commit
d1f8353203
@@ -1,7 +1,7 @@
|
||||
NVENC and NvFBC patches for Windows Nvidia drivers
|
||||
==================================================
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
NVENC patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.
|
||||
|
||||
@@ -40,7 +40,7 @@ If you like this project, best way to contribute is by sending PRs and fixing do
|
||||
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 551.23, use `win10_x64/551.23/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/551.23/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`.
|
||||
**Example:** for 64bit Windows 10 running driver version 551.46, use `win10_x64/551.46/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/551.46/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`.
|
||||
|
||||
You can also use FFmpeg to [verify that NVENC session limit is removed](https://github.com/keylase/nvidia-patch/wiki/Verify-NVENC-patch).
|
||||
|
||||
@@ -235,6 +235,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp
|
||||
| GeForce | 546.33 DCH / Studio Driver | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/546.33/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/546.33/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/546.33/546.33-desktop-win10-win11-64bit-international-dch-whql.exe) |
|
||||
| GeForce | 546.65 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/546.65/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/546.65/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/546.65/546.65-desktop-win10-win11-64bit-international-dch-whql.exe) |
|
||||
| GeForce | 551.23 DCH / Studio Driver | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/551.23/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/551.23/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/551.23/551.23-desktop-win10-win11-64bit-international-dch-whql.exe) |
|
||||
| GeForce | 551.46 DCH (Hotfix) | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/551.46/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/551.46/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/551.46hf/551.46-desktop-notebook-win10-win11-64bit-international-dch.hf.exe) |
|
||||
|
||||
|
||||
| Product series | Version | x64 library patch | x86 library patch | Driver link |
|
||||
|
Reference in New Issue
Block a user