User Tools

Site Tools


mpeg2:mpeg2_elementary_stream_structure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mpeg2:mpeg2_elementary_stream_structure [2022/05/10 19:27] emcodemmpeg2:mpeg2_elementary_stream_structure [2022/05/10 20:01] (current) emcodem
Line 1: Line 1:
 <html> <html>
-<h1>MPEG-2 Elementary Video</h1>+<!-- this is the global style for html elements on this page --> 
 +<style type="text/css"> 
 +/* Tabelle mit Standardwerten */ 
 +#sheme 
 +{  border : 1px solid #4088b8; padding : 0px; margin : 10px 0px 18px 0px; font-size : 12px; background-color : #f4f4f4; } 
 +#sheme th 
 +{ vertical-align : top; padding : 5px; border : 1px dotted #4088b8; font-size : 90%; } 
 +#sheme td 
 +{ vertical-align : top; padding : 5px; border : 1px dotted #4088b8; font-size : 90%; } 
 +/* Tabelle für Bytedarstellungen */ 
 +#byte 
 +{ width : 800px; border : 1px solid  #4088b8; padding : 0px; margin : 10px 0px 18px 0px;  color : #4088b8; background-color : #ecf3f8; font-size : 12px; font-weight : normal; } 
 +#byte th 
 +{ width :  93px; border : 1px dotted #4088b8; padding : 4px; text-align : center; vertical-align : middle; font-weight : bold; line-height: 1.5em; } 
 +#byte td 
 +{ width :  93px; border : 1px dotted #4088b8; padding : 4px; text-align : center; vertical-align : middle; line-height: 1.5em; } 
 +#byte td:nth-child(1) 
 +{ width :  56px; font-weight : bold; } 
 +</style> 
 +</html>
  
  
-</html>+===== MPEG-2 Elementary Video ===== 
   - stream structure   - stream structure
   - Sequence headers   - Sequence headers
Line 19: Line 39:
 The structure differs from that of MPEG-1 elementary video in terms of the possible extensions and, in the case of the TMPG encoder, the number of slices. The structure differs from that of MPEG-1 elementary video in terms of the possible extensions and, in the case of the TMPG encoder, the number of slices.
  
-  
-==== MPEG-2 Elementary Video ==== 
  
-====== stream structure ======+==== Structure of an MPEG-2 program stream==== 
 +<html>
  
-Structure of an MPEG-2 program stream. 
  
-  +    <table id="byte"> 
-==== video streaming: ==== +
-<html> +
-    <table class="newTab"> +
      <tbody>      <tbody>
       <tr height="40">        <tr height="40"> 
Line 42: Line 57:
     <p>&nbsp;</p>      <p>&nbsp;</p> 
     <h3><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Sequence:</font></font></h3>      <h3><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Sequence:</font></font></h3> 
-    <table class="newTab"> +    <table id="byte"> 
      <tbody>      <tbody>
       <tr height="40">        <tr height="40"> 
Line 60: Line 75:
     <h3><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Group of Picture (GOP):</font></font></h3>      <h3><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Group of Picture (GOP):</font></font></h3> 
          
-    <table class="newTab"> +    <table id="byte"> 
      <tbody>      <tbody>
       <tr height="40">        <tr height="40"> 
Line 76: Line 91:
     <p>&nbsp;</p>      <p>&nbsp;</p> 
     <h3><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Picture:</font></font></h3>      <h3><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Picture:</font></font></h3> 
-    <table class="newTab"> +    <table id="byte"> 
      <tbody>      <tbody>
       <tr height="40">        <tr height="40"> 
Line 92: Line 107:
     <p>&nbsp;</p>      <p>&nbsp;</p> 
     <h3><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Slice:</font></font></h3>      <h3><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Slice:</font></font></h3> 
-    <table class="newTab"> +    <table id="byte"> 
      <tbody>      <tbody>
       <tr height="40">        <tr height="40"> 
Line 107: Line 122:
     <p>&nbsp;</p>      <p>&nbsp;</p> 
     <h3><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">macro block:</font></font></h3>      <h3><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">macro block:</font></font></h3> 
-    <table class="newTab"> +    <table id="byte"> 
      <tbody>      <tbody>
       <tr height="40">        <tr height="40"> 
Line 127: Line 142:
  
  
-====== Sequence headers ======+===== Sequence headers =====
  
 Each header starts with the PACK_START_CODE_PREFIX, which consists of the three bytes 0, 0 and 1. As a hexadecimal number, it is represented as $000001. This is followed by the ID. For the sequence header, this is the value $B3. The length of the header has different lengths according to the matrices used. Each header starts with the PACK_START_CODE_PREFIX, which consists of the three bytes 0, 0 and 1. As a hexadecimal number, it is represented as $000001. This is followed by the ID. For the sequence header, this is the value $B3. The length of the header has different lengths according to the matrices used.
Line 135: Line 150:
 It should also happen that sequence headers are not marked with $000001B3 but with $000000B3. It should also happen that sequence headers are not marked with $000001B3 but with $000000B3.
  
-===== Construction =====+== Construction ==
  
   - 4 bytes: SEQUENCE_HEADER_CODE = $000001B3   - 4 bytes: SEQUENCE_HEADER_CODE = $000001B3
Line 155: Line 170:
 <html> <html>
 <div id="Inhalt">  <div id="Inhalt"> 
-    <table class="newTab"> +    <table id="byte"> 
      <tbody>      <tbody>
       <tr height="26" valign="middle" align="center">        <tr height="26" valign="middle" align="center"> 
Line 248: Line 263:
     <h2><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Explanations</font></font></h2>      <h2><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Explanations</font></font></h2> 
     <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The values &ZeroWidthSpace;&ZeroWidthSpace;for the aspect ratio:</font></font></p>      <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The values &ZeroWidthSpace;&ZeroWidthSpace;for the aspect ratio:</font></font></p> 
-    <table class="Tab"> +    <table id="sheme"> 
      <tbody>      <tbody>
       <tr height="30">        <tr height="30"> 
Line 282: Line 297:
     <p>&nbsp;</p>      <p>&nbsp;</p> 
     <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The values &ZeroWidthSpace;&ZeroWidthSpace;for the frame rate (refresh rate):</font></font></p>      <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The values &ZeroWidthSpace;&ZeroWidthSpace;for the frame rate (refresh rate):</font></font></p> 
-    <table class="Tab"> +    <table id="sheme"> 
      <tbody>      <tbody>
       <tr height="20">        <tr height="20"> 
Line 359: Line 374:
    
  
-====== extensions ======+===== extensions =====
  
 At least one extension follows the sequence header. An MPEG-2 is identified via this. The ID of the extension is $B5. This is followed by the ID of the extension. These extensions should be considered for the sequence header: At least one extension follows the sequence header. An MPEG-2 is identified via this. The ID of the extension is $B5. This is followed by the ID of the extension. These extensions should be considered for the sequence header:
Line 368: Line 383:
   - Sequence Scalable Extension   - Sequence Scalable Extension
  
-====== Sequence Extension ======+===== Sequence Extension =====
  
 Extensions have the ID $B5. This is followed by the ID of the extension, here $1. Extensions have the ID $B5. This is followed by the ID of the extension, here $1.
  
-===== Construction =====+== Construction ==
  
   - 4 bytes: EXTENSION_START_CODE = $000001B5   - 4 bytes: EXTENSION_START_CODE = $000001B5
Line 394: Line 409:
  
 <div id="Inhalt">  <div id="Inhalt"> 
-    <table class="newTab"> +    <table id="byte"> 
      <tbody>      <tbody>
       <tr height="26" valign="middle" align="center">        <tr height="26" valign="middle" align="center"> 
Line 458: Line 473:
     <h2><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Explanations</font></font></h2>      <h2><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Explanations</font></font></h2> 
     <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The profiles are:</font></font></p>      <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The profiles are:</font></font></p> 
-    <table class="Tab"> +    <table id="sheme"> 
      <tbody>      <tbody>
       <tr height="20">        <tr height="20"> 
Line 495: Line 510:
     <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The profiles Multiview and 4:2:2 are sometimes also specified, but without coding.</font></font></p>      <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The profiles Multiview and 4:2:2 are sometimes also specified, but without coding.</font></font></p> 
     <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The levels are:</font></font></p>      <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The levels are:</font></font></p> 
-    <table class="Tab"> +    <table id="sheme"> 
      <tbody>      <tbody>
       <tr height="20">        <tr height="20"> 
Line 526: Line 541:
     <p>&nbsp;</p>      <p>&nbsp;</p> 
     <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Allowed combinations of level and profile:</font></font></p>      <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Allowed combinations of level and profile:</font></font></p> 
-    <table class="Tab"> +    <table id="sheme"> 
      <tbody>      <tbody>
       <tr align="center">        <tr align="center"> 
Line 582: Line 597:
     <p>&nbsp;</p>      <p>&nbsp;</p> 
     <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The chrominance values:</font></font></p>      <p><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">The chrominance values:</font></font></p> 
-    <table class="tab"> +    <table id="sheme"> 
      <tbody>      <tbody>
       <tr height="20">        <tr height="20"> 
Line 615: Line 630:
  
  
-====== Sequence Display Extension ======+===== Sequence Display Extension =====
  
 Extensionen are ID $B5. The ID is $2. Extensionen are ID $B5. The ID is $2.
  
-===== Aufbau =====+== Construction ==
  
 4 Byte: EXTENSION_START_CODE = $000001B5 4 Byte: EXTENSION_START_CODE = $000001B5
Line 642: Line 657:
        
  <html>  <html>
-    <table class="newTab"> +    <table id="byte"> 
      <tbody>      <tbody>
       <tr height="26" valign="middle" align="center">        <tr height="26" valign="middle" align="center"> 
Line 710: Line 725:
     <h2>Explainations</h2>      <h2>Explainations</h2> 
     <p>Video Formats are:</p>      <p>Video Formats are:</p> 
-    <table class="Tab"> +    <table id="sheme"> 
      <tbody>      <tbody>
       <tr height="20">        <tr height="20"> 
Line 744: Line 759:
     <p>&nbsp;</p>      <p>&nbsp;</p> 
     <p>Color Primaries and Transfer Characteristics are:</p>      <p>Color Primaries and Transfer Characteristics are:</p> 
-    <table class="Tab"> +    <table id="sheme"> 
      <tbody>      <tbody>
       <tr height="20">        <tr height="20"> 
Line 790: Line 805:
     <p>&nbsp;</p>      <p>&nbsp;</p> 
     <p>Matrix Coefficients:</p>      <p>Matrix Coefficients:</p> 
-    <table class="Tab"> +    <table id="sheme"> 
      <tbody>      <tbody>
       <tr height="20">        <tr height="20"> 
Line 837: Line 852:
  
  
-====== Quant Matrix Extension ======+===== Quant Matrix Extension =====
  
 Extensions have the ID $B5. The ID of this extension is $3. Extensions have the ID $B5. The ID of this extension is $3.
  
-===== Construction =====+== Construction ==
  
 4 bytes: EXTENSION_START_CODE = $000001B5 4 bytes: EXTENSION_START_CODE = $000001B5
Line 888: Line 903:
  
  
-====== Copyright extension ======+===== Copyright extension =====
  
 Extensions have the ID $B5. This extension has the ID $4. Extensions have the ID $B5. This extension has the ID $4.
  
-===== Construction =====+== Construction ==
  
   * 4 bytes: EXTENSION_START_CODE = $000001B5   * 4 bytes: EXTENSION_START_CODE = $000001B5
Line 933: Line 948:
 </html> </html>
  
-====== Sequence Scalable Extension ======+===== Sequence Scalable Extension =====
  
 Extensions generally have ID $B5. This extensions has got ID $5. Extensions generally have ID $B5. This extensions has got ID $5.
  
-===== Construction =====+== Construction ==
  
   * 4 Byte: EXTENSION_START_CODE = $000001B5   * 4 Byte: EXTENSION_START_CODE = $000001B5
Line 1004: Line 1019:
  
  
-====== Group of Pictures ======+===== Group of Pictures =====
  
 The ID $B8 follows the PACK_START_CODE_PREFIX for the GROUP_START_CODE. The length of the header is 4 bytes. The ID $B8 follows the PACK_START_CODE_PREFIX for the GROUP_START_CODE. The length of the header is 4 bytes.
  
-===== Construction =====+== Construction ==
  
   * 4 bytes: GROUP_START_CODE = $000001B8   * 4 bytes: GROUP_START_CODE = $000001B8
Line 1020: Line 1035:
   * 1 bit: broken link   * 1 bit: broken link
  
-==== As a scheme ====+As a scheme
  
 <html> <html>
Line 1135: Line 1150:
 </html> </html>
  
-====== Picture Display Extension ======+===== Picture Display Extension =====
  
 The extension start code with the ID $B5 is followed by four bits with the extension ID $B7. The extension start code with the ID $B5 is followed by four bits with the extension ID $B7.
  
-===== Construction =====+== Construction ==
  
   * 4 bytes: EXTENSION_START_CODE = $000001B5   * 4 bytes: EXTENSION_START_CODE = $000001B5
Line 1149: Line 1164:
     * 1 bit: markers     * 1 bit: markers
  
-==== As a scheme ====+As a scheme
  
  
Line 1212: Line 1227:
  
  
-====== Picture Coding Extension ======+===== Picture Coding Extension =====
  
 The extension start code with the ID $B5 is followed by four bits with the extension ID $B8. The extension start code with the ID $B5 is followed by four bits with the extension ID $B8.
  
-===== Construction =====+== Construction ==
  
 4 bytes: EXTENSION_START_CODE = $000001B5 4 bytes: EXTENSION_START_CODE = $000001B5
Line 1260: Line 1275:
   * 8 bits: sub-carrier phase   * 8 bits: sub-carrier phase
  
-==== As a scheme ====+As a scheme
  
 <html> <html>
Line 1371: Line 1386:
  
  
-====== Picture Coding Extension ======+===== Picture Coding Extension =====
  
 The extension start code with the ID $B5 is followed by four bits with the extension ID $B8. The extension start code with the ID $B5 is followed by four bits with the extension ID $B8.
  
-===== Construction =====+== Construction ==
  
 4 bytes: EXTENSION_START_CODE = $000001B5 4 bytes: EXTENSION_START_CODE = $000001B5
Line 1529: Line 1544:
  
  
-====== Macroblock ======+===== Macroblock =====
  
  
mpeg2/mpeg2_elementary_stream_structure.1652210823.txt.gz · Last modified: 2022/05/10 19:27 by emcodem

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki