home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Multimedia / AVStoDVD / AVStoDVD_280_Install.exe / MKVtoolNix / examples / example-segmentinfo-1.xml < prev    next >
Extensible Markup Language  |  2012-09-02  |  712b  |  17 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <!DOCTYPE Info SYSTEM "matroskasegmentinfo.dtd">
  4.  
  5. <!-- Using a segment info XML file the user can force the values of
  6.      various elements of the "segment information" element. In this
  7.      example several UID values are forced. Each must be 128 bits
  8.      long.
  9.   -->
  10.  
  11. <Info>
  12.   <SegmentUID format="hex">00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F</SegmentUID>
  13.   <NextSegmentUID format="hex">ff ee dd cc bb aa 99 88 77 66 55 44 33 22 11 00</NextSegmentUID>
  14.   <PreviousSegmentUID format="hex">00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff</PreviousSegmentUID>
  15.   <SegmentFamily format="hex">11 00 11 11 11 22 11 33 11 44 11 55 11 66 11 77</SegmentFamily>
  16. </Info>
  17.