Question / Help Strange recording effects

wscieklakoala

New Member
Hi

I've got a problem with recordings. There is a strange visual effect on my recordings, it also changes the brightness when light elements shows up. Different settings and disc formatting doesn't work. What should I do to get rid of that problem?

Sorry about my english, I've tried to describe my problem as clear as possible.

My logs: https://obsproject.com/logs/2sOaeOJSFtkWagsx
 

Attachments

  • Zrzut ekranu (6).png
    Zrzut ekranu (6).png
    852.5 KB · Views: 34
  • Zrzut ekranu (7.png
    Zrzut ekranu (7.png
    652.5 KB · Views: 34
Last edited:

Sukiyucky

Member
OBS is loading the onboard Intel graphics device rather than the Nvidia GTX 1050Ti. The HD 630 doesn' t have x264 NVENC encoding.

Make sure you are choosing the right GPU number in the output settings for OBS.

09:26:44.491: [jim-nvenc: 'recording_h264'] init_session: nv.nvEncOpenEncodeSessionEx(&params, &enc->session) failed: 2 (NV_ENC_ERR_UNSUPPORTED_DEVICE)

09:05:06.174: Initializing D3D11...
09:05:06.174: Available Video Adapters:
09:05:06.179: Adapter 0: Intel(R) HD Graphics 630
09:05:06.179: Dedicated VRAM: 134217728
09:05:06.179: Shared VRAM: 4234582016
09:05:06.179: output 0: pos={0, 0}, size={1920, 1080}, attached=true
09:05:06.179: Adapter 1: NVIDIA GeForce GTX 1050 Ti
09:05:06.179: Dedicated VRAM: 4216324096
09:05:06.179: Shared VRAM: 4234582016
09:05:06.183: Loading up D3D11 on adapter Intel(R) HD Graphics 630 (0)
 

koala

Active Member
Change YUV mode from full back to partial. Full will create wrong brightness with some players and postprocessing software.
 
Top