-
Notifications
You must be signed in to change notification settings - Fork 1
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
Allow for specifying target bitrate in options #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
target_bitrate: [ | ||
spec: pos_integer(), | ||
default: 1000, | ||
description: """ | ||
Gives the encoder information about the target bitrate (in kb/s). | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put here some examples, what range of values is reasonable for a video with 2560 x 1440, 1280 x 720 or 640 x 360, to give an impression, what bitrate value is low for a specific video size and what bitrate is high.
Do it here and in VP8 Encoder.
Beyond this, I think that default: 1000
is not a good idea - it will cause having a good video quality, when the video size is small and bad video quality, when the video size is too big. Default bitrate may vary depending on the size of the input video.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, ensure that your PR fixes membraneframework/membrane_core#841, bump the version and release the plugin
9e5fa2e
to
fee2753
Compare
This reverts commit a5396a4.
No description provided.