-
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
[Question]: <AMF_VIDEO_ENCODER_RATE_CONTROL_METHOD_CBR bitrate is higher then target bitrate> #315
Comments
What is your GPU? |
thank for replay; this is my environment : enable AMF_VIDEO_ENCODER_FILLER_DATA_ENABLE is useless |
If you can, please share source and result clips, Also please try to repro with TranscodeHW sample. |
video_local_encoded-2022-05-23-18-33-58-1-Amd-640x360.zip this is my result;i expect : I am based on sample development, and there are many internal implementations of coupling logic; why peak_bitrate cannot control the maximum bit rate |
The clip doesn't look overcomplicated. |
property:LowLatencyInternal1 |
This is app values: how the app sees them. I would like to see how did the app sets them using AMF API, also Init() call. If you don't want to share code, enable AMF_TRACE_DEBUG log level and share debug output. |
@MikhailAMD this is log |
Hi, thanks for the log. I don't see set of AMF_VIDEO_ENCODER_FILLER_DATA_ENABLE = true. Could you please add and send log and the result stream? |
thanks for replay;here is my test: |
OK, thanks. Please try to remove set of AMF_VIDEO_ENCODER_PREENCODE_ENABLE or AMF_VIDEO_ENCODER_RATE_CONTROL_PREANALYSIS_ENABLE. This is more experimental feature, doesn't work in some cases. |
thanks for replay; |
Please share log and output file |
|
@MikhailAMD Excuse me,did you find anything suspicious? |
We didn't forget :). Over weekend I consulted with codec folks. They don't see anything wrong in the log. But they cannot reproduce the issue either. So to move forward they ask you to reproduce the problem with one of AMF samples: you can modify parameters any way you like to repro. or This way we could repro on our side. |
OK, thanks |
params is below:
AMF_VIDEO_ENCODER_PEAK_BITRATE : 545 x1000
AMF_VIDEO_ENCODER_TARGET_BITRATE:545x1000
qp: min/max = 0/51
my problem is:
encoder output bitrate is higher then 545 x1000;explem: 1440 x1000 .....
The text was updated successfully, but these errors were encountered: