Which value do I need to type in ,,CQP level" to get 50 MBPS ?
Quality-based rate control modes like CQP don't work like this. They take whatever they need. Bitrate-based modes like CBR or VBR work this way: they lower the encoding quality until the bitrate of the encoded video is right at the requested bitrate. This means, high motion scenes get more quality removed than low motion scenes, because the amount of video data encoded is higher with high motion scenes than with low motion scenes.
With quality-based modes, you simply tell the encoder to remove a constant amount of quality, regardless of motion. This means, low motion scenes, where barely anything changes, takes up almost no space, while high motion scenes require a large amount of data, because every single frame is very different from the previous one.
The range of all quality parameters is 0..50, which means 0=no detail removed and 50=very much detail removed.
25 is very good compression but compression visible.
22 is double the size of 25 and minimum amount of compression visible
19 is double the size of 22 and no compression visible for most material
16 is double the size of 19 and no perceived difference to the original material
Lower values than 15 don't make sense, as well as higher values than about 30. If you want raw-like quality for postprocessing, use 15-18. The exact value depends on resolution and actual material. A game that was developed for directx 8 has probably not very high detail, so 18-22 should still give you raw-like quality.