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

OPUS wizard: CBR/VBR and small bitrates #6

Closed
PhoenixIV opened this issue Nov 2, 2020 · 4 comments
Closed

OPUS wizard: CBR/VBR and small bitrates #6

PhoenixIV opened this issue Nov 2, 2020 · 4 comments

Comments

@PhoenixIV
Copy link

I just checked the wizard for OPUS and two things came up:

First, I can only choose CBR from a dropdown menu, but can then, additionally, tick VBR. This works fine, no major issue, but makes no sense.

More important (even though this can easily be solved by altering the generated parameters code): The lowest accepted bitrate is 64 kbps. But, especially with OPUS, bitrates like 32k (and lower!) are still common / producing great results.

The default suggested compression level is 5 if I am not wrong. The pre-set in the wizard is 10.

@eibol
Copy link
Owner

eibol commented Nov 2, 2020

Hi, I will include these suggestions on next release.
Regarding VBR, ffmpeg results vary depending on the combination of bitrate and vbr choices.
If only vbr is selected, bitrate is always low, and quality factor affects the encoding complexity and speed, but not output bitrate that much.
If you select only cbr, you obtain the desired bitrate, but if you add -vbr on and a -compression_level n, bitrate also changes a little bit, as well as the encoding speed. So it seems that vbr can work either alone or with a target bit rate.

@eibol eibol closed this as completed Nov 3, 2020
@PhoenixIV
Copy link
Author

The default suggested compression level is 5 if I am not wrong. The pre-set in the wizard is 10.

I gave wrong information here. Default is 10.
Source: https://wiki.xiph.org/index.php?title=Opus_Recommended_Settings#Trading_Coding_Efficiency_with_CPU_Time

@eibol
Copy link
Owner

eibol commented Nov 19, 2020

Right. I'll revert the default compression factor to 10 for next release, coming out by the end of this month.

@PhoenixIV
Copy link
Author

Yeah. Sorry. Thank you, @eibol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants