Penguin
Diff: DVDVideoTerminology
EditPageHistoryDiffInfoLikePages

Differences between version 13 and predecessor to the previous major change of DVDVideoTerminology.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 13 Last edited on Monday, July 13, 2009 2:46:50 pm by LawrenceDoliveiro Revert
Older page: version 12 Last edited on Monday, July 13, 2009 2:38:40 pm by LawrenceDoliveiro Revert
@@ -1,7 +1,7 @@
 Some of the more esoteric terms and concepts you may come across in [DVDVideo]. 
  
-A ''packetized elementary stream'' (PES) is just an [MPEG] stream. "Packetized" simply means that the data for each stream is broken up into blocks which are interleaved (''multiplexed'') together in the file. In DVD-Video, these packets are grouped together into ''packs'' of 2048 bytes, the same size as a sector on the disc. Packs are in turn grouped together into a "VOBU" (Video Object Unit): this always begins with a pack for the navigation stream, followed by packs for the other streams (video, audio, subpicture). 
+A ''packetized elementary stream'' (PES) is just an [MPEG] stream. "Packetized" simply means that the data for each stream is broken up into blocks which can be interleaved (''multiplexed'') together in the file. In DVD-Video, these packets are grouped together into ''packs'' of 2048 bytes, the same size as a sector on the disc. Packs are in turn grouped together into a "VOBU" (Video Object Unit): this always begins with a pack for the navigation stream, followed by packs for the other streams (video, audio, subpicture). Thus, the multiplexing happens between packs in a VOBU, and the VOBU is the smallest unit that a player/decoder can work with at once
  
 One or more consecutive VOBUs make up a ''cell''. This is the basic unit of playback in DVD-Video. A cell can have associated program instructions in the virtual machine language, for example telling the player to keep looping the same cell, or jump to another cell. 
  
 The cell structure is used, among other things, to define ''parts of titles'' (PTTs), which ordinary users know as "chapters". Why they couldn't just call them chapters in the spec, I don't know...