From 2b10ccaea8c001cd27b39e165f52780d2c8374c6 Mon Sep 17 00:00:00 2001 From: OMEGARAZER <869111+OMEGARAZER@users.noreply.github.com> Date: Wed, 15 Mar 2023 17:24:25 -0400 Subject: [PATCH] win 531.29 dch --- drivers.json | 13 +++++++++++-- win/README.md | 5 +++-- win/win10_x64/531.29/nvencodeapi.1337 | 6 ++++++ win/win10_x64/531.29/nvencodeapi64.1337 | 5 +++++ 4 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 win/win10_x64/531.29/nvencodeapi.1337 create mode 100644 win/win10_x64/531.29/nvencodeapi64.1337 diff --git a/drivers.json b/drivers.json index 90b4f21..f3341dc 100644 --- a/drivers.json +++ b/drivers.json @@ -3740,9 +3740,18 @@ "product": "GeForce", "version": "531.26", "variant": "DCH (Hotfix)", - "patch64_url": "win10_x64/531.18/nvencodeapi64.1337", - "patch32_url": "win10_x64/531.18/nvencodeapi.1337", + "patch64_url": "win10_x64/531.26/nvencodeapi64.1337", + "patch32_url": "win10_x64/531.26/nvencodeapi.1337", "driver_url": "https://international.download.nvidia.com/Windows/531.26hf/531.26-desktop-notebook-win10-win11-64bit-international-dch.hf.exe" + }, + { + "os": "win10", + "product": "GeForce", + "version": "531.29", + "variant": "DCH", + "patch64_url": "win10_x64/531.29/nvencodeapi64.1337", + "patch32_url": "win10_x64/531.29/nvencodeapi.1337", + "driver_url": "https://us.download.nvidia.com/Windows/531.29/531.29-desktop-win10-win11-64bit-international-dch-whql.exe" } ] } diff --git a/win/README.md b/win/README.md index 854fb8c..946ec47 100644 --- a/win/README.md +++ b/win/README.md @@ -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-531.26-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-526.67-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-531.29-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-526.67-blue.svg) 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 531.26, use `win10_x64/531.26/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/531.26/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`. +**Example:** for 64bit Windows 10 running driver version 531.29, use `win10_x64/531.29/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/531.29/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). @@ -202,6 +202,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp | GeForce | 528.49 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/528.49/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/528.49/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/528.49/528.49-desktop-win10-win11-64bit-international-dch-whql.exe) | | GeForce | 531.18 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/531.18/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/531.18/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/531.18/531.18-desktop-win10-win11-64bit-international-dch-whql.exe) | | GeForce | 531.26 DCH (Hotfix) | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/531.26/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/531.26/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/531.26hf/531.26-desktop-notebook-win10-win11-64bit-international-dch.hf.exe) | +| GeForce | 531.29 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/531.29/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/531.29/nvencodeapi.1337) | [Driver link](https://us.download.nvidia.com/Windows/531.29/531.29-desktop-win10-win11-64bit-international-dch-whql.exe) | | Product series | Version | x64 library patch | x86 library patch | Driver link | diff --git a/win/win10_x64/531.29/nvencodeapi.1337 b/win/win10_x64/531.29/nvencodeapi.1337 new file mode 100644 index 0000000..16e554e --- /dev/null +++ b/win/win10_x64/531.29/nvencodeapi.1337 @@ -0,0 +1,6 @@ +>nvencodeapi.dll +000000000003D777:89->33 +000000000003D778:45->C0 +000000000003D779:08->89 +000000000003D77A:85->45 +000000000003D77B:C0->08 \ No newline at end of file diff --git a/win/win10_x64/531.29/nvencodeapi64.1337 b/win/win10_x64/531.29/nvencodeapi64.1337 new file mode 100644 index 0000000..ace3020 --- /dev/null +++ b/win/win10_x64/531.29/nvencodeapi64.1337 @@ -0,0 +1,5 @@ +>nvencodeapi64.dll +0000000000042961:8B->33 +0000000000042962:F0->C0 +0000000000042963:85->8B +0000000000042964:C0->F0 \ No newline at end of file