Check Out

Upcoming submissions (Wiki CFP)

Loading...

Recent Posts

H.264 Parser

This is C++ source code of "H.264 video parser" which parses H.264(14496-10) video format encapsulated in TS(13818-1) format. You can download it from here.
I use only standard C++ STL, so you can understand the code with easy. I hope this is useful.

This sample code shows how to use the C++ classes for generating meta information of contents.

6 comments:

Its me said...

when i run the project H.264VisualParserfor.NET.zip

it is giving an error of
app.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.
how to resolve it?

Its me said...

i am running it in Visual Studio 2010 express

Sergey Chepurin said...

afxres.h is part of MFC library that is not included in VC++ Express editions.

Its me said...

Sir is there the project for byte stream or elementary stream rather than transport stream....

deva said...

can yo u give the command line to execute .exe file
thank you

deva said...

sorry, .exe of the h.264 parser code

Post a Comment