-
Notifications
You must be signed in to change notification settings - Fork 158
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
Matroska tags #3
Comments
Original comment by Christoph Reiter (Bitbucket: lazka, GitHub: lazka): From Micah.Wa...@gmail.com on January 18, 2013 00:31:15
|
Original comment by Ben Ockmore (Bitbucket: LordSputnik, GitHub: LordSputnik): I've begun work on this. My plan is as follows:
Useful documents:
|
Original comment by Ben Ockmore (Bitbucket: LordSputnik, GitHub: LordSputnik): I've created a branch called "matroska" for steps 1-4, so that code can be reviewed and shared without polluting the default branch. |
Here is some code from the exaile project: https://github.com/exaile/exaile/blob/master/xl/metadata/_matroska.py |
Still on the list somewhere? |
yes |
Might be interesting: https://github.com/QBobWatson/python-ebml . It's GPLv3, though. |
I'm starting to need WebM manipulation. Is there any way I'd be able to speed this along? |
https://github.com/exaile/exaile/blob/master/xl/metadata/_matroska.py
|
What is the proper condition if I want parse only header with metadata, not blocks of actual data (audio)? The "Cluster" element contains data, so I must read everything before it and stop until I find it? |
The last commit to the In the related ticket for Picard (link) there has been some discussion about whether to tag on the container or the stream level. As I understand the docs, in the case of |
This was quite some time ago, but from what I remember the parsing was trickier than I expected. Sorry I can't be more helpful! I don't think there would be much lost if somebody were to pick this up and start from scratch. |
Originally reported by: Christoph Reiter (Bitbucket: lazka, GitHub: lazka)
From steven.strobe.cc@gmail.com on June 16, 2009 08:28:39
Original issue: http://code.google.com/p/mutagen/issues/detail?id=3
The text was updated successfully, but these errors were encountered: