MediaArea / MediaConch_SourceCode

Media conformance checker
https://MediaArea.net/MediaConch
BSD 2-Clause "Simplified" License
27 stars 17 forks source link

declare parser attribute in mt when parsing ebml/mkv #283

Closed dericed closed 8 years ago

dericed commented 8 years ago

When the FFV1 parser is used we have:

<block offset="720" name="Data" parser="FFV1" size="4530">
              <data offset="720" name="keyframe">Yes</data>
              <data offset="720" name="version">0</data>
              <data offset="720" name="coder_type">0</data>

can we get a parser="EBML" or a parser="Matroska" when this is used.

tribouille commented 8 years ago

MediaInfoLib related

dericed commented 8 years ago

moved to https://github.com/MediaArea/MediaInfoLib/issues/172