mp4decrypt

Crates.iomp4decrypt
lib.rsmp4decrypt
version0.4.2
sourcesrc
created_at2022-08-31 07:30:20.485145
updated_at2023-06-12 01:32:41.946312
descriptionDecrypt mp4 streams using bento4.
homepage
repositoryhttps://github.com/clitic/vsd/tree/main/mp4decrypt
max_upload_size
id655529
size36,185
Apoorv Sachan (clitic)

documentation

https://docs.rs/mp4decrypt

README

mp4decrypt

This crate provides a safe function to decrypt, encrypted mp4 data stream using Bento4.

Getting Started

Add this to your Cargo.toml file.

[dependencies]
mp4decrypt = "0.4.2"

Or add from command line.

$ cargo add mp4decrypt

See docs and examples to know how to use it.

License

Dual Licensed

Commit count: 0

cargo fmt