Registry / utility / mp4parse

mp4parse

JSON →
library0.17.0rscratesunverified

Parser for ISO base media file format (mp4).

# Cargo.toml [dependencies] mp4parse = "0.17.0"
INSTALL
IMPORT
SIG · MP4PARSE
M
mp4parse
utilityrustv0.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

read_mp4
use mp4parse::read_mp4;

Parse an MP4 file

use mp4parse::read_mp4; use std::fs::File; fn main() { let mut f = File::open("video.mp4").unwrap(); let _info = read_mp4(&mut f).unwrap(); }
Debug
Known issues
breakingNo support for fragmented MP4 in older versions
fix
Update to >=0.17.0 for fragmented support
affects: <0.17.0
Upgrade
Version history
0.17.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
mp4parse — cargo add mp4parse · libregistry