Skip to content

qtdemux: Add support HEIF compatible media

HEIF file format is a variant of ISOBMFF for image (or image sequence). Although HEIF files are compatible with ISOBMFF, there should be special concern since 'moov' atom is not mandatory for that specification. For instance, top-level 'meta' atom can take the role of moov. Also, top-level 'meta' and 'moov' can co-exist in a file.

See http://standards.iso.org/ittf/PubliclyAvailableStandards/c066067_ISO_IEC_23008-12_2017.zip

Merge request reports