Replies: 9 comments 27 replies
-
The items/properties API is excellent for general purpose reading/writing of that data. Currently, they only work with the file-level meta box. The introduction of image sequences would allow for multiple meta boxes (possibly one per track). Would it be possible to extend the items/properties API to specify a particular meta box? |
Beta Was this translation helpful? Give feedback.
-
So far, the heif_sequences.h API is looking very good. I'm surprised you did so much in such a short period of time. This will be a very useful capability. |
Beta Was this translation helpful? Give feedback.
-
Regarding: struct heif_raw_sequence_sample
{
...
heif_tai_timestamp_packet* timestamp = nullptr;
std::string gimi_sample_content_id;
}; I would like a more general capability for adding saiz/saio auxiliary data. I anticipate adding many other types of per sample data, all of which could be handled in the same way.
Yes, this would add complexity on the client side, but I don't see that as an issue. |
Beta Was this translation helpful? Give feedback.
-
I would like the track to be valid even if If it's truly required for every sample, then perhaps |
Beta Was this translation helpful? Give feedback.
-
I called ![]() |
Beta Was this translation helpful? Give feedback.
-
Out of curiosity, what options do you anticipate putting into Between |
Beta Was this translation helpful? Give feedback.
-
Regarding |
Beta Was this translation helpful? Give feedback.
-
I noticed in track.cc that the gimi sample content id implementation is still under |
Beta Was this translation helpful? Give feedback.
-
If you don't have any issues anymore, I will now release v1.20.0. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to provide feedback as the sequence branch gets developed.
Beta Was this translation helpful? Give feedback.
All reactions