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-ffmpeg: Add QVBR rate control for VA-API #11018

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

Conversation

nowrep
Copy link
Contributor

@nowrep nowrep commented Jul 22, 2024

Description

Add QVBR rate control for VA-API

2024-07-22_09:10:01

Motivation and Context

This rate control is supported by both Intel and AMD, so make it available in OBS.

How Has This Been Tested?

Tested with Mesa (https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30221).

Types of changes

  • New feature (non-breaking change which adds 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.

@derrod derrod requested a review from kkartaltepe July 22, 2024 07:13
@WizardCM WizardCM added Linux Affects Linux New Feature New feature or plugin labels Jul 22, 2024
@kkartaltepe
Copy link
Collaborator

Is there any reason to not use QVBR when its available instead of VBR?

@nowrep
Copy link
Contributor Author

nowrep commented Jul 28, 2024

QVBR works differently than VBR, it's not "higher quality VBR".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linux Affects Linux New Feature New feature or plugin
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants