enzyme
enzyme copied to clipboard
README (and docs) don’t say Enzyme only supports Matroska (*.mkv) files
From the GitHub repo description (Python video metadata parser) and the README, I thought this could parse many different kinds of video formats.
Unfortunately, it looks to me like it only supports Matroska. (Which is a great format! But many others exist…)
Please update the description and the README so others don’t get fooled like I was.
For now Enzyme only has an EBML parser which is used by Matroska indeed but also others (WebM for example). Locally I'm working on a QTFF parser to support other video file formats from Apple, lack of time makes this take a long time.