Question / Help I'm receiving this error

Liz7399

New Member
I updated my software. I received this error. I updated my video card drivers. Rebooted. Still receiving this error.

Code:
[NVENC encoder: 'simple_h264_recording'] Failed to open NVENC codec: Function not implemented

Any help would be greatly appreciated.
Thanks!
 

Attachments

Its because OBS is using your onboard graphics instead of the GTX 1060:

07:57:49.550: Initializing D3D11...
07:57:49.550: Available Video Adapters:
07:57:49.556: Adapter 0: Intel(R) HD Graphics 630
07:57:49.556: Dedicated VRAM: 134217728
07:57:49.556: Shared VRAM: 4234790912
07:57:49.556: output 0: pos={0, 0}, size={1920, 1080}, attached=true
07:57:49.556: Adapter 1: NVIDIA GeForce GTX 1060
07:57:49.556: Dedicated VRAM: 2060451840
07:57:49.556: Shared VRAM: 4234790912
07:57:49.558: Loading up D3D11 on adapter Intel(R) HD Graphics 630 (0)
07:57:49.566: D3D11 loaded successfully, feature level used: b000


Notice:
  • GPU 0 is HD Graphics 630
  • GPU 1 is GTX 1060
An Intel HD 630 does not provide Nvidia encoding support. You need to select GPU 1.

08:01:59.922: [NVENC encoder: 'simple_h264_recording'] settings:
08:01:59.922: rate_control: CQP
08:01:59.922: bitrate: 0
08:01:59.922: cqp: 23
08:01:59.922: keyint: 250
08:01:59.922: preset: hq
08:01:59.922: profile: high
08:01:59.922: width: 1920
08:01:59.922: height: 1080
08:01:59.922: 2-pass: false
08:01:59.922: b-frames: 2
08:01:59.922: GPU: 0 <--------------- wrong GPU
 
Back
Top