alfg / mp4-rust

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

Extract esds box from wave box #96

Closed emkman99 closed 1 year ago

emkman99 commented 1 year ago

This is primarily to extract the esds box from the wave box (quicktime). It skips all unsupported parts of the wave box, and just finds the esds box.

I also tested this parser with all of my MP4 files and found & fixed several other issues. I can split those into a separate pull request if necessary.

alfg commented 1 year ago

Thank you.