-
Notifications
You must be signed in to change notification settings - Fork 14
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
Confused by settings #9
Comments
This is a shortcoming of this project currently. The settings are taken directly from the AMF api which is documented here in encode_api and encode_hevc pdf. It would be nice to group the settings into normal and expert, add more explanatory text, hide settings that do not make sense together. For your specific question the answer is that settings related to CQP are ignored when you use CBR mode. The defaults are generally reasonable but you might want to adjust the GOP size (h265) or IDR Period (h264) which is sometimes called keyframe interval. Enabling "Variance Based Adaptive Quantization" (VBAQ) could improve quality a bit but I haven't tested it in detail. |
Thanks for replying! I will try those settings and let you know of the result :) 22:36:12.817: Starting recording due to hotkey What can be causing such crashes? |
This crash is the same error as #10 which has been fixed. |
Hi so I my problem is that I am not really sure what is the meaning of most settings and I don't understand much in video encoding and those settings are all confusing me (example: I choose CBR and i can still see all the settings for CQP)
Can you maybe show me good settings that i will judt copy or a photo explaining each of the settings there? I would really appreciate that
The text was updated successfully, but these errors were encountered: