Crates.io | vsd-mp4 |
lib.rs | vsd-mp4 |
version | 0.1.1 |
source | src |
created_at | 2023-06-27 06:49:07.748635 |
updated_at | 2024-06-22 17:07:05.274474 |
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 | 89,329 |
This crate contains a mp4 parser ported from shaka-player project. Also, some optional features are added for parsing subtitles and PSSH
boxes.
Add this to your Cargo.toml file.
[dependencies]
vsd-mp4 = "0.1.0"
Or add from command line.
$ cargo add vsd-mp4
See docs and examples to know how to use it.
Dual Licensed