PDA

View Full Version : Sequence Header


doomDVD
18th November 2003, 16:13
sorry for this question but if someone could just answer it bluntly that would be fine.

each dvd packet is 2048 bytes long, does each packet have to contain one and no more sequence headers... ?

thanx in advance
doomDVD

mpucoder
18th November 2003, 17:56
NO. Packs and packets are the system level multiplexing mechanism. Each pack contains a pack header, and then a PES header. What's in the payload is a chunk of the respective stream.
Sequence headers are required for each sequence (duh) and are found only in the video stream.

doomDVD
19th November 2003, 01:51
thanx sir