You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 should I use that instead for general MP4 writing?
Thanks
The text was updated successfully, but these errors were encountered:
Eventually, yes. SharpMp4Parser is just a port of the Java code base, plus some bug fixes. No new features except for bugfixes are planned.
SharpMp4 is written from the ground up in C#, has better support for newer codecs, is stream in/stream out, but at the moment it is primarily intended and used for fragmented MP4 (fmp4). It is also pretty much work in progress.
Eventually, SharpMP4 will get MP4 support as well, but right now it's not tested on MP4 and when compared to this port it supports fewer MP4 boxes. I had some specific needs for fragmented mp4 that were not met by this project, so I've decided to rewrite everything from the ground up in C# and I've added some new features such as enhanced VPS/PPS/SPS parsers for H265 and as you've noticed also Opus compatibility.
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 should I use that instead for general MP4 writing?
Thanks
The text was updated successfully, but these errors were encountered: