| Crates.io | vsd-mp4 |
| lib.rs | vsd-mp4 |
| version | 0.1.4 |
| created_at | 2023-06-27 06:49:07.748635+00 |
| updated_at | 2025-08-16 08:21:08.084472+00 |
| description | Port of mp4 parser from shaka-player project. |
| homepage | |
| repository | https://github.com/clitic/vsd/tree/main/vsd-mp4 |
| max_upload_size | |
| id | 901024 |
| size | 110,869 |
This crate contains a mp4 parser ported from shaka-player project. Also, some optional features are added for parsing subtitles, PSSH and SIDX boxes.
Add this to your Cargo.toml file.
[dependencies]
vsd-mp4 = "0.1.4"
Or add from command line.
$ cargo add vsd-mp4
See docs and examples to know how to use it.
Dual Licensed