Question

Are there any .NET-specific tools out there that can parse / access the elementary data streams in an MP4 file?

Thanks, -Greg

Was it helpful?

Solution

This is probably not the kind of thing you meant, but: MeGUI (a GPL'ed video encoding/muxing application written in C#) includes a frontend for mp4box (a commandline MP4 muxer/demuxer).

OTHER TIPS

If you have a codec that will play MP4 streams, then you could use the unmanaged DirectShow api and you should be able to get info through there.

There is a project for a managed wrapper to DirectShow, which you can find here:

http://directshownet.sourceforge.net/link text

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top