-
Notifications
You must be signed in to change notification settings - Fork 151
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
what is the maximum bitrate can be set to amf h264 encoder? #298
Comments
The maximum bitrate is determined by the driver and is specific to your hardware. Please check the logs as the TranscodeHW sample should produce errors which are likely returning |
@rhutsAMD |
What is your GPU model and which API are you using? (Vulkan / DX). |
@rhutsAMD I have 6900XT in developing machine |
Thanks for identifying your GPU. Which API are you using? This could be DX9 / DX11 / DX12 / Vulkan. |
DX11
…On Thu, 17 Mar 2022 at 15:59 Roman ***@***.***> wrote:
Thanks for identifying your GPU. Which API are you using? This could be
DX9 / DX11 / DX12 / Vulkan.
—
Reply to this email directly, view it on GitHub
<#298 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPWQZ4YFJPHFWL5KNM47DDVAM3C7ANCNFSM5QX5AFJQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
I found that when the bitrate set to the encoder exceeds 200000000(200 * 1000 * 1000), the bitrate of the final output h264 file may be incorrect(the bit rate of output file is too small). I am not sure whether it is a bug or not.
This problem can be easily reproduced by the sample "TranscodeHW.exe"
The output file's bit rate is only 9472 kb/s
Operating System: Windows 11 21H2 22000.556
GPU: AMD Radeon(TM) Vega8 Graphics
GPU Driver Version: 26.20.14048.5000
The text was updated successfully, but these errors were encountered: