Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify NVENC patch is True Negative. #791

Open
remy33 opened this issue May 6, 2024 · 2 comments
Open

Verify NVENC patch is True Negative. #791

remy33 opened this issue May 6, 2024 · 2 comments
Labels

Comments

@remy33
Copy link

remy33 commented May 6, 2024

Describe the bug
Following the steps in the wiki in order to verify if the drive has been successfully patched.
When running tester script on unpatched GPU it doesn't gives an error

A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Run patch-tester.bat on unpatched GPU (3070 in my case)
  2. Test shown as successful, no error is thrown.

Expected behavior
As written in the manual, error should happen. ([h264_nvenc @ 0x55fc31535fc0])

Environment (please complete the following information):

  • OS: Windows 11
  • GPU model: 3070
  • Patch commit used: Not patched
  • Nvidia driver version: Latest

Additional context
When I double the number and run manually myself it DID throw the expected error.

@remy33 remy33 added the bug label May 6, 2024
@jailuthra
Copy link
Collaborator

Looks like NVIDIA bumped up the session limit again from 5 to 8

https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new#Encoder

@cizekmilan
Copy link

cizekmilan commented Nov 27, 2024

ffmpeg \
          -f lavfi -i testsrc2="duration=5:size=1920x1080:rate=25" -c:v hevc_nvenc -f null - 2>/dev/null \
          -f lavfi -i testsrc2="duration=5:size=1920x1080:rate=25" -c:v hevc_nvenc -f null - 2>/dev/null \
          -f lavfi -i testsrc2="duration=5:size=1920x1080:rate=25" -c:v hevc_nvenc -f null - 2>/dev/null \
          -f lavfi -i testsrc2="duration=5:size=1920x1080:rate=25" -c:v hevc_nvenc -f null - 2>/dev/null

echo $?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants