mp4-atom icon indicating copy to clipboard operation
mp4-atom copied to clipboard

A Rust MP4/ISOBMFF encoder and decoder

Results 4 mp4-atom issues
Sort by recently updated
recently updated
newest added

## 🤖 New release * `mp4-atom`: 0.9.1 -> 0.9.2 (✓ API compatible changes) Changelog ## [0.9.2](https://github.com/kixelated/mp4-atom/compare/v0.9.1...v0.9.2) - 2025-11-30 ### Other - Don't require fmt::Debug for Buf/BufMut. ([#73](https://github.com/kixelated/mp4-atom/pull/73)) --- This PR...

This PR aims to add avc3 support. It's an initial implementation, reusing all the avc1 codebase. Tested it with a bbc test stream. Tested with this live stream: https://vs-dash-ww-rd-live.akamaized.net/pl/testcard2020/avc-full.m3u8

Getting an `Error::UnexpectedBox` when decoding a `minf` box with `hdlr` box. According to the specs, ISO/IEC 14496-12:2022, 8.4.3.1: > "The Handler Reference Box (hdlr) specifies the media handler for the...

closes #63 This change introduces the ability to collect and retain any unexpected boxes encountered during the decoding process. Previously, the decoder would give an `Error::unexpectedBox` when encounters an unexpected...