Reading MetaData from H264 file? (Duration, Width, Height....)

  • Thread starter Thread starter dan2009temp
  • Start date Start date
D

dan2009temp

Hi all, I need to get/read some MetaData values from H.264 video files
that I got. I'm writting the application using C#, Dot.Net under
Windows-XP.

For example I need to read the 'Duration' of the video (in seconds),
and also the 'Width' and the 'Height' of the frames. Can someone
please point me to some example code that shows how to do that? can I
find this data on a Fixed Offset from the beginning of the file? or is
it more complicate? (as I expect....)

Thanks!
Dan.
 
Back
Top