You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating bitrate and recording something works fine.
The next recording, the bitrate is reset to 5kbps (I think that's the default?)
I've no idea why. We use the same instance of OBS to record, the same recFactory variable on the Recorder class etc.
I tried printing out the recFactory.videoEncoder.settings on each start recording, the setting persists, but it's not passed down to OBS somehow. Despite that even the OBS logs show the correct bitrate, it's just the output file that's wrong.
Adding the application of the videoEncoder to the startOBS() function seems to resolve it:
This is a WTF one...
https://discord.com/channels/1004860808737591326/1072228542416429116
TL;DR:
I've no idea why. We use the same instance of OBS to record, the same recFactory variable on the Recorder class etc.
I tried printing out the recFactory.videoEncoder.settings on each start recording, the setting persists, but it's not passed down to OBS somehow. Despite that even the OBS logs show the correct bitrate, it's just the output file that's wrong.
Adding the application of the videoEncoder to the
startOBS()
function seems to resolve it:The text was updated successfully, but these errors were encountered: