-
Notifications
You must be signed in to change notification settings - Fork 15
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
How does one extract the metadata? #9
Comments
It does, do you have a specific sample file you were interested in, I’ll post a demo |
Hi, I inserted the whole description of mkvtoolsinx inside the document title meta tag - just to test if I will hit a string character limit If you can get any of these strings to print out, your library is awesome! |
Okay cool, I’ll post tonight, I’ll update the readme too, it’s pretty outdated |
Thank you @brianxautumn looking forward to it. I will also try (and use) it in my project :) |
I just threw something together super fast but I was able to demux your file. You actually have more elements that are technically not supported by webm, but it still parsed the majority of it. I can add in the missing elements. I need to overhaul a lot, and polish up the api, but if its useful to you let me know and I can add in specific functions for you. |
If okay with you I can post a demo with that file |
Of course its ok :) i would love to see a code snippet - I just need to extract a metadata string What is the simplest way to do that with your library |
@brianxautumn can you share a link to the code snippet or just paste it here please :) |
@brianxautumn was this ever made possible? :) it's such a trivial feature, yet there seem to be no pure javascript implementations out there to embed or retrieve metadata from webm files. |
Hey, don't know if you're still looking into this but putting together a reworked api and demo |
@brianxautumn I am still interested in this yes. Can the new implementation write/read/both metadata from a webm file? |
The example file doesn't seem to do anything.
Is this library capable of extracting the metadata of the webm file?
If so, can you please provide a simple example of opening a webm file and logging its metadata to console? :)
The text was updated successfully, but these errors were encountered: