NMAAHC / nmaahcmm

NMAAHC mm scripts
7 stars 8 forks source link

mkvnote tags in mediainfo #87

Open BleakleyMcD opened 7 months ago

BleakleyMcD commented 7 months ago

@dericed

Tags in mkvnote:

  1. COLLECTION
  2. TITLE
  3. CATALOG_NUMBER
  4. DESCRIPTION
  5. DATE_DIGITIZED
  6. ENCODING_SETTINGS
  7. ENCODED_BY
  8. ORIGINAL_MEDIA_TYPE
  9. DATE_TAGGED
  10. TERMS_OF_USE
  11. _TECHNICAL_NOTES
  12. _ORIGINAL_FPS

Those were all, except 12, embedded in a .mkv file.

Here is how they appear in a mediainfo -f output:

  1. COLLECTION
  2. Title or Movie name - they both have the same value
  3. CATALOG_NUMBER
  4. Description
  5. does not appear
  6. ENCODING_SETTINGS
  7. Encoded by
  8. Original source form
  9. Tagged date
  10. Terms of use
  11. _TECHNICAL_NOTES
  12. n/a

Except for 11 and 12, those are all official tags. So, why is mediainfo not reporting them out as they are entered? Capitalization is different, word order is switched or entire different (see 8 and 9) or the tag just doesn't exist at all, like DATE_DIGITIZED

When the tag is present in mediainfo, whether correctly capitalized or not, I don't see any issue with the associated data value.

FWIW, all the tags come out perfectly as entered in ffprobe.

JPC_AV_00011_ffprobe_output.txt JPC_AV_00011_mediainfo_output.txt