Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to change bitrate and other encoder configuration without creating a new encoder context #3382

Open
sdroege opened this issue May 22, 2024 · 0 comments
Labels

Comments

@sdroege
Copy link
Contributor

sdroege commented May 22, 2024

Describe the bug

Encoder configuration is currently only possible to provide when creating an encoder context. It would be useful to be able to change at least the bitrate (and quantizer?) while the encoder is running, while the encoder is running.

To Reproduce

In e.g. WebRTC-style scenarios where the bandwidth is limited and changing over time (as observed via different metrics and algorithms), it would be beneficial if the target bitrate could be changed while the encoder is running to allow adapting to this.

Expected behavior

Some API would be available to change selected encoder configuration while the encoder is already created and in use. The aom encoder supports this, for example.

@sdroege sdroege added the bug label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant