Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions drivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4895,6 +4895,15 @@
"patch64_url": "win10_x64/581.29/nvencodeapi64.1337",
"patch32_url": "win10_x64/581.29/nvencodeapi.1337",
"driver_url": "https://international.download.nvidia.com/Windows/581.29/581.29-desktop-win10-win11-64bit-international-dch-whql.exe"
},
{
"os": "win10",
"product": "GeForce",
"version": "581.42",
"variant": "DCH",
"patch64_url": "win10_x64/581.42/nvencodeapi64.1337",
"patch32_url": "win10_x64/581.42/nvencodeapi.1337",
"driver_url": "https://international.download.nvidia.com/Windows/581.42/581.42-desktop-win10-win11-64bit-international-dch-whql.exe"
}
]
}
Expand Down
5 changes: 3 additions & 2 deletions win/README.md
Original file line number Diff line number Diff line change
@@ -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-581.29-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-536.25-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-581.42-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-536.25-blue.svg)

NVENC patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.

Expand Down Expand Up @@ -42,7 +42,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 581.29, use `win10_x64/581.29/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/581.29/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`.
**Example:** for 64bit Windows 10 running driver version 581.42, use `win10_x64/581.42/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/581.42/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`.

If you still get "problem occured when patching" error, refer to the [instructions to change the ownership of the DLLs](https://github.com/keylase/nvidia-patch/issues/795#issuecomment-2225573296) by @VorlonCD

Expand Down Expand Up @@ -281,6 +281,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp
| GeForce | 581.08 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/581.08/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/581.08/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/581.08/581.08-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 581.15 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/581.15/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/581.15/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/581.15/581.15-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 581.29 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/581.29/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/581.29/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/581.29/581.29-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 581.42 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/581.42/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/581.42/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/581.42/581.42-desktop-win10-win11-64bit-international-dch-whql.exe) |


| Product series | Version | x64 library patch | x86 library patch | Driver link |
Expand Down
6 changes: 6 additions & 0 deletions win/win10_x64/581.42/nvencodeapi.1337
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
>nvencodeapi.dll
0000000000044B87:89->33
0000000000044B88:45->C0
0000000000044B89:08->89
0000000000044B8A:85->45
0000000000044B8B:C0->08
5 changes: 5 additions & 0 deletions win/win10_x64/581.42/nvencodeapi64.1337
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
>nvencodeapi64.dll
000000000004B881:8B->33
000000000004B882:F0->C0
000000000004B883:85->8B
000000000004B884:C0->F0