| Crates.io | re_mp4 |
| lib.rs | re_mp4 |
| version | 0.4.0 |
| created_at | 2024-10-14 12:21:17.966129+00 |
| updated_at | 2025-09-16 17:20:43.905048+00 |
| description | MP4 parser |
| homepage | https://github.com/rerun-io/re_mp4 |
| repository | https://github.com/rerun-io/re_mp4 |
| max_upload_size | |
| id | 1408254 |
| size | 253,075 |
re_mp4 is a Rust library for parsing the .mp4 video container.
(NOTE: re_mp4 does NOT decode the video).
Originally a fork of the mp4 crate. Some code was ported from mp4box.js.
The goal behind forking was to make this library suitable for use with the WebCodecs API to build Rust-based video players for the web.
MIT