Expand description
This crate provides tools for losslessly editing mp4 files.
Re-exports§
pub use atom::Atom;pub use atom::AtomData;pub use atom::FourCC;pub use parser::ParseError;pub use parser::Parser;pub use reader::Mp4Reader;pub use writer::Mp4Writer;
Modules§
- atom
- This mod is concerned with mp4 atoms and how to {de}serialize them.
- chapter_
track_ builder - chunk_
offset_ builder - parser
- This mod is concerned with parsing mp4 files.
- reader
- writer