-
Notifications
You must be signed in to change notification settings - Fork 483
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
Support WebM file format #582
Comments
I've created some EBML parser inside metadata-extractor for extracting metadata from matroška and webm. I'll need to tidy up the code and decide which metadata to extract and which to ignore.
|
We are looking to read metadata from a WebM file. WebM is a subset of the MKV standard and is documented here:
https://www.webmproject.org/docs/container/
Examples are included here:
https://www.webmfiles.org/demo-files/
https://commons.wikimedia.org/wiki/File:Volcano_Lava_Sample.webm
The text was updated successfully, but these errors were encountered: