Replies: 5 comments 5 replies
-
You are only talking about the decoding API in libavif, right? Or is this feature also needed at encoding? |
Beta Was this translation helpful? Give feedback.
-
Would these item properties be only tied to the primary image item? |
Beta Was this translation helpful? Give feedback.
-
Do you have examples of this kind of property or box that is not currently exposed by the libavif API? |
Beta Was this translation helpful? Give feedback.
-
Are there other libraries than libavif that could be easily used to extract the metadata you mentioned? |
Beta Was this translation helpful? Give feedback.
-
Here is a draft PR for discussion: #2420 What do others think? |
Beta Was this translation helpful? Give feedback.
-
I'm interested in adding support for metadata outside what is currently defined in libavif. Its mainly
uuid
item properties, but some of it might (eventually) be registered with MP4RA as different boxes.It looks like the data could be an array of something similar to
avifROData
, but I'd need a label (at least a 4CC, and a UUID for theuuid
case).I'd anticipate the
ipco
parser would add to the list (instead of skipping if we don't have a match).Does this kind of implementation look reasonable? I realise that the detailed implementation matters, and am just looking for general guidance at this stage.
Beta Was this translation helpful? Give feedback.
All reactions