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

Utilize CRF instead of QP for Constant Quality in svt-av1 (FFmpeg) #143

Closed
Katzenwerfer opened this issue Apr 20, 2023 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@Katzenwerfer
Copy link

Katzenwerfer commented Apr 20, 2023

Currently, most AV1 encoders have a CRF mode that should have better control over quality than just using a static QP value.

Currently, when using svt-av1 (FFmpeg), adjusting the “Quantizer” slider when in “Constant Quality” mode seems to adjust the QP value, which is not bad, but utilizing CRF instead would be the ideal.

Perhaps a good idea would be to introduce a separate selectable mode, like “Constant Quantization”, for those who want to specifically use a static QP value, while keeping the “Constant Quality” mode to CRF.

@Katzenwerfer Katzenwerfer added the enhancement New feature or request label Apr 20, 2023
Alkl58 added a commit that referenced this issue Jan 25, 2024
@Alkl58
Copy link
Owner

Alkl58 commented Jan 28, 2024

Changed in the latest release.

@Alkl58 Alkl58 closed this as completed Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants