-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #250 from Matroska-Org/add-sections-to-mkv-elements
Add sections to mkv elements
- Loading branch information
Showing
4 changed files
with
17 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
|
||
# Matroska Schema | ||
|
||
This specification includes an `EBML Schema` which defines the Elements and structure of Matroska as an EBML Document Type. The EBML Schema defines every valid Matroska element in a manner defined by the EBML specification. | ||
|
||
## Matroska Additions to Schema Element Attributes | ||
# Matroska Additions to Schema Element Attributes | ||
|
||
In addition to the EBML Schema definition provided by the EBML Specification, Matroska adds the following additional attributes: | ||
|
||
| attribute name | required | definition | | ||
|:---------------|:---------|:-----------| | ||
| webm | No | A boolean to express if the Matroska Element is also supported within version 2 of the `webm` specification. Please consider the [webm specification](http://www.webmproject.org/docs/container/) as the authoritative on `webm`. | | ||
|
||
## Matroska Schema Element Definitions | ||
# Matroska Schema | ||
|
||
This specification includes an `EBML Schema` which defines the Elements and structure of Matroska as an EBML Document Type. The EBML Schema defines every valid Matroska element in a manner defined by the EBML specification. | ||
|
||
Here the definition of each Matroska Element is provided. | ||
|
||
% concatenate with Matroska EBML Schema converted to markdown % |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters