-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
NVENC7 active but not used? #1550
Comments
2017-06-15 18:04:46: DocMAX commented
|
2017-06-15 22:06:30: DocMAX commented
|
2017-06-16 00:21:59: DocMAX commented
|
Looks to me like this bug: #1260 comment 16, we blacklisted GTX 10x0 cards - looks like this now affects other cards. Using an older / newer driver version may help. (or maybe you do need a license key - unlikely, I think you should always get 2 contexts on consumer cards) |
Oh, and btw, |
2017-06-16 09:00:16: DocMAX commented
|
When building from an svn checkout, the svnrevision should be included automatically. (captured from the output of |
NVENC SDK8 supported added in #1552 - this makes no difference as this new version adds almost nothing. Will test using my GTX 970 when I get back. |
2017-06-22 04:09:51: DocMAX commented
|
2017-06-22 04:14:41: DocMAX commented
|
2017-07-16 12:56:20: kumofly commented
|
2017-07-17 14:24:44: antoine commentedI still get complete system lockups with my GTX 1070. Looking at the cuda example that comes with nvenc 8, this is how they do it now in pseudo-code:
The only major differences that I can see:
The low latency example sets these options:
For YUV444:
For 10 bit input:
etc.. Modifiying the cuda example to print all method calls I see:
|
2017-07-17 18:39:52: antoine commented
|
More fixes (backporting this mess is not going to be easy - might just go for the easy option: just disable most of nvenc and recommend the newer version): |
Fixed and tested, see #1519 |
Tedious backporting to older branches done and tested in 16416. |
Issue migrated from trac ticket # 1550
component: encodings | priority: major | resolution: fixed | keywords: nvenc
2017-06-15 17:01:51: DocMAX created the issue
The text was updated successfully, but these errors were encountered: