alfg / mp4-rust

MP4 reader + writer library in Rust! 🎥🦀
https://crates.io/crates/mp4
MIT License
296 stars 81 forks source link

Standard / Reference for this repo #133

Closed WERDXZ closed 11 months ago

WERDXZ commented 11 months ago

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.

alfg commented 11 months ago

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.

WERDXZ commented 11 months ago

Thank you very much