SharpMp4Parser icon indicating copy to clipboard operation
SharpMp4Parser copied to clipboard

A C# API to read, write and create MP4 files. No native dependencies, portable netstandard2.0. Supports H264/H265 for video and AAC for audio. Ported into C# from Java mp4parser.

Results 5 SharpMp4Parser issues
Sort by recently updated
recently updated
newest added

Currently, it seems there is an issue serializing NALs that contain 0x000001 byte sequence. Similar issue has been fixed in the past in SPS/PPS/VPS serialization. Due to this issue there...

bug

I see SharpMP4 has Opus track capability, and that project seems to be more up to date than this one. Is SharpMP4 intended as a replacement for this project and...

Hello! I am not very familiar with MP4 and am a beginner, but SharpmP4Parser has been very helpful to me. Thank you for your contribution. Can SharpmP4Parser create video tracks?...

question

I have to write the mp4 (containing only video and no audio) frame by frame to a websocket. Since I need to synchronize every frame with some text info (on...

Hi, Currently the package is not strongly named. Could you consider signing it, since it's increasingly common to require strongly named packages?