From 9f37bf539624f13b6e0ff0ac472530d58a199cf8 Mon Sep 17 00:00:00 2001 From: Jai Luthra Date: Sat, 15 Oct 2022 13:35:05 +0530 Subject: [PATCH] win: Add link to verify nvenc patch in readme --- tools/readme-autogen/templates/windows_readme_master.tmpl | 2 ++ win/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tools/readme-autogen/templates/windows_readme_master.tmpl b/tools/readme-autogen/templates/windows_readme_master.tmpl index b10ca8e..f596d82 100644 --- a/tools/readme-autogen/templates/windows_readme_master.tmpl +++ b/tools/readme-autogen/templates/windows_readme_master.tmpl @@ -52,6 +52,8 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv **Example:** for 64bit Windows 10 running driver version $latest_geforce_version, use `win10_x64/$latest_geforce_version/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/$latest_geforce_version/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). + 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. A video guide is also available: diff --git a/win/README.md b/win/README.md index 9938242..e1a2ac5 100644 --- a/win/README.md +++ b/win/README.md @@ -52,6 +52,8 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv **Example:** for 64bit Windows 10 running driver version 522.25, use `win10_x64/522.25/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/522.25/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). + 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. A video guide is also available: