How to increase bitrate?

Hello,

I’m facing bad video quality, mainly when screen recording. However, I’m
setting HD and FullHD resolutions. I set videoBW to 1200 at my client
script.
As I was browsing ExternalOutput.cpp, there’s possibility to set even
resolution, video codec parameters as well.
I’m trying to modify bit_rate and global_quality in initContext method. As
I printed bit_rate value to console, default value was 200000.
There’s also global_quality value, but I don’t know whether 1-31 (1 is the
best) or 0-100 (100 is the best) should be used.
Which changes would you recommend? I tried increase bit_rate, but it didn’t
have any influence. Result video still has bitrate about 200kb/s.

Thanks.