-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
TPAC 2022Issues to discuss in upcoming TPAC meetingIssues to discuss in upcoming TPAC meetingextensionInterface changes that extend without breaking.Interface changes that extend without breaking.
Description
Customize BRCs by applications, in addition to CBR/VBR provided by VideoEncoder.
Some applications prefer to implement its own BRC according to per-frame QP, to better response to network bandwidth estimation. One such per-frame QP BRC implement can be found:
https://github.com/intel/libmebo/blob/master/explainer.md
dictionary VideoEncoderEncodeOptions {
boolean keyFrame = false;
// proposal
unsigned long QP;
};
Metadata
Metadata
Assignees
Labels
TPAC 2022Issues to discuss in upcoming TPAC meetingIssues to discuss in upcoming TPAC meetingextensionInterface changes that extend without breaking.Interface changes that extend without breaking.