AMD encoder improvements#480
Merged
ReenigneArcher merged 1 commit intoLizardByte:nightlyfrom Dec 15, 2022
Merged
Conversation
77a1ded to
146a120
Compare
77235c7 to
ecc37ba
Compare
ecc37ba to
80ca053
Compare
80ca053 to
ab81d02
Compare
* reorder options alphabetically * set gops_per_idr to 1. Ref: https://trac.ffmpeg.org/ticket/7272 * qp_min/qp_max set by ffmpeg is suboptimal for the AMF encoder. Changing to the correct values greatly increases visual quality. Ref: GPUOpen-LibrariesAndSDKs/AMF#256 (comment) * Enforce HRD to ensure that bitrate/maxrate is correctly constrained * Enable VBAQ to improve visual quality in complex scenes (movement/foliage)
ab81d02 to
6362f49
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
the correct values greatly increases visual quality.
Ref: Bitrate issue when using Navi21 VCE in H265 mode. GPUOpen-LibrariesAndSDKs/AMF#256 (comment)
Type of Change
Checklist