Skip to content

Commit

Permalink
add explanations about null duration in ChapterTimeEnd section
Browse files Browse the repository at this point in the history
both for unorderd and ordered chapters
  • Loading branch information
robUx4 committed Nov 28, 2021
1 parent 5557e1c commit e90e6c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chapters.md
Expand Up @@ -112,6 +112,11 @@ A `Matroska Player` calculates the duration of this `Chapter` using the differen
`ChapterTimeEnd` and `ChapterTimeStart`.
The end timestamp **MUST** be greater or equal than the start timestamp.

When the `ChapterTimeEnd` timestamp is equal to the `ChapterTimeStart` timestamp,
the timestamps is included in the `Chapter`. It can be useful to put markers in
a file or add chapter commands with ordered chapter commands without having to play anything;
see (#chapprocess-element).

Chapter | Start timestamp | End timestamp | Duration
:---------|:----------------|:--------------|:-----
Chapter 1 | 0 | 1000000000 | 1000000000
Expand Down

0 comments on commit e90e6c1

Please sign in to comment.