MPEGGroup / FileFormat

MPEG file format discussions
23 stars 0 forks source link

HEIF needs a reduced header mode #59

Closed leo-barnes closed 3 months ago

leo-barnes commented 2 years ago

For small files, the current structure of headers in HEIF is pretty bloated. It's more or less impossible to get the size of the headers themselves down to less than 300 bytes, which may be a significant portion of the file for smaller images.

It would be beneficial to have a reduced header mode that could be used for simple, small images like these.

Things it should not support:

Things it should probably not support (if you need these, ~300 bytes of headers is probably not as much of a deal):

Things it should support:

Files would should still start with an ftyp box so they are identifiable as HEIF, but after that we would need to look into the minimal amount of boxes and overhead needed to support the things listed above.

leo-barnes commented 1 year ago

MPEG 143: Discussed during meeting, will be explored further in future meetings.

cconcolato commented 8 months ago

MPEG 145: We have an exploration on going, see https://www.mpeg.org/wp-content/uploads/mpeg_meetings/144_Hannover/w23216.zip

cconcolato commented 3 months ago

Given that we now have a Working Draft for this technology, I'm closing this issue.