vsd-mp4 0.2.1

MP4 parser ported from shaka-player with decryption and subtitle extraction support.
Documentation
<h1 align="center">vsd-mp4</h1>

[![Crate Downloads](https://img.shields.io/crates/d/vsd-mp4?style=flat-square)](https://crates.io/crates/vsd-mp4)
[![Crate Version](https://img.shields.io/crates/v/vsd-mp4?style=flat-square)](https://crates.io/crates/vsd-mp4)
[![Docs Status](https://img.shields.io/docsrs/vsd-mp4?logo=docsdotrs&style=flat-square)](https://docs.rs/vsd-mp4)
[![Crate License](https://img.shields.io/crates/l/vsd-mp4?style=flat-square)](https://crates.io/crates/vsd-mp4)

This crate contains an MP4 parser ported from the [shaka-player](https://github.com/shaka-project/shaka-player) project. It includes optional features for decryption, subtitle extraction, and processing `PSSH` and `SIDX` boxes.

## Getting Started


Add this to your Cargo.toml file.

```toml
[dependencies]
vsd-mp4 = "0.2.0"
```

Or add from command line.

```bash
cargo add vsd-mp4
```

See [docs](https://docs.rs/vsd-mp4) and [examples](https://github.com/clitic/vsd/tree/main/vsd-mp4/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)