I'm trying to use VBR on elementaryStreams, but there's no documentation about it. It accepts an string and just it.
elementaryStreams: [
{
key: 'video-stream',
videoStream: {
h265: {
heightPixels: 1080,
widthPixels: 1920,
bitrateBps: 12288000,
rateControlMode: 'VBR', // Here.
frameRate: 60,
},
},
},
],
Is setting VBR suffice?