-
Notifications
You must be signed in to change notification settings - Fork 15
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
Consider defining a Metadata OBU for private data #514
Comments
Can we postpone this to v2? |
If we do have, then the below syntaxes of Timecode OBU payload would be good enough? class timecode_obu() { 'smpte_timecode_bcd' indicates HH:MM:SS:FF format and is represented using binary-coded decimal. Each variable represents in the range from 0-9 within the half-byte boundary. Where, H: hour, M: minute, S: second and F: frame. For example, 15 hours 05 minutes 48 seconds 11th frame is indicated as follows:
|
There should be a way to carry generic metadata payloads, potentially defined elsewhere:
It could be simply reserving an OBU type, having an leb128 metadata type, as in AV1: https://aomedia.org/av1/specification/syntax/#general-metadata-obu-syntax |
Ok, I get it. |
Let's discuss in meeting to see if we want that for v1 or v2. |
Let's leave this for v2. (Regardless if we reserve a OBU type for this or not, it does not change decoder behavior wrt skipping reserved OBUs). |
For context, AOM is working on a potential new spec/registry of metadata, that could be useful to link with IAMF: https://aomediacodec.github.io/metadata-registry/ |
One could store SMPTE timecodes for example, or other metadata.
The text was updated successfully, but these errors were encountered: