"Failed to start recording"

ewindels

New Member
1671227632823.png
 

AaronD

Active Member
Seems like this has been coming up at least once a day now. The log says:
init_encoder_h264: nv.nvEncInitializeEncoder(enc->session, &enc->params) failed: 8 (NV_ENC_ERR_INVALID_PARAM): ::NV_ENC_TWO_PASS_FULL_RESOLUTION is only supported multipass encoding on this architecture.
or some variation of it, and the problem is:
1672174565930.png

Change that to Two Passes (Full Resolution), like the complete error message says it wants.

Why the popup window chops off the important part is beyond me.
 
Last edited:

ewindels

New Member
Seems like this has been coming up at least once a day now. The log says:
init_encoder_h264: nv.nvEncInitializeEncoder(enc->session, &enc->params) failed: 8 (NV_ENC_ERR_INVALID_PARAM): ::NV_ENC_TWO_PASS_FULL_RESOLUTION is only supported multipass encoding on this architecture.
or some variation of it, and the problem is:
View attachment 90031
Change that to Two Passes (Full Resolution), like the complete error message says it wants.

Why the popup window chops off the important part is beyond me.
I don't get the same settings you have:

1672759778120.png
1672759778120.png
 

PaiSand

Active Member
The log file presents no record session or it was too short. Please do a longer test.
Also, unless you need to record several audio channel for editing later you don't need advanced output, keep it on simple output mode. Run OBS as admin.

Also, b-frames need to be set at 0 and do not use psycho visual tuning (uncheck)
11:38:42.214: [jim-nvenc] Max B-frames setting (2) is more than encoder supports (0). 11:38:42.214: Setting B-frames to 0 11:38:42.215: [jim-nvenc] init_encoder_base: nvEncGetEncodePresetConfig failed: 8 (NV_ENC_ERR_INVALID_PARAM): EncodeAPI Internal Error. 11:38:42.215: [jim-nvenc] init_specific_encoder failed, trying again without Psycho Visual Tuning 11:38:42.215: [jim-nvenc] init_encoder_base: nvEncGetEncodePresetConfig failed: 8 (NV_ENC_ERR_INVALID_PARAM): EncodeAPI Internal Error.

Adding to that, your GPU isn't NVENC supported anymore:

If the problem persists you may want to use OBS 27.1.2, and an older version of the GPU driver if needed, or get a newer GPU like a 1050 ti as minimum and if it's available.
And the antivirus you have isn't good at all. As far as you have good and healty behaviour on the internet you don't need it and the windows antivirus is more than enough.
 
Top