| Crates.io | mp4decrypt |
| lib.rs | mp4decrypt |
| version | 0.6.0 |
| created_at | 2022-08-31 07:30:20.485145+00 |
| updated_at | 2026-01-15 20:10:20.245914+00 |
| description | A safe high-level API to decrypt CENC/CBCS encrypted MP4 data using Bento4 |
| homepage | |
| repository | https://github.com/clitic/vsd/tree/main/mp4decrypt |
| max_upload_size | |
| id | 655529 |
| size | 48,052 |
This crate provides a safe high-level API to decrypt CENC/CBCS encrypted MP4 data using Bento4.
Add this to your Cargo.toml file.
[dependencies]
mp4decrypt = "0.6.0"
Or add from command line.
$ cargo add mp4decrypt
See docs and examples to know how to use it.
Dual Licensed