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
The text was updated successfully, but these errors were encountered:
在存在B帧的情况下,I帧间隔等于 IntraPeriod * GopSize + !OpenGop。 在本编码器中,gop_size是参考帧结构重复的单位。
IntraPeriod * GopSize + !OpenGop
所以目前在存在B帧的情况下,还不能支持完全自定义的IDR帧间隔。 NumberBFrames 设置为0时无效的问题,还与 cfg_type 参数相关。
Sorry, something went wrong.
最新版本已修正IntraPeriod问题,可通过
--IntraPeriodMax=30 --IntraPeriodMin=30 --OpenGOP=0
设置成想要的任意I帧间隔。
No branches or pull requests
谢谢!
The text was updated successfully, but these errors were encountered: