Skip to content

Draft: msdkenc: add preset target bitrate

mamingy2 requested to merge (removed):preset_target_bitrate into main

Add preset target bitrate for encoding instead of a fixed one. This result is calculated by linear interpolation of data such as length, width and framerate. In MediaSDK samples, the preset bitrate is calculated in the same way.

Merge request reports