Skip to content

Commit

Permalink
Add AVC and HEVC codec mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez committed May 10, 2020
1 parent aa2144a commit c79eaf2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions codec_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,26 @@ Description: The Matroska video stream will contain a demuxed Elementary Stream

Initialization: none

### V_MPEG4/ISO/AVC

Codec ID: V_MPEG4/ISO/AVC

Codec Name: AVC/H.264

Description: Individual pictures of AVC/H.264 stored as described in ISO/IEC 14496-15.

Initialization: The `Private Data` contains a `AVCDecoderConfigurationRecord` structure as defined in ISO/IEC 14496-15, optionally followed by 1 or more extension blocks; each extension block begins with a 4-byte extension block size field which is the size of the extension block minus 4 (excluding the size of the extension block size field), followed by a 4-byte extension block identifier field; extension block identifier field MAY be identical to the ones found in ISO/IEC 14496-12 and its extensions.

### V_MPEGH/ISO/HEVC

Codec ID: V_MPEGH/ISO/HEVC

Codec Name: HEVC/H.265

Description: Individual pictures of HEVC/H.265 stored as described in ISO/IEC 14496-15.

Initialization: The `Private Data` contains a `HEVCDecoderConfigurationRecord` structure as defined in ISO/IEC 14496-15, optionally followed by 1 or more extension blocks; each extension block begins with a 4-byte extension block size field which is the size of the extension block minus 4 (excluding the size of the extension block size field), followed by a 4-byte extension block identifier field; extension block identifier field MAY be identical to the ones found in ISO/IEC 14496-12 and its extensions.

### V_REAL/RV10

Codec ID: V_REAL/RV10
Expand Down

0 comments on commit c79eaf2

Please sign in to comment.