vsd-mp4 0.2.0

MP4 parser ported from shaka-player with decryption and subtitle extraction support.
Documentation

Crate Downloads Crate Version Docs Status Crate License

This crate contains an MP4 parser ported from the 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.

[dependencies]

vsd-mp4 = "0.2.0"

Or add from command line.

cargo add vsd-mp4

See docs and examples to know how to use it.

License

Dual Licensed