Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > New and alternative a/v containers

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 1st September 2005, 19:54   #1  |  Link
Haali
Registered User
 
Join Date: Jul 2003
Posts: 282
Ordered chapters in Matroska

Chapters in Matroska are grouped in independent sets called Editions. Each edition has a few attributes, these are:
Title - this is displayed to the user
Hidden flag - if this is set, then the edition is not show in UI
Default flag - the first Edition with this flag is selected when file is opened.
Ordered flag - this one turns on the heavy magic.

Normally chapters are only points on a movie's timeline that you can seek to. Ordered chapters are quite different. In Matroska chapters have these main attributes:
Titles - this is displayed to the user, can be in different languages
Start time - the seek point for normal chapters
End time - not used in normal chapters
SegmentUID - not used in normal chapters
+ a few others

When ordered chapters are used, the edition acts as an edit list instead, and a virtual timeline is constructed from them. Let's look at a simple example:
;Title, StartTime, EndTime
Chapter 1, 00:00, 02:15
Chapter 2, 04:10, 05:00
Chapter 3, 03:00, 04:00
The splitter constructs a virtual segment of length 4:05 from this list, and plays parts of file in order: first the piece from 00:00 to 02:15 is shown, then the piece from 04:10 to 05:00, and last 03:00 to 04:00. Internally seeks are done, but they are hidden from user. The user sees a single four minute movie with seamless transitions between parts.
By default ordered chapters refer to the same Matroska file, but if you specify SegmentUID for a chapter, then the content is pulled from external file. External files must reside in the same folder as the original file and must have the same number of tracks and the same codecs.

This functionality allows many neat tricks, like
* Having editions with intro/outro and without them in the same file
* Having intro/outro in separate files that are linked on the fly to the series body
* Small files with chapters only that allow playing the entire series as one movie
* and many others

Recently I added support for different AR and picture sizes in different linked files, while still requiring the same codec.

I hope this explains one of the more obscure parts of Matroska.
Haali is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:17.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.