-
I'm interested in adding support for metadata outside what is currently defined in libavif. Its mainly It looks like the data could be an array of something similar to I'd anticipate the 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.
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.
Here is a draft PR for discussion: #2420
What do others think?