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
hi, i got a error when i use this lib
ERROR: frame_mbs_only_flag, ERROR: SEQ_PARAM_SE,
ERROR: frame_mbs_only_flag,
ERROR: SEQ_PARAM_SE,
The text was updated successfully, but these errors were encountered:
the latter one should be ERROR: SEQ_PARAM_SET
ERROR: SEQ_PARAM_SET
Sorry, something went wrong.
This decoder only supports constrained baseline profile of H.264 (https://en.wikipedia.org/wiki/Advanced_Video_Coding#Profiles)
frame_mbs_only_flag indicates that the encoding may support interlaced video, which is not supported by the constrained baseline profile.
No branches or pull requests
hi, i got a error when i use this lib
ERROR: frame_mbs_only_flag,
ERROR: SEQ_PARAM_SE,
The text was updated successfully, but these errors were encountered: