Packetized Elementary Stream
Encyclopedia : P : PA : PAC : Packetized Elementary Stream
Defined by MPEG communication protocol. An Elementary stream is packetized by adding a packet header. An elementary stream contains only one kind of data, for example audio or video. The output of a video encoder is an elementary stream which is then packetized. Packet protocol allows:
- Multiplexing of the data and to minimize the size of buffers (reduce cost) in receivers.
- Error detection and control.
| Name | Size | Description
|
|---|---|---|
| Packet start code prefix | 3 bytes | 0x000001
|
| Stream id | 1 byte | Examples: Audio streams 0xB8, Video streams 0xB9
|
| PES Packet length | 2 bytes | Can be zero as in not specified.
|
| Optional PES header | variable length |
|
| Data |
| |
| Padding bytes |
|
See also
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
