Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation and Context
ST 2101 is way to embed the MIIS Core Identifier into the video frame (i.e. SEI message, rather than KLV metadata elementary stream), mainly intended to handle the case where video and metadata get partitioned (e.g. for a HLS/DASH/CMAF encoding).
We have an open task (#273) to add support for that, and it is partly completed. This provides the remaining work.
Description
Adds selective coding (e.g. this doesn't appear to play well with x265 encoder in ffmpeg), and viewer support to display it over in the metadata tree.
I'm not entirely sure about the viewer support. It seems like a hack because of the metadata vs video interfaces. On the other hand, it is handy to see the information in the same way in the same area.
How Has This Been Tested?
Unit tests.
Generated sample data using generator example, viewed it in the viewer.
Screenshots (if appropriate):
Note new MIIS entry in lower right:
That also works for the ST 0604 SEI message, although this test sample doesn't have ST 2101 data:
Types of changes
Checklist: