I'm currently working on adding a Timed Metadata Track feature to this project and have been referring to the Apple QTFF documentation. However, I've noticed some inconsistencies (e.g. between the Apple Doc and MinfBox implementation in crate) between this document and the current state of the repo.
I saw in the README that the project references the ISO standards (that links to Wikipedia, which doesn't provide much useful information), which are often behind a paywall and thus not readily accessible for reference. Could you please provide some information about documents or resources that were referenced while developing this repo? It will be very helpful for aligning my work with this project.:)
Regards,
WERDXZ
PS: I'm using this repo for the QuickTime MOV part of creating Apple's Live Photo in rust, and here is a reference for it.
Unfortunately, the ISO standards are behind a paywall, so I can't link or upload them here directly. But if you search around on Google, you can find them easily.
Hey everyone!
I'm currently working on adding a Timed Metadata Track feature to this project and have been referring to the Apple QTFF documentation. However, I've noticed some inconsistencies (e.g. between the Apple Doc and
MinfBox
implementation in crate) between this document and the current state of the repo.I saw in the README that the project references the ISO standards (that links to Wikipedia, which doesn't provide much useful information), which are often behind a paywall and thus not readily accessible for reference. Could you please provide some information about documents or resources that were referenced while developing this repo? It will be very helpful for aligning my work with this project.:)
Regards, WERDXZ
PS: I'm using this repo for the QuickTime MOV part of creating Apple's Live Photo in rust, and here is a reference for it.