Skip to content

obs-nvenc: SDK 13.0 Features #11798

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

derrod
Copy link
Member

@derrod derrod commented Jan 30, 2025

Description

Adds SDK 13.0 features:

  • 10-bit H.264 encoding
  • AV1 UHQ tune
  • Temporal filtering for H.264 and AV1 (part of UHQ for AV1)
  • 4-way split (on supported cards)
  • Inband HDR metadata (mastering display/content light level)

Also improves capability detection to be a bit more reliable for UHQ support.

Note that 4:2:2 encoding is not supported by OBS and other SDK 13.0 features like MJPEG decoding will probably need to wait on FFmpeg updates.

Motivation and Context

Fun new stuff.

How Has This Been Tested?

Blackwell GPU.

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 force-pushed the nvenc-13.0 branch 2 times, most recently from ec5613c to b934d81 Compare January 30, 2025 20:07
@derrod derrod added the Enhancement Improvement to existing functionality label Jan 30, 2025
Copy link
Collaborator

@Lain-B Lain-B left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine, I assume it doesn't have any potential for backward compatibility issues right?

@derrod
Copy link
Member Author

derrod commented Feb 3, 2025

Seems fine, I assume it doesn't have any potential for backward compatibility issues right?

You can still compile with SDK version 12.0, but as always when we start compiling with SDK 13.0 the minimum driver version requirement goes up (to 570 in this case afaik).

@derrod derrod force-pushed the nvenc-13.0 branch 3 times, most recently from f3873c9 to 2a718cd Compare March 17, 2025 12:29
@derrod derrod requested a review from RytoEX March 17, 2025 12:30
@derrod derrod requested a review from Copilot April 6, 2025 19:26
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.

Files not reviewed (1)
  • plugins/obs-nvenc/data/locale/en-US.ini: Language not supported

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

Successfully merging this pull request may close these issues.

3 participants