Log in

View Full Version : MPEG program and transport stream indexing


veillard
29th December 2007, 15:16
Hello !

I want to create index file with information about all I-frames and its offset from start of file (in bytes).
Is there any standards for this index files ?
May be there is any open source implementations for index file creation ?
Thanks !

Guest
5th January 2008, 05:56
Hello !

I want to create index file with information about all I-frames and its offset from start of file (in bytes).
Is there any standards for this index files ?
May be there is any open source implementations for index file creation ?
Thanks ! There is no standard index file format that I am aware of. You may look at DGIndex source code for one implementation of MPEG2 indexing. If you are just interested in the index file format, refer to the DGIndex users manual -- an Appendix describes the format.