We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This request is related to issue #21.
AMD have a new feature, named "Pre-Analysis". https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/master/amf/doc/AMF_Video_PreAnalysis_API.pdf
This feature only works in Peak-Constrained Variable Bitrate Mode, per the documentation. It uses AMF_VIDEO_ENCODER_PRE_ANALYSIS_ENABLE as seen on line 162 in VideoEncoderVCE.h, and functions similar to Nvidia's Lookahead + Scenecut. https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/master/amf/public/include/components/VideoEncoderVCE.h
This feature also exists for H265/HEVC as well.
If this could be added in the future as a context item when Peak-Constrained VBR is enabled, I would appreciate it!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This request is related to issue #21.
AMD have a new feature, named "Pre-Analysis".
https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/master/amf/doc/AMF_Video_PreAnalysis_API.pdf
This feature only works in Peak-Constrained Variable Bitrate Mode, per the documentation. It uses AMF_VIDEO_ENCODER_PRE_ANALYSIS_ENABLE as seen on line 162 in VideoEncoderVCE.h, and functions similar to Nvidia's Lookahead + Scenecut.
https://github.com/GPUOpen-LibrariesAndSDKs/AMF/blob/master/amf/public/include/components/VideoEncoderVCE.h
This feature also exists for H265/HEVC as well.
If this could be added in the future as a context item when Peak-Constrained VBR is enabled, I would appreciate it!
The text was updated successfully, but these errors were encountered: