vsd-mp4 0.2.0

MP4 parser ported from shaka-player with decryption and subtitle extraction support.
Documentation
1
2
3
4
5
6
7
8
//! MP4 protection system-specific header (`PSSH`) box parsing.

mod parser;
mod playready;
mod widevine;
mod wrm_header;

pub use parser::{PsshBox, PsshData, SystemId};