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

obs-nvenc: Correct max target quality for AV1 #11520

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Bleuzen
Copy link

@Bleuzen Bleuzen commented Nov 13, 2024

Description

AV1 has a max CQ of 63. Before it was set to 51 for all codecs but this is only the max for H264 and HEVC.

Motivation and Context

Show correct settings for the encoder

How Has This Been Tested?

Set target quality to new maximum and started a local recording. Verified that bitrate and visual quality are lower compared to old max value.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Tweak (non-breaking change to improve existing functionality)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

@WizardCM WizardCM added Bug Fix Non-breaking change which fixes an issue Enhancement Improvement to existing functionality labels Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Fix Non-breaking change which fixes an issue Enhancement Improvement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants