Crates.io | mp4decrypt |
lib.rs | mp4decrypt |
version | 0.4.2 |
source | src |
created_at | 2022-08-31 07:30:20.485145 |
updated_at | 2023-06-12 01:32:41.946312 |
description | Decrypt mp4 streams using bento4. |
homepage | |
repository | https://github.com/clitic/vsd/tree/main/mp4decrypt |
max_upload_size | |
id | 655529 |
size | 36,185 |
This crate provides a safe function to decrypt, encrypted mp4 data stream using Bento4.
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.
Dual Licensed