-
Notifications
You must be signed in to change notification settings - Fork 178
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
MXF Add HDR Vivid supoort #2163
Comments
First step: providing a sample file. Then we analyze the file and depending on the complexity:
|
Is the file you provided in production? We find the |
@SHEN925 any specification? |
--There seems to be a descriptor with 060E2B34027F01010E23060701010103 , the registry is 7F which is reserved and it seems that the registry should be the classic 53 (2-byte key, 2-byte length). You can refer to the PDF file on the HDR Vivid MXF Encapsulation Method in the documentation, which provides an explanation of the descriptor and the location of the dynamic metadata. --There is a private organization 23 which is not registered at SMPTE, is it UWA and the SMPTE registry is not up to date? The 23rd entry in the CRIFST registration on https://www.smpte-ra.org/class-1314-registrations is for HDR Vivid dynamic metadata. --T/UWA 005.2-1-2022 does not mention MXF integration. T/UWA 005.2-1-2022 currently does not have updated MXF-related information in this document, so you won’t find the details there. In MXF, dynamic metadata is stored in XML format, and the documentation includes XML template files for your reference! |
HDR Vivid MXF Source.zip |
Thank you, I see that it is similar to PHDR tracks (SMPTE RDD 56, DataDefinition + SourceTrackID + SimplePayloadSID in descriptor, and Generic Stream Data Element Key at the end) , so I can know what is the meaning of each private UL. But it does not change the issue about "7f" registry designator. "060e2b34.027f0101.0e230607.01010103" is not an abstract group, it is a classic group coded as a local set using 2-byte tag values and 2-byte length values consistent with all MXF descriptors, with private ULs listed in the Primer Pack, check the note e.g. "Note 2: According to SMPTE ST 336, the xx has the value of 13h for BER long or short form encoded length and 53h for 2-byte length". It is incoherent; either this is a Abstract Structural Metadata Group and there is no additional private ULs in the Primer pack and no Generic Stream Data Element Key, or it is a standard group with the private ULs in the Primer Pack. It can not be abstract and with private ULs in the Primer Pack at the same time. You can check MXF RDD 56, the Descriptor UL has 53 in the registry byte, as all other standardized descriptors. I also note that there is no link between the video stream and the Vivid XML stream, so as is they are 2 independent streams not related to each other. The Vivid descriptor instance ID should be be referenced as a subdescriptor in the SubDescriptor item in the CDCI descriptor, in addition to the already listed HEVC subdescriptor instance ID.
The XML registry, even the draft one, is not up to date :(. |
This is the updated MXF file. You can use it for testing. |
Hello, last year we communicated with you regarding the addition of the "HDR Vivid" label to the HDR Format in MediaInfo (see issue 1653). At that time, support was added for MP4 and MOV formats, and dynamic metadata extraction was incorporated into HEVC encoding.
Now, I would like to enable support for the HDR Format label in the analysis of MXF files. However, when I use MediaInfo to analyze an MXF file, it is unable to recognize the codec ID. I have an MXF stream that contains HDR Vivid dynamic metadata. Could you please advise on how to proceed? Any suggestions?
Wishing you my sincerest regards.
The text was updated successfully, but these errors were encountered: