MPEG4 Frame Size Parser

This documentation gives a brief introduction to the MPEG4 frame size parser.

For simple profile, single, and multiple layers the program parses the encoded video bit stream for the frame start delimiter 0000 0000 0000 0001 as outlined in the MPEG4 standard.
The bit stream has therefore to be in the reference ISO/MPEG format in order to be parsed correctly. In particular, there should be no further encapsulation into formats such as AVI, RTP, etc.

The main program window allows the user to select the compressed file for parsing.  For output, a comma or tab separated file to be created by the program has to be selected.



Pressing start invokes the parser and creates the output file.

© Patrick Seeling, 2005
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.