mpegparse is a small and fast C library for parsing MPEG2 files. This library can be used to split video and audio streams, extract DVD SPUs, and generally analyze MPEG2 file structures.
| Tags | multimedia Video Software Development Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Changes: This release includes minor cleanups to the code, a Pack parser, and two buffer management functions: mpegparse_get_raw_packet_contents() and mpegparse_tell().


Changes: This is the pre-alpha release of the parsing library. It functions, but many of the head parsers are still not hooked up. A simple demo tool "mpegcat" is included.
A build configuration tool; generates files for Visual Studio, GMake, and more.