Minimp4 Save

Minimalistic MP4 mux/demux single header library

Project README

Mini MP4

Build Status

Easy embeddable MP4 mux/demux library.

Usage

Muxing

Muxing can be done using 3 modes. Default mode uses one big mdat chunk:

default

This is most efficient mode, but disadvantage is that we need go back and patch mdat chunk size. This can be a problem in some cases, for example if stream transfered over network. To workaround this sequential mode is used:

default

This mode do not make any backwards seek. And last mode is fragmented aka fMP4.

default

This mode stores track information first and spreads indexes across all stream, so decoding can start before whole stream available. This mode is sequential too and usually used by browsers and HLS streaming.

Bindings

Open Source Agenda is not affiliated with "Minimp4" Project. README Source: lieff/minimp4
Stars
328
Open Issues
22
Last Commit
1 month ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating