mp4decrypt

This crate provides a safe function to decrypt, encrypted mp4 data stream using [Bento4](https://github.com/axiomatic-systems/Bento4). ## Getting Started Add this to your Cargo.toml file. ```toml [dependencies] mp4decrypt = "0.4.2" ``` Or add from command line. ```bash $ cargo add mp4decrypt ``` See [docs](https://docs.rs/mp4decrypt) and [examples](https://github.com/clitic/vsd/tree/main/mp4decrypt/examples) to know how to use it. ## License Dual Licensed - [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([LICENSE-APACHE](LICENSE-APACHE)) - [MIT license](https://opensource.org/licenses/MIT) ([LICENSE-MIT](LICENSE-MIT))