How to choose CBR vs VBR via Android API while recording video in the application

I am working on an Android application that records video. I want to be able to choose between constant bit rate (CBR) and variable bit rate (VBR). I looked at the Androis API like MediaRecoder etc. I can successfully select the video bit rate, frame rate, etc. But I did not find any settings for choosing VBR vs CBR. I know that video chat applications can do this, so this is possible through a lower level API. How can i do this?

+5
source share

Source: https://habr.com/ru/post/1209936/


All Articles