-
Notifications
You must be signed in to change notification settings - Fork 7
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
Turning off the traces #7
Comments
hi thanks for pointing this out. I added necessary enum for trace levels you should set them before Initialize() call.
|
Thank you very much. When I use the default settings, I still see:
If instead I use the extended parameters
I see this long list:
Thanks again |
Yes this part was my own addition to check if inter-op is successful etc.. Sorry for the delay, It is removed now on latest version. |
Thank you, it is much better now, but I still see this in the last Encoder [openh264-2.4.1-win64.dll] loading..
openh264-2.4.1-win64.dll loaded |
Hi |
No worries, I'll give a try before the weekend. Thanks! P.S. Did you figure out how to control the quality (in ffmpeg is the crf parameter) in this encoder? |
I will write you what i know. I use the encoder with RC_BITRATE_MODE and give a target bitrate, you can control the target bitrate on runtime with The Min and Max QP AFIK defines the range of compression where encoder will choose a value according to constraints. if MinQp is 0 you should get min compression when bitrate limits are low. you can reduce the maxQP to limit compression but then your bitrate may overshoot. Another parameter here is the Cisco doesn't seem to support high profiles, probably they only intended this for a VoIP products. |
Thanks for the tips. Also, on the Cisco repository I discovered that:
Beyond that, I still didn't find the equivalent parameters miming the |
Any idea on how to turn off the traces?
I tried this, but I still see the encoder parameters being dumped on the Console.
TIA
The text was updated successfully, but these errors were encountered: