home *** CD-ROM | disk | FTP | other *** search
/ Multimedia-Photo & Your Disk / Image.iso / Data / soft / 104 / mkvtoolnix-unicode-2.1.0-setup.exe / examples / example-chapters-2.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-08-19  |  4.3 KB  |  108 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <!DOCTYPE Chapters SYSTEM "matroskachapters.dtd">
  4.  
  5. <!-- $Id: example-chapters-2.xml 942 2003-09-01 11:26:13Z mosu $ -->
  6.  
  7. <!-- A more complex example including sub chapters. -->
  8. <!-- Let's take Ludwig van Beethoven's opera Fidelio. -->
  9. <!-- For the sake of brevity I'm only including the first -->
  10. <!-- three pieces of the two acts. -->
  11.  
  12. <!-- The first act contains: -->
  13. <!-- 1. Overtⁿre (6:24 long), -->
  14. <!-- 2. Arie: 'Jetzt, SchΣtzchen, jetzt sind wir allein' (4:46 long) and -->
  15. <!-- 3. Dialog: 'Armer Jaquino' (0:10 long). -->
  16.  
  17. <!-- The second act contains: -->
  18. <!-- 1. Ouvertⁿre und Arie: 'Gott! welch Dunkel hier!' (10:46 long), -->
  19. <!-- 2. Melodrama und Duett: 'Wie kalt ist es' (5:21 long) and -->
  20. <!-- 3. Dialog: 'Er erwacht!' (0:59 long). -->
  21.  
  22. <!-- The first act, which will be our first chapter, has a combined length -->
  23. <!-- of 11:20. Our second act has a length of 17:06. -->
  24.  
  25. <!-- Note that the end timestamps are optional. -->
  26.  
  27. <!-- The timestamps use the normal format of HH:MM:SS.mmm with -->
  28. <!-- HH beging the hour, MM the minute, SS the second and -->
  29. <!-- mmm the milliseconds. -->
  30.  
  31. <Chapters>
  32.   <EditionEntry>
  33.     <ChapterAtom> <!-- First act -->
  34.       <ChapterTimeStart>00:00:00.000</ChapterTimeStart>
  35.       <ChapterTimeEnd>00:11:20.000</ChapterTimeEnd>
  36.       <ChapterDisplay>
  37.         <ChapterString>erster Akt</ChapterString>
  38.         <ChapterLanguage>ger</ChapterLanguage>
  39.         <ChapterCountry>de</ChapterCountry>
  40.       </ChapterDisplay>
  41.       <ChapterAtom> <!-- First track in the first act -->
  42.         <ChapterTimeStart>00:00:00.000</ChapterTimeStart>
  43.         <ChapterTimeEnd>00:06:24.000</ChapterTimeEnd>
  44.         <ChapterDisplay>
  45.           <ChapterString>Ouvertⁿre</ChapterString>
  46.           <ChapterLanguage>ger</ChapterLanguage>
  47.           <ChapterCountry>de</ChapterCountry>
  48.         </ChapterDisplay>
  49.       </ChapterAtom>
  50.       <ChapterAtom>
  51.         <ChapterTimeStart>00:06:24.000</ChapterTimeStart>
  52.         <ChapterTimeEnd>00:11:10.000</ChapterTimeEnd>
  53.         <ChapterDisplay>
  54.           <ChapterString>Arie: Jetzt, SchΣtzchen, jetzt sind wir allein</ChapterString>
  55.           <ChapterLanguage>ger</ChapterLanguage>
  56.           <ChapterCountry>de</ChapterCountry>
  57.         </ChapterDisplay>
  58.       </ChapterAtom>
  59.       <ChapterAtom>
  60.         <ChapterTimeStart>00:11:10.000</ChapterTimeStart>
  61.         <ChapterTimeEnd>00:11:20.000</ChapterTimeEnd>
  62.         <ChapterDisplay>
  63.           <ChapterString>Dialog: Armer Jaquino</ChapterString>
  64.           <ChapterLanguage>ger</ChapterLanguage>
  65.           <ChapterCountry>de</ChapterCountry>
  66.         </ChapterDisplay>
  67.       </ChapterAtom> <!-- End of the third track in the first act -->
  68.     </ChapterAtom> <!-- End of the first act -->
  69.  
  70.     <ChapterAtom> <!-- Second act -->
  71.       <ChapterTimeStart>00:11:20.000</ChapterTimeStart>
  72.       <ChapterTimeEnd>00:28:26.000</ChapterTimeEnd>
  73.       <ChapterDisplay>
  74.         <ChapterString>zweiter Akt</ChapterString>
  75.         <ChapterLanguage>ger</ChapterLanguage>
  76.         <ChapterCountry>de</ChapterCountry>
  77.       </ChapterDisplay>
  78.       <ChapterAtom> <!-- First track in the second act -->
  79.         <ChapterTimeStart>00:11:20.000</ChapterTimeStart>
  80.         <ChapterTimeEnd>00:22:06.000</ChapterTimeEnd>
  81.         <ChapterDisplay>
  82.           <ChapterString>Ouvertⁿre und Arie: Gott! Welch Dunkel hier!</ChapterString>
  83.           <ChapterLanguage>ger</ChapterLanguage>
  84.           <ChapterCountry>de</ChapterCountry>
  85.         </ChapterDisplay>
  86.       </ChapterAtom>
  87.       <ChapterAtom>
  88.         <ChapterTimeStart>00:22:06.000</ChapterTimeStart>
  89.         <ChapterTimeEnd>00:27:27.000</ChapterTimeEnd>
  90.         <ChapterDisplay>
  91.           <ChapterString>Melodram und Duett: Wie kalt ist es</ChapterString>
  92.           <ChapterLanguage>ger</ChapterLanguage>
  93.           <ChapterCountry>de</ChapterCountry>
  94.         </ChapterDisplay>
  95.       </ChapterAtom>
  96.       <ChapterAtom>
  97.         <ChapterTimeStart>00:27:27.000</ChapterTimeStart>
  98.         <ChapterTimeEnd>00:28:26.000</ChapterTimeEnd>
  99.         <ChapterDisplay>
  100.           <ChapterString>Dialog: Er erwacht!</ChapterString>
  101.           <ChapterLanguage>ger</ChapterLanguage>
  102.           <ChapterCountry>de</ChapterCountry>
  103.         </ChapterDisplay>
  104.       </ChapterAtom> <!-- End of the third track in the second act -->
  105.     </ChapterAtom> <!-- End of the second act -->
  106.   </EditionEntry>
  107. </Chapters>
  108.