minimp4
minimp4 copied to clipboard
Minimalistic MP4 mux/demux single header library
Should fix issue #25 - I'm not sure where in the spec this is defined, but I've found references that state in MP4 files, the SLConfigDescriptor is required, and needs...
when i am trying to convert H265 file to mp4 file i am seeing half image as gray in entire video. Please sagest what changes i need to do to...
Use case - generating fragmented MP4s for HLS streaming requires creating an initialization segment with decoder-specific config (the moov box). Manual flush allows writing out the moov box before adding...
These are actually 3 commits. The first fixes warnings (mainly signedness comparisons and unused stuff). The second adds `MP4D_nearest_sync_frame` which lets you find the nearest key/sync frame given any frame...
Hi, lieff: I want to demux MP4 files in H265 compressed format, but I found that it doesn't work, even though the MP4 files I use are generated by itself....
Hi folks, An interesting crash was found while fuzz testing of the **minimp4_x86** binary which can be triggered via a malformed 264 file. Although this malformed file only crashes the...
Currently I am using GCC 11.2 on Debian GNU/Linux with -g ggdb -Wall -Wextra -Werror and I am getting many warnings. I am planning to use minimp4 as part of...
The Twitter web interface does not accept files generated by the muxer. The web interface says: “Your media file could not be processed,” but does not give a detailed error....
I’m not very well versed on this but I’ve just been informed about some of the H264 patents, and that distributing any H264 encoder could result in needing to pay...
When the program exits abnormally, MP4E_close cannot be called normally, how can I repair the file?