View Single Post
Old 13th January 2007, 01:10   #6  |  Link
veffremov
Registered User
 
Join Date: Jan 2006
Posts: 39
"Entry header" is the first Entry Point header. Both Sequence header and Entry point header should contain the start codes as well.

Note on the Sequence header: if you have stream whith multiple sequence headers indicating different video sizes for example:

seq1(720x480),seq2(1280x720),seq3(640x480)

The Sequence header after BITMAPINFOHEADER should be the one indication the max video size (in this case 1280x720).

Last edited by veffremov; 13th January 2007 at 06:43.
veffremov is offline   Reply With Quote