vsd-mp4 0.1.3

Port of mp4 parser from shaka-player project.
Documentation

This crate contains a mp4 parser ported from shaka-player project. Also, some optional features are added for parsing subtitles, PSSH and SIDX boxes.

Getting Started

Add this to your Cargo.toml file.

[dependencies]

vsd-mp4 = "0.1.3"

Or add from command line.

$ cargo add vsd-mp4

See docs and examples to know how to use it.

License

Dual Licensed