Skip to content
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

mkvnote tags in mediainfo #87

Open
BleakleyMcD opened this issue Apr 3, 2024 · 0 comments
Open

mkvnote tags in mediainfo #87

BleakleyMcD opened this issue Apr 3, 2024 · 0 comments

Comments

@BleakleyMcD
Copy link
Member

@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

eddycolloton referenced this issue in JPC-AV/JPC_AV_videoQC Jun 22, 2024
…check, and added mediatrace fields to config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant