reading mpeg header
-
I want to read the mpeg header info from video mpeg files and use the information for writing a program.can any body help me
-
I want to read the mpeg header info from video mpeg files and use the information for writing a program.can any body help me
Maybe Im wrong, but for something like that you will need to find out the exact: location / size / contents of the MPEG file header.. Then its just a matter of creating a class / struct that will hold the information once you read it in from the file. Hardest Part of your Problem is finding out Where the information is stored (location of the header) and what the data structure is. Might involve a little decodeing, but do some searches on the web and youll be fine. recurse.org - Recusion For the Rest Of Us.
-
I want to read the mpeg header info from video mpeg files and use the information for writing a program.can any body help me
-
There is no such thing as a "mpeg file header". A MPEG data stream (or file) is a sequence of blocks, each containing the information necessary to decode that block, and the information varies from block to block.
If there is no such thing as mpeg file header then why does media player not open certain mpeg files in which i copy the data from the middle of the file. Xing player is able to open these files none the less. Can u give more info