Matroska Specifications
draft-lhomme-cellar-matroska-04
|
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Last updated |
|
2018-01-03
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
xml
pdf
html
bibtex
|
Stream |
Stream state |
|
(No stream defined) |
|
Consensus Boilerplate |
|
Unknown
|
|
RFC Editor Note |
|
(None)
|
IESG |
IESG state |
|
I-D Exists
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
cellar S. Lhomme
Internet-Draft
Intended status: Standards Track M. Bunkus
Expires: July 7, 2018
D. Rice
January 3, 2018
Matroska Specifications
draft-lhomme-cellar-matroska-04
Abstract
This document defines the Matroska audiovisual container, including
definitions of its structural elements, as well as its terminology,
vocabulary, and application.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on July 7, 2018.
Copyright Notice
Copyright (c) 2018 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Lhomme, et al. Expires July 7, 2018 [Page 1]
Internet-Draft Matroska January 2018
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 9
2. Status of this document . . . . . . . . . . . . . . . . . . . 10
3. Security Considerations . . . . . . . . . . . . . . . . . . . 10
4. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 10
5. Notation and Conventions . . . . . . . . . . . . . . . . . . 10
6. Basis in EBML . . . . . . . . . . . . . . . . . . . . . . . . 11
6.1. Added Constraints on EBML . . . . . . . . . . . . . . . . 11
6.2. Matroska Design . . . . . . . . . . . . . . . . . . . . . 11
6.2.1. Language Codes . . . . . . . . . . . . . . . . . . . 11
6.2.2. Physical Types . . . . . . . . . . . . . . . . . . . 12
6.2.3. Block Structure . . . . . . . . . . . . . . . . . . . 12
6.2.4. Lacing . . . . . . . . . . . . . . . . . . . . . . . 14
7. Matroska Structure . . . . . . . . . . . . . . . . . . . . . 18
8. Matroska Schema . . . . . . . . . . . . . . . . . . . . . . . 26
8.1. Matroska Additions to Schema Element Attributes . . . . . 26
8.2. Matroska Schema . . . . . . . . . . . . . . . . . . . . . 27
8.2.1. EBMLMaxIDLength Element . . . . . . . . . . . . . . . 27
8.2.2. EBMLMaxSizeLength Element . . . . . . . . . . . . . . 27
8.2.3. Segment Element . . . . . . . . . . . . . . . . . . . 28
8.2.4. SeekHead Element . . . . . . . . . . . . . . . . . . 28
8.2.5. Seek Element . . . . . . . . . . . . . . . . . . . . 28
8.2.6. SeekID Element . . . . . . . . . . . . . . . . . . . 29
8.2.7. SeekPosition Element . . . . . . . . . . . . . . . . 29
8.2.8. Info Element . . . . . . . . . . . . . . . . . . . . 30
8.2.9. SegmentUID Element . . . . . . . . . . . . . . . . . 30
8.2.10. SegmentFilename Element . . . . . . . . . . . . . . . 30
8.2.11. PrevUID Element . . . . . . . . . . . . . . . . . . . 31
8.2.12. PrevFilename Element . . . . . . . . . . . . . . . . 31
8.2.13. NextUID Element . . . . . . . . . . . . . . . . . . . 32
8.2.14. NextFilename Element . . . . . . . . . . . . . . . . 32
8.2.15. SegmentFamily Element . . . . . . . . . . . . . . . . 33
8.2.16. ChapterTranslate Element . . . . . . . . . . . . . . 33
8.2.17. ChapterTranslateEditionUID Element . . . . . . . . . 33
8.2.18. ChapterTranslateCodec Element . . . . . . . . . . . . 34
8.2.19. ChapterTranslateID Element . . . . . . . . . . . . . 34
8.2.20. TimecodeScale Element . . . . . . . . . . . . . . . . 35
8.2.21. Duration Element . . . . . . . . . . . . . . . . . . 35
8.2.22. DateUTC Element . . . . . . . . . . . . . . . . . . . 35
8.2.23. Title Element . . . . . . . . . . . . . . . . . . . . 36
Show full document text