enzyme icon indicating copy to clipboard operation
enzyme copied to clipboard

README (and docs) don’t say Enzyme only supports Matroska (*.mkv) files

Open Zearin opened this issue 11 years ago • 1 comments

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.

Zearin avatar Sep 26 '14 17:09 Zearin

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.

Diaoul avatar Sep 27 '14 09:09 Diaoul