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

Tie bit rates tested to compression level #374

Open
nfrechette opened this issue Jun 11, 2021 · 0 comments
Open

Tie bit rates tested to compression level #374

nfrechette opened this issue Jun 11, 2021 · 0 comments
Milestone

Comments

@nfrechette
Copy link
Owner

By controlling how many bit rates we attempt, we can control how long compression takes and how small the memory footprint will be. Once we have the full quaternion variable bit rate introduced, the compression time will increase significantly. An enum needs to be introduced in the compression settings to control how aggressive we should be: Low, Medium, High, Ultimate or something like that.

Every level should be able to reach the error threshold by always allowing the highest bit rate but lower levels might be dropped according to some rule: 25%, 50%, 75% dropped maybe. Sensible values should be picked.

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

No branches or pull requests

1 participant