vsd-mp4

Crates.iovsd-mp4
lib.rsvsd-mp4
version0.1.1
sourcesrc
created_at2023-06-27 06:49:07.748635
updated_at2024-06-22 17:07:05.274474
descriptionPort of mp4 parser from shaka-player project.
homepage
repositoryhttps://github.com/clitic/vsd/tree/main/vsd-mp4
max_upload_size
id901024
size89,329
Apoorv Sachan (clitic)

documentation

https://docs.rs/vsd-mp4

README

vsd-mp4

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

Getting Started

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.

License

Dual Licensed

Commit count: 0

cargo fmt