Primary Extended Spoken Language Code #99
-
Hi, I’ve received an MXF sample file where certain metadata fields are set. Using ExifTool, I was able to find the following fields in the file: Primary Extended Spoken Language Code (values: "sweL" and "sweR") Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
These DMS-1 (SMPTE 380M-2004 Descriptive Metadata Scheme 1) properties are not supported by bmx. bmx supports the more recent SMPTE ST 377-4:2021/2012 Multichannel Audio Labeling Framework which uses a different means to assign audio labels in MXF files. For reference, I found these MXF tag names in ExifTool (e.g. PrimaryExtendedSpokenLanguageCode), traced to the source code (e.g. PrimaryExtendedSpokenLanguageCode) and the corresponding elements in the SMPTE elements registry (e.g search for PrimaryExtendedSpokenLanguageCode or 060e2b34.01010107.03010102.03110000). |
Beta Was this translation helpful? Give feedback.
These DMS-1 (SMPTE 380M-2004 Descriptive Metadata Scheme 1) properties are not supported by bmx. bmx supports the more recent SMPTE ST 377-4:2021/2012 Multichannel Audio Labeling Framework which uses a different means to assign audio labels in MXF files.
For reference, I found these MXF tag names in ExifTool (e.g. PrimaryExtendedSpokenLanguageCode), traced to the source code (e.g. PrimaryExtendedSpokenLanguageCode) and the corresponding elements in the SMPTE elements registry (e.g search for PrimaryExtendedSpokenLanguageCode or 060e2b34.01010107.03010102.03110000).