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
i am trying to get the box and box type using pymp4 using the following
boxes = Box.parse_stream(io.BytesIO(data)) for box in boxes: if box.type == b"senc": print("found")
but all i get is string dosent have type error and i dont see a lot of documentation on this project and how it can be used apart from a few examples
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i am trying to get the box and box type using pymp4 using the following
but all i get is string dosent have type error and i dont see a lot of documentation on this project and how it can be used apart from a few examples
The text was updated successfully, but these errors were encountered: