MP4v2 overview
The MP4v2 library provides an API to create and modify mp4 files as defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. This file format is derived from Apple's QuickTime file format that has been used as a multimedia file format in a variety of platforms and applications. It is a very powerful and extensible format that can accomodate practically any type of media.
MP4v2 was originally bundled with mpeg4ip library, but has been moved into its own maintained library due to a combination of the cessation of support of mpeg4ip and the usefulness of this library on its own.
IRC
Internet Relay Chat discussions usually happen on irc.freenode.net (freenode network), channel #mp4v2 . No spam please, and be reasonable; this is a free project worked on by volunteers in their spare time.
KonaBlend has moved on
KonaBlend has spent a massive amount of time and effort on mp4v2 over the last year and has made libmp4v2 more maintainable and stable than ever. He has decided to move on to more exciting projects now that this one has stabilised. We wish him the best luck on his future projects, and heaps of thanks for the time he spent here.
trunk-r355 snapshot
Fri May 29 12:38:13 EDT 2009
Latest trunk snapshot. Documentation is available here. Users interested in iTMF Generic and Tags APIs should use this snapshot as there have been significant bug fixes and improvements.
1.9.0 release
Thu May 21 15:02:00 EDT 2009
This is the inaugural release of MP4v2. Documentation is available here. Users interested in backward-compatible API with MPEGIP/libmp4v2 should use this release.
1.9.1 release
Point release that fixes a minor issue with the build system and folks who add -ggdb3 to their CFLAGS. The reason for an actual release was more to test the release system - which appears to have worked great thanks to the wonderful documentation from KonaBlend.