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

Add Bitrate Encoding #1

Closed
vus7294 opened this issue Dec 6, 2018 · 3 comments
Closed

Add Bitrate Encoding #1

vus7294 opened this issue Dec 6, 2018 · 3 comments

Comments

@vus7294
Copy link

vus7294 commented Dec 6, 2018

This Tool, Assisted AV1 Encoder that Faster than x265, Now Only Supports Quantizer Encoding. I Tried, 77mb AVC.mp4 was going to AV1 with 400mb AV1.webm with Quantizer 30 and MAX Speed. what?
I Found Quantizer Encoding is Totally Useless to Reduce Size without Losing Quality. I Use Only Bitrate Encoding that is Much Smaller Encoding.
I Hope Bitrate Encoding will add for rav1e Gui. Can You?

@moisespr123
Copy link
Owner

Bitrate encoding is currently not supported by rav1e. Currently, to produce a small size, you should use a high quantizer setting, but of course, the higher the number, the less quality it will have.

Once rav1e supports bitrate encoding, it will be added to the GUI.

@moisespr123
Copy link
Owner

I added bitrate encoding today in the source code, as rav1e got support for it. However, it is failing to encode right now. Probably a rav1e bug.

@moisespr123
Copy link
Owner

Bitrate encoding added in v1.9, however, it is still recommended to use the quantizer mode due to artifacts in the first few frames.

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