Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Contents tagged with .NET

  • MPEG Header Reader

    A while back I needed to read a mpeg file and retrieve the video/audio information. I didn't want to read the mpeg specification to write one from scratch so after googling around I found a project on sourceforge called mpgtx, it's written in C and has a lot of features. I didn't convert everything in mpgtx to C#, just the bits that read the mpeg header.

    Here it is for anyone else that wants to read an mpeg file using C#.