Eyevinn / mp4ff

Library and tools for parsing and writing MP4 files including video, audio and subtitles. The focus is on fragmented files. Includes mp4ff-info, mp4ff-encrypt, mp4ff-decrypt and other tools.
MIT License
445 stars 81 forks source link

Fix kind box #334

Closed tobbee closed 6 months ago

tobbee commented 6 months ago

The kind box was implemented without the extra full box header bytes. Now fixed to read, store and write these four bytes.

Solves #332.