Matthew van Eerde's web log
I am a Software Development Engineer in Test working for the Windows Sound team. You can contact me via email: mateer at microsoft dot com
Friend key:28904932216450_59cd9d55374be03d8167d37c8ff4196b
I've written a perl script (attached) which will parse MPEG audio headers and display them in a human-readable format.
For example, if you run it on ding.mpeg (also attached) you get this output:
Here's the source for the perl script:
Note this script assumes that the very first bytes of the file are the MPEG audio header, and makes no effort to dig into the file to find the audio header.
can you tel me how to find number of gop in one mpeg file. and number of pictures in one gop. also tell me about the number of pack header in mpeg file and number of audio and video streams in one mpeg file.
is there any byte to show these all......
thanks in advance