Crate scuffle_mp4

Source
Expand description

A pure Rust implementation of MP4 file format ISOBMFF boxes.

This crates implements the MP4 ISO Base Media File Format (ISOBMFF) boxes defined by ISO/IEC 14496-14 - 6.

For an implementation of ISO/IEC 14496-12 (the ISO Base Media File Format itself), see the isobmff crate.

Additionally it implements the Object Description Framework defined by ISO/IEC 14496-1 - 7.2.

See the changelog for a full release history.

§Feature flags

  • docs — Enables changelog and documentation of feature flags

§License

This project is licensed under the MIT or Apache-2.0 license. You can choose between one of them if you use this work.

SPDX-License-Identifier: MIT OR Apache-2.0

Modules§

boxes
ISO base media file format boxes for MP4.
object_description
Object Description Framework
changelog
Changelogs generated by scuffle_changelog