PageRenderTime 58ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 1ms

/components/com_jce/editor/tiny_mce/plugins/mediamanager/classes/getid3/module.audio-video.matroska.php

https://bitbucket.org/organicdevelopment/joomla-2.5
PHP | 1939 lines | 1745 code | 105 blank | 89 comment | 197 complexity | a86109901685d453a0c6a1ebeada3e67 MD5 | raw file
Possible License(s): LGPL-3.0, GPL-2.0, MIT, BSD-3-Clause, LGPL-2.1

Large files files are truncated, but you can click here to view the full file

  1. <?php
  2. /////////////////////////////////////////////////////////////////
  3. /// getID3() by James Heinrich <info@getid3.org> //
  4. // available at http://getid3.sourceforge.net //
  5. // or http://www.getid3.org //
  6. /////////////////////////////////////////////////////////////////
  7. // See readme.txt for more details //
  8. /////////////////////////////////////////////////////////////////
  9. // //
  10. // module.audio-video.matriska.php //
  11. // module for analyzing Matroska containers //
  12. // dependencies: NONE //
  13. // ///
  14. /////////////////////////////////////////////////////////////////
  15. // from: http://www.matroska.org/technical/specs/index.html
  16. define('EBML_ID_CHAPTERS', 0x0043A770); // [10][43][A7][70] -- A system to define basic menus and partition data. For more detailed information, look at the Chapters Explanation.
  17. define('EBML_ID_SEEKHEAD', 0x014D9B74); // [11][4D][9B][74] -- Contains the position of other level 1 elements.
  18. define('EBML_ID_TAGS', 0x0254C367); // [12][54][C3][67] -- Element containing elements specific to Tracks/Chapters. A list of valid tags can be found <http://www.matroska.org/technical/specs/tagging/index.html>.
  19. define('EBML_ID_INFO', 0x0549A966); // [15][49][A9][66] -- Contains miscellaneous general information and statistics on the file.
  20. define('EBML_ID_TRACKS', 0x0654AE6B); // [16][54][AE][6B] -- A top-level block of information with many tracks described.
  21. define('EBML_ID_SEGMENT', 0x08538067); // [18][53][80][67] -- This element contains all other top-level (level 1) elements. Typically a Matroska file is composed of 1 segment.
  22. define('EBML_ID_ATTACHMENTS', 0x0941A469); // [19][41][A4][69] -- Contain attached files.
  23. define('EBML_ID_EBML', 0x0A45DFA3); // [1A][45][DF][A3] -- Set the EBML characteristics of the data to follow. Each EBML document has to start with this.
  24. define('EBML_ID_CUES', 0x0C53BB6B); // [1C][53][BB][6B] -- A top-level element to speed seeking access. All entries are local to the segment.
  25. define('EBML_ID_CLUSTER', 0x0F43B675); // [1F][43][B6][75] -- The lower level element containing the (monolithic) Block structure.
  26. define('EBML_ID_LANGUAGE', 0x02B59C); // [22][B5][9C] -- Specifies the language of the track in the Matroska languages form.
  27. define('EBML_ID_TRACKTIMECODESCALE', 0x03314F); // [23][31][4F] -- The scale to apply on this track to work at normal speed in relation with other tracks (mostly used to adjust video speed when the audio length differs).
  28. define('EBML_ID_DEFAULTDURATION', 0x03E383); // [23][E3][83] -- Number of nanoseconds (i.e. not scaled) per frame.
  29. define('EBML_ID_CODECNAME', 0x058688); // [25][86][88] -- A human-readable string specifying the codec.
  30. define('EBML_ID_CODECDOWNLOADURL', 0x06B240); // [26][B2][40] -- A URL to download about the codec used.
  31. define('EBML_ID_TIMECODESCALE', 0x0AD7B1); // [2A][D7][B1] -- Timecode scale in nanoseconds (1.000.000 means all timecodes in the segment are expressed in milliseconds).
  32. define('EBML_ID_COLOURSPACE', 0x0EB524); // [2E][B5][24] -- Same value as in AVI (32 bits).
  33. define('EBML_ID_GAMMAVALUE', 0x0FB523); // [2F][B5][23] -- Gamma Value.
  34. define('EBML_ID_CODECSETTINGS', 0x1A9697); // [3A][96][97] -- A string describing the encoding setting used.
  35. define('EBML_ID_CODECINFOURL', 0x1B4040); // [3B][40][40] -- A URL to find information about the codec used.
  36. define('EBML_ID_PREVFILENAME', 0x1C83AB); // [3C][83][AB] -- An escaped filename corresponding to the previous segment.
  37. define('EBML_ID_PREVUID', 0x1CB923); // [3C][B9][23] -- A unique ID to identify the previous chained segment (128 bits).
  38. define('EBML_ID_NEXTFILENAME', 0x1E83BB); // [3E][83][BB] -- An escaped filename corresponding to the next segment.
  39. define('EBML_ID_NEXTUID', 0x1EB923); // [3E][B9][23] -- A unique ID to identify the next chained segment (128 bits).
  40. define('EBML_ID_CONTENTCOMPALGO', 0x0254); // [42][54] -- The compression algorithm used. Algorithms that have been specified so far are:
  41. define('EBML_ID_CONTENTCOMPSETTINGS', 0x0255); // [42][55] -- Settings that might be needed by the decompressor. For Header Stripping (ContentCompAlgo=3), the bytes that were removed from the beggining of each frames of the track.
  42. define('EBML_ID_DOCTYPE', 0x0282); // [42][82] -- A string that describes the type of document that follows this EBML header ('matroska' in our case).
  43. define('EBML_ID_DOCTYPEREADVERSION', 0x0285); // [42][85] -- The minimum DocType version an interpreter has to support to read this file.
  44. define('EBML_ID_EBMLVERSION', 0x0286); // [42][86] -- The version of EBML parser used to create the file.
  45. define('EBML_ID_DOCTYPEVERSION', 0x0287); // [42][87] -- The version of DocType interpreter used to create the file.
  46. define('EBML_ID_EBMLMAXIDLENGTH', 0x02F2); // [42][F2] -- The maximum length of the IDs you'll find in this file (4 or less in Matroska).
  47. define('EBML_ID_EBMLMAXSIZELENGTH', 0x02F3); // [42][F3] -- The maximum length of the sizes you'll find in this file (8 or less in Matroska). This does not override the element size indicated at the beginning of an element. Elements that have an indicated size which is larger than what is allowed by EBMLMaxSizeLength shall be considered invalid.
  48. define('EBML_ID_EBMLREADVERSION', 0x02F7); // [42][F7] -- The minimum EBML version a parser has to support to read this file.
  49. define('EBML_ID_CHAPLANGUAGE', 0x037C); // [43][7C] -- The languages corresponding to the string, in the bibliographic ISO-639-2 form.
  50. define('EBML_ID_CHAPCOUNTRY', 0x037E); // [43][7E] -- The countries corresponding to the string, same 2 octets as in Internet domains.
  51. define('EBML_ID_SEGMENTFAMILY', 0x0444); // [44][44] -- A randomly generated unique ID that all segments related to each other must use (128 bits).
  52. define('EBML_ID_DATEUTC', 0x0461); // [44][61] -- Date of the origin of timecode (value 0), i.e. production date.
  53. define('EBML_ID_TAGLANGUAGE', 0x047A); // [44][7A] -- Specifies the language of the tag specified, in the Matroska languages form.
  54. define('EBML_ID_TAGDEFAULT', 0x0484); // [44][84] -- Indication to know if this is the default/original language to use for the given tag.
  55. define('EBML_ID_TAGBINARY', 0x0485); // [44][85] -- The values of the Tag if it is binary. Note that this cannot be used in the same SimpleTag as TagString.
  56. define('EBML_ID_TAGSTRING', 0x0487); // [44][87] -- The value of the Tag.
  57. define('EBML_ID_DURATION', 0x0489); // [44][89] -- Duration of the segment (based on TimecodeScale).
  58. define('EBML_ID_CHAPPROCESSPRIVATE', 0x050D); // [45][0D] -- Some optional data attached to the ChapProcessCodecID information. For ChapProcessCodecID = 1, it is the "DVD level" equivalent.
  59. define('EBML_ID_CHAPTERFLAGENABLED', 0x0598); // [45][98] -- Specify wether the chapter is enabled. It can be enabled/disabled by a Control Track. When disabled, the movie should skip all the content between the TimeStart and TimeEnd of this chapter.
  60. define('EBML_ID_TAGNAME', 0x05A3); // [45][A3] -- The name of the Tag that is going to be stored.
  61. define('EBML_ID_EDITIONENTRY', 0x05B9); // [45][B9] -- Contains all information about a segment edition.
  62. define('EBML_ID_EDITIONUID', 0x05BC); // [45][BC] -- A unique ID to identify the edition. It's useful for tagging an edition.
  63. define('EBML_ID_EDITIONFLAGHIDDEN', 0x05BD); // [45][BD] -- If an edition is hidden (1), it should not be available to the user interface (but still to Control Tracks).
  64. define('EBML_ID_EDITIONFLAGDEFAULT', 0x05DB); // [45][DB] -- If a flag is set (1) the edition should be used as the default one.
  65. define('EBML_ID_EDITIONFLAGORDERED', 0x05DD); // [45][DD] -- Specify if the chapters can be defined multiple times and the order to play them is enforced.
  66. define('EBML_ID_FILEDATA', 0x065C); // [46][5C] -- The data of the file.
  67. define('EBML_ID_FILEMIMETYPE', 0x0660); // [46][60] -- MIME type of the file.
  68. define('EBML_ID_FILENAME', 0x066E); // [46][6E] -- Filename of the attached file.
  69. define('EBML_ID_FILEREFERRAL', 0x0675); // [46][75] -- A binary value that a track/codec can refer to when the attachment is needed.
  70. define('EBML_ID_FILEDESCRIPTION', 0x067E); // [46][7E] -- A human-friendly name for the attached file.
  71. define('EBML_ID_FILEUID', 0x06AE); // [46][AE] -- Unique ID representing the file, as random as possible.
  72. define('EBML_ID_CONTENTENCALGO', 0x07E1); // [47][E1] -- The encryption algorithm used. The value '0' means that the contents have not been encrypted but only signed. Predefined values:
  73. define('EBML_ID_CONTENTENCKEYID', 0x07E2); // [47][E2] -- For public key algorithms this is the ID of the public key the the data was encrypted with.
  74. define('EBML_ID_CONTENTSIGNATURE', 0x07E3); // [47][E3] -- A cryptographic signature of the contents.
  75. define('EBML_ID_CONTENTSIGKEYID', 0x07E4); // [47][E4] -- This is the ID of the private key the data was signed with.
  76. define('EBML_ID_CONTENTSIGALGO', 0x07E5); // [47][E5] -- The algorithm used for the signature. A value of '0' means that the contents have not been signed but only encrypted. Predefined values:
  77. define('EBML_ID_CONTENTSIGHASHALGO', 0x07E6); // [47][E6] -- The hash algorithm used for the signature. A value of '0' means that the contents have not been signed but only encrypted. Predefined values:
  78. define('EBML_ID_MUXINGAPP', 0x0D80); // [4D][80] -- Muxing application or library ("libmatroska-0.4.3").
  79. define('EBML_ID_SEEK', 0x0DBB); // [4D][BB] -- Contains a single seek entry to an EBML element.
  80. define('EBML_ID_CONTENTENCODINGORDER', 0x1031); // [50][31] -- Tells when this modification was used during encoding/muxing starting with 0 and counting upwards. The decoder/demuxer has to start with the highest order number it finds and work its way down. This value has to be unique over all ContentEncodingOrder elements in the segment.
  81. define('EBML_ID_CONTENTENCODINGSCOPE', 0x1032); // [50][32] -- A bit field that describes which elements have been modified in this way. Values (big endian) can be OR'ed. Possible values:
  82. define('EBML_ID_CONTENTENCODINGTYPE', 0x1033); // [50][33] -- A value describing what kind of transformation has been done. Possible values:
  83. define('EBML_ID_CONTENTCOMPRESSION', 0x1034); // [50][34] -- Settings describing the compression used. Must be present if the value of ContentEncodingType is 0 and absent otherwise. Each block must be decompressable even if no previous block is available in order not to prevent seeking.
  84. define('EBML_ID_CONTENTENCRYPTION', 0x1035); // [50][35] -- Settings describing the encryption used. Must be present if the value of ContentEncodingType is 1 and absent otherwise.
  85. define('EBML_ID_CUEREFNUMBER', 0x135F); // [53][5F] -- Number of the referenced Block of Track X in the specified Cluster.
  86. define('EBML_ID_NAME', 0x136E); // [53][6E] -- A human-readable track name.
  87. define('EBML_ID_CUEBLOCKNUMBER', 0x1378); // [53][78] -- Number of the Block in the specified Cluster.
  88. define('EBML_ID_TRACKOFFSET', 0x137F); // [53][7F] -- A value to add to the Block's Timecode. This can be used to adjust the playback offset of a track.
  89. define('EBML_ID_SEEKID', 0x13AB); // [53][AB] -- The binary ID corresponding to the element name.
  90. define('EBML_ID_SEEKPOSITION', 0x13AC); // [53][AC] -- The position of the element in the segment in octets (0 = first level 1 element).
  91. define('EBML_ID_STEREOMODE', 0x13B8); // [53][B8] -- Stereo-3D video mode on 2 bits (0: mono, 1: right eye, 2: left eye, 3: both eyes).
  92. define('EBML_ID_PIXELCROPBOTTOM', 0x14AA); // [54][AA] -- The number of video pixels to remove at the bottom of the image (for HDTV content).
  93. define('EBML_ID_DISPLAYWIDTH', 0x14B0); // [54][B0] -- Width of the video frames to display.
  94. define('EBML_ID_DISPLAYUNIT', 0x14B2); // [54][B2] -- Type of the unit for DisplayWidth/Height (0: pixels, 1: centimeters, 2: inches).
  95. define('EBML_ID_ASPECTRATIOTYPE', 0x14B3); // [54][B3] -- Specify the possible modifications to the aspect ratio (0: free resizing, 1: keep aspect ratio, 2: fixed).
  96. define('EBML_ID_DISPLAYHEIGHT', 0x14BA); // [54][BA] -- Height of the video frames to display.
  97. define('EBML_ID_PIXELCROPTOP', 0x14BB); // [54][BB] -- The number of video pixels to remove at the top of the image.
  98. define('EBML_ID_PIXELCROPLEFT', 0x14CC); // [54][CC] -- The number of video pixels to remove on the left of the image.
  99. define('EBML_ID_PIXELCROPRIGHT', 0x14DD); // [54][DD] -- The number of video pixels to remove on the right of the image.
  100. define('EBML_ID_FLAGFORCED', 0x15AA); // [55][AA] -- Set if that track MUST be used during playback. There can be many forced track for a kind (audio, video or subs), the player should select the one which language matches the user preference or the default + forced track. Overlay MAY happen between a forced and non-forced track of the same kind.
  101. define('EBML_ID_MAXBLOCKADDITIONID', 0x15EE); // [55][EE] -- The maximum value of BlockAddID. A value 0 means there is no BlockAdditions for this track.
  102. define('EBML_ID_WRITINGAPP', 0x1741); // [57][41] -- Writing application ("mkvmerge-0.3.3").
  103. define('EBML_ID_CLUSTERSILENTTRACKS', 0x1854); // [58][54] -- The list of tracks that are not used in that part of the stream. It is useful when using overlay tracks on seeking. Then you should decide what track to use.
  104. define('EBML_ID_CLUSTERSILENTTRACKNUMBER', 0x18D7); // [58][D7] -- One of the track number that are not used from now on in the stream. It could change later if not specified as silent in a further Cluster.
  105. define('EBML_ID_ATTACHEDFILE', 0x21A7); // [61][A7] -- An attached file.
  106. define('EBML_ID_CONTENTENCODING', 0x2240); // [62][40] -- Settings for one content encoding like compression or encryption.
  107. define('EBML_ID_BITDEPTH', 0x2264); // [62][64] -- Bits per sample, mostly used for PCM.
  108. define('EBML_ID_CODECPRIVATE', 0x23A2); // [63][A2] -- Private data only known to the codec.
  109. define('EBML_ID_TARGETS', 0x23C0); // [63][C0] -- Contain all UIDs where the specified meta data apply. It is void to describe everything in the segment.
  110. define('EBML_ID_CHAPTERPHYSICALEQUIV', 0x23C3); // [63][C3] -- Specify the physical equivalent of this ChapterAtom like "DVD" (60) or "SIDE" (50), see complete list of values.
  111. define('EBML_ID_TAGCHAPTERUID', 0x23C4); // [63][C4] -- A unique ID to identify the Chapter(s) the tags belong to. If the value is 0 at this level, the tags apply to all chapters in the Segment.
  112. define('EBML_ID_TAGTRACKUID', 0x23C5); // [63][C5] -- A unique ID to identify the Track(s) the tags belong to. If the value is 0 at this level, the tags apply to all tracks in the Segment.
  113. define('EBML_ID_ATTACHMENTUID', 0x23C6); // [63][C6] -- A unique ID to identify the Attachment(s) the tags belong to. If the value is 0 at this level, the tags apply to all the attachments in the Segment.
  114. define('EBML_ID_TAGEDITIONUID', 0x23C9); // [63][C9] -- A unique ID to identify the EditionEntry(s) the tags belong to. If the value is 0 at this level, the tags apply to all editions in the Segment.
  115. define('EBML_ID_TARGETTYPE', 0x23CA); // [63][CA] -- An informational string that can be used to display the logical level of the target like "ALBUM", "TRACK", "MOVIE", "CHAPTER", etc (see TargetType).
  116. define('EBML_ID_TRACKTRANSLATE', 0x2624); // [66][24] -- The track identification for the given Chapter Codec.
  117. define('EBML_ID_TRACKTRANSLATETRACKID', 0x26A5); // [66][A5] -- The binary value used to represent this track in the chapter codec data. The format depends on the ChapProcessCodecID used.
  118. define('EBML_ID_TRACKTRANSLATECODEC', 0x26BF); // [66][BF] -- The chapter codec using this ID (0: Matroska Script, 1: DVD-menu).
  119. define('EBML_ID_TRACKTRANSLATEEDITIONUID', 0x26FC); // [66][FC] -- Specify an edition UID on which this translation applies. When not specified, it means for all editions found in the segment.
  120. define('EBML_ID_SIMPLETAG', 0x27C8); // [67][C8] -- Contains general information about the target.
  121. define('EBML_ID_TARGETTYPEVALUE', 0x28CA); // [68][CA] -- A number to indicate the logical level of the target (see TargetType).
  122. define('EBML_ID_CHAPPROCESSCOMMAND', 0x2911); // [69][11] -- Contains all the commands associated to the Atom.
  123. define('EBML_ID_CHAPPROCESSTIME', 0x2922); // [69][22] -- Defines when the process command should be handled (0: during the whole chapter, 1: before starting playback, 2: after playback of the chapter).
  124. define('EBML_ID_CHAPTERTRANSLATE', 0x2924); // [69][24] -- A tuple of corresponding ID used by chapter codecs to represent this segment.
  125. define('EBML_ID_CHAPPROCESSDATA', 0x2933); // [69][33] -- Contains the command information. The data should be interpreted depending on the ChapProcessCodecID value. For ChapProcessCodecID = 1, the data correspond to the binary DVD cell pre/post commands.
  126. define('EBML_ID_CHAPPROCESS', 0x2944); // [69][44] -- Contains all the commands associated to the Atom.
  127. define('EBML_ID_CHAPPROCESSCODECID', 0x2955); // [69][55] -- Contains the type of the codec used for the processing. A value of 0 means native Matroska processing (to be defined), a value of 1 means the DVD command set is used. More codec IDs can be added later.
  128. define('EBML_ID_CHAPTERTRANSLATEID', 0x29A5); // [69][A5] -- The binary value used to represent this segment in the chapter codec data. The format depends on the ChapProcessCodecID used.
  129. define('EBML_ID_CHAPTERTRANSLATECODEC', 0x29BF); // [69][BF] -- The chapter codec using this ID (0: Matroska Script, 1: DVD-menu).
  130. define('EBML_ID_CHAPTERTRANSLATEEDITIONUID', 0x29FC); // [69][FC] -- Specify an edition UID on which this correspondance applies. When not specified, it means for all editions found in the segment.
  131. define('EBML_ID_CONTENTENCODINGS', 0x2D80); // [6D][80] -- Settings for several content encoding mechanisms like compression or encryption.
  132. define('EBML_ID_MINCACHE', 0x2DE7); // [6D][E7] -- The minimum number of frames a player should be able to cache during playback. If set to 0, the reference pseudo-cache system is not used.
  133. define('EBML_ID_MAXCACHE', 0x2DF8); // [6D][F8] -- The maximum cache size required to store referenced frames in and the current frame. 0 means no cache is needed.
  134. define('EBML_ID_CHAPTERSEGMENTUID', 0x2E67); // [6E][67] -- A segment to play in place of this chapter. Edition ChapterSegmentEditionUID should be used for this segment, otherwise no edition is used.
  135. define('EBML_ID_CHAPTERSEGMENTEDITIONUID', 0x2EBC); // [6E][BC] -- The edition to play from the segment linked in ChapterSegmentUID.
  136. define('EBML_ID_TRACKOVERLAY', 0x2FAB); // [6F][AB] -- Specify that this track is an overlay track for the Track specified (in the u-integer). That means when this track has a gap (see SilentTracks) the overlay track should be used instead. The order of multiple TrackOverlay matters, the first one is the one that should be used. If not found it should be the second, etc.
  137. define('EBML_ID_TAG', 0x3373); // [73][73] -- Element containing elements specific to Tracks/Chapters.
  138. define('EBML_ID_SEGMENTFILENAME', 0x3384); // [73][84] -- A filename corresponding to this segment.
  139. define('EBML_ID_SEGMENTUID', 0x33A4); // [73][A4] -- A randomly generated unique ID to identify the current segment between many others (128 bits).
  140. define('EBML_ID_CHAPTERUID', 0x33C4); // [73][C4] -- A unique ID to identify the Chapter.
  141. define('EBML_ID_TRACKUID', 0x33C5); // [73][C5] -- A unique ID to identify the Track. This should be kept the same when making a direct stream copy of the Track to another file.
  142. define('EBML_ID_ATTACHMENTLINK', 0x3446); // [74][46] -- The UID of an attachment that is used by this codec.
  143. define('EBML_ID_CLUSTERBLOCKADDITIONS', 0x35A1); // [75][A1] -- Contain additional blocks to complete the main one. An EBML parser that has no knowledge of the Block structure could still see and use/skip these data.
  144. define('EBML_ID_CHANNELPOSITIONS', 0x347B); // [7D][7B] -- Table of horizontal angles for each successive channel, see appendix.
  145. define('EBML_ID_OUTPUTSAMPLINGFREQUENCY', 0x38B5); // [78][B5] -- Real output sampling frequency in Hz (used for SBR techniques).
  146. define('EBML_ID_TITLE', 0x3BA9); // [7B][A9] -- General name of the segment.
  147. define('EBML_ID_CHAPTERDISPLAY', 0x00); // [80] -- Contains all possible strings to use for the chapter display.
  148. define('EBML_ID_TRACKTYPE', 0x03); // [83] -- A set of track types coded on 8 bits (1: video, 2: audio, 3: complex, 0x10: logo, 0x11: subtitle, 0x12: buttons, 0x20: control).
  149. define('EBML_ID_CHAPSTRING', 0x05); // [85] -- Contains the string to use as the chapter atom.
  150. define('EBML_ID_CODECID', 0x06); // [86] -- An ID corresponding to the codec, see the codec page for more info.
  151. define('EBML_ID_FLAGDEFAULT', 0x08); // [88] -- Set if that track (audio, video or subs) SHOULD be used if no language found matches the user preference.
  152. define('EBML_ID_CHAPTERTRACKNUMBER', 0x09); // [89] -- UID of the Track to apply this chapter too. In the absense of a control track, choosing this chapter will select the listed Tracks and deselect unlisted tracks. Absense of this element indicates that the Chapter should be applied to any currently used Tracks.
  153. define('EBML_ID_CLUSTERSLICES', 0x0E); // [8E] -- Contains slices description.
  154. define('EBML_ID_CHAPTERTRACK', 0x0F); // [8F] -- List of tracks on which the chapter applies. If this element is not present, all tracks apply
  155. define('EBML_ID_CHAPTERTIMESTART', 0x11); // [91] -- Timecode of the start of Chapter (not scaled).
  156. define('EBML_ID_CHAPTERTIMEEND', 0x12); // [92] -- Timecode of the end of Chapter (timecode excluded, not scaled).
  157. define('EBML_ID_CUEREFTIME', 0x16); // [96] -- Timecode of the referenced Block.
  158. define('EBML_ID_CUEREFCLUSTER', 0x17); // [97] -- Position of the Cluster containing the referenced Block.
  159. define('EBML_ID_CHAPTERFLAGHIDDEN', 0x18); // [98] -- If a chapter is hidden (1), it should not be available to the user interface (but still to Control Tracks).
  160. define('EBML_ID_FLAGINTERLACED', 0x1A); // [9A] -- Set if the video is interlaced.
  161. define('EBML_ID_CLUSTERBLOCKDURATION', 0x1B); // [9B] -- The duration of the Block (based on TimecodeScale). This element is mandatory when DefaultDuration is set for the track. When not written and with no DefaultDuration, the value is assumed to be the difference between the timecode of this Block and the timecode of the next Block in "display" order (not coding order). This element can be useful at the end of a Track (as there is not other Block available), or when there is a break in a track like for subtitle tracks.
  162. define('EBML_ID_FLAGLACING', 0x1C); // [9C] -- Set if the track may contain blocks using lacing.
  163. define('EBML_ID_CHANNELS', 0x1F); // [9F] -- Numbers of channels in the track.
  164. define('EBML_ID_CLUSTERBLOCKGROUP', 0x20); // [A0] -- Basic container of information containing a single Block or BlockVirtual, and information specific to that Block/VirtualBlock.
  165. define('EBML_ID_CLUSTERBLOCK', 0x21); // [A1] -- Block containing the actual data to be rendered and a timecode relative to the Cluster Timecode.
  166. define('EBML_ID_CLUSTERBLOCKVIRTUAL', 0x22); // [A2] -- A Block with no data. It must be stored in the stream at the place the real Block should be in display order.
  167. define('EBML_ID_CLUSTERSIMPLEBLOCK', 0x23); // [A3] -- Similar to Block but without all the extra information, mostly used to reduced overhead when no extra feature is needed.
  168. define('EBML_ID_CLUSTERCODECSTATE', 0x24); // [A4] -- The new codec state to use. Data interpretation is private to the codec. This information should always be referenced by a seek entry.
  169. define('EBML_ID_CLUSTERBLOCKADDITIONAL', 0x25); // [A5] -- Interpreted by the codec as it wishes (using the BlockAddID).
  170. define('EBML_ID_CLUSTERBLOCKMORE', 0x26); // [A6] -- Contain the BlockAdditional and some parameters.
  171. define('EBML_ID_CLUSTERPOSITION', 0x27); // [A7] -- Position of the Cluster in the segment (0 in live broadcast streams). It might help to resynchronise offset on damaged streams.
  172. define('EBML_ID_CODECDECODEALL', 0x2A); // [AA] -- The codec can decode potentially damaged data.
  173. define('EBML_ID_CLUSTERPREVSIZE', 0x2B); // [AB] -- Size of the previous Cluster, in octets. Can be useful for backward playing.
  174. define('EBML_ID_TRACKENTRY', 0x2E); // [AE] -- Describes a track with all elements.
  175. define('EBML_ID_CLUSTERENCRYPTEDBLOCK', 0x2F); // [AF] -- Similar to SimpleBlock but the data inside the Block are Transformed (encrypt and/or signed).
  176. define('EBML_ID_PIXELWIDTH', 0x30); // [B0] -- Width of the encoded video frames in pixels.
  177. define('EBML_ID_CUETIME', 0x33); // [B3] -- Absolute timecode according to the segment time base.
  178. define('EBML_ID_SAMPLINGFREQUENCY', 0x35); // [B5] -- Sampling frequency in Hz.
  179. define('EBML_ID_CHAPTERATOM', 0x36); // [B6] -- Contains the atom information to use as the chapter atom (apply to all tracks).
  180. define('EBML_ID_CUETRACKPOSITIONS', 0x37); // [B7] -- Contain positions for different tracks corresponding to the timecode.
  181. define('EBML_ID_FLAGENABLED', 0x39); // [B9] -- Set if the track is used.
  182. define('EBML_ID_PIXELHEIGHT', 0x3A); // [BA] -- Height of the encoded video frames in pixels.
  183. define('EBML_ID_CUEPOINT', 0x3B); // [BB] -- Contains all information relative to a seek point in the segment.
  184. define('EBML_ID_CRC32', 0x3F); // [BF] -- The CRC is computed on all the data of the Master element it's in, regardless of its position. It's recommended to put the CRC value at the beggining of the Master element for easier reading. All level 1 elements should include a CRC-32.
  185. define('EBML_ID_CLUSTERBLOCKADDITIONID', 0x4B); // [CB] -- The ID of the BlockAdditional element (0 is the main Block).
  186. define('EBML_ID_CLUSTERLACENUMBER', 0x4C); // [CC] -- The reverse number of the frame in the lace (0 is the last frame, 1 is the next to last, etc). While there are a few files in the wild with this element, it is no longer in use and has been deprecated. Being able to interpret this element is not required for playback.
  187. define('EBML_ID_CLUSTERFRAMENUMBER', 0x4D); // [CD] -- The number of the frame to generate from this lace with this delay (allow you to generate many frames from the same Block/Frame).
  188. define('EBML_ID_CLUSTERDELAY', 0x4E); // [CE] -- The (scaled) delay to apply to the element.
  189. define('EBML_ID_CLUSTERDURATION', 0x4F); // [CF] -- The (scaled) duration to apply to the element.
  190. define('EBML_ID_TRACKNUMBER', 0x57); // [D7] -- The track number as used in the Block Header (using more than 127 tracks is not encouraged, though the design allows an unlimited number).
  191. define('EBML_ID_CUEREFERENCE', 0x5B); // [DB] -- The Clusters containing the required referenced Blocks.
  192. define('EBML_ID_VIDEO', 0x60); // [E0] -- Video settings.
  193. define('EBML_ID_AUDIO', 0x61); // [E1] -- Audio settings.
  194. define('EBML_ID_CLUSTERTIMESLICE', 0x68); // [E8] -- Contains extra time information about the data contained in the Block. While there are a few files in the wild with this element, it is no longer in use and has been deprecated. Being able to interpret this element is not required for playback.
  195. define('EBML_ID_CUECODECSTATE', 0x6A); // [EA] -- The position of the Codec State corresponding to this Cue element. 0 means that the data is taken from the initial Track Entry.
  196. define('EBML_ID_CUEREFCODECSTATE', 0x6B); // [EB] -- The position of the Codec State corresponding to this referenced element. 0 means that the data is taken from the initial Track Entry.
  197. define('EBML_ID_VOID', 0x6C); // [EC] -- Used to void damaged data, to avoid unexpected behaviors when using damaged data. The content is discarded. Also used to reserve space in a sub-element for later use.
  198. define('EBML_ID_CLUSTERTIMECODE', 0x67); // [E7] -- Absolute timecode of the cluster (based on TimecodeScale).
  199. define('EBML_ID_CLUSTERBLOCKADDID', 0x6E); // [EE] -- An ID to identify the BlockAdditional level.
  200. define('EBML_ID_CUECLUSTERPOSITION', 0x71); // [F1] -- The position of the Cluster containing the required Block.
  201. define('EBML_ID_CUETRACK', 0x77); // [F7] -- The track for which a position is given.
  202. define('EBML_ID_CLUSTERREFERENCEPRIORITY', 0x7A); // [FA] -- This frame is referenced and has the specified cache priority. In cache only a frame of the same or higher priority can replace this frame. A value of 0 means the frame is not referenced.
  203. define('EBML_ID_CLUSTERREFERENCEBLOCK', 0x7B); // [FB] -- Timecode of another frame used as a reference (ie: B or P frame). The timecode is relative to the block it's attached to.
  204. define('EBML_ID_CLUSTERREFERENCEVIRTUAL', 0x7D); // [FD] -- Relative position of the data that should be in position of the virtual block.
  205. class getid3_matroska extends getid3_handler
  206. {
  207. var $read_buffer_size = 32768; // size of read buffer, 32kB is default
  208. var $hide_clusters = true; // if true, do not return information about CLUSTER chunks, since there's a lot of them and they're not usually useful
  209. var $warnings = array();
  210. var $inline_attachments = true; // true: return full data for all attachments; false: return no data for all attachments; integer: return data for attachments <= than this; string: save as file to this directory
  211. function Analyze() {
  212. $info = &$this->getid3->info;
  213. // http://www.matroska.org/technical/specs/index.html#EBMLBasics
  214. $offset = $info['avdataoffset'];
  215. $EBMLdata = '';
  216. $EBMLdata_offset = $offset;
  217. if (!getid3_lib::intValueSupported($info['avdataend'])) {
  218. $this->warnings[] = 'This version of getID3() ['.$this->getid3->version().'] may or may not correctly handle Matroska files larger than '.round(PHP_INT_MAX / 1073741824).'GB';
  219. }
  220. while ($offset < $info['avdataend']) {
  221. $this->EnsureBufferHasEnoughData($EBMLdata, $offset, $EBMLdata_offset);
  222. $top_element_offset = $offset;
  223. $top_element_id = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  224. $top_element_length = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  225. if ($top_element_length === false) {
  226. $this->warnings[] = 'invalid chunk length at '.$top_element_offset;
  227. $offset = PHP_INT_MAX + 1;
  228. break;
  229. }
  230. $top_element_endoffset = $offset + $top_element_length;
  231. switch ($top_element_id) {
  232. case EBML_ID_EBML:
  233. $info['fileformat'] = 'matroska';
  234. $info['matroska']['header']['offset'] = $top_element_offset;
  235. $info['matroska']['header']['length'] = $top_element_length;
  236. while ($offset < $top_element_endoffset) {
  237. $this->EnsureBufferHasEnoughData($EBMLdata, $offset, $EBMLdata_offset);
  238. $element_data = array();
  239. $element_data_offset = $offset;
  240. $element_data['id'] = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  241. $element_data['id_name'] = $this->EBMLidName($element_data['id']);
  242. $element_data['length'] = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  243. $end_offset = $offset + $element_data['length'];
  244. switch ($element_data['id']) {
  245. case EBML_ID_VOID: // padding, ignore
  246. break;
  247. case EBML_ID_EBMLVERSION:
  248. case EBML_ID_EBMLREADVERSION:
  249. case EBML_ID_EBMLMAXIDLENGTH:
  250. case EBML_ID_EBMLMAXSIZELENGTH:
  251. case EBML_ID_DOCTYPEVERSION:
  252. case EBML_ID_DOCTYPEREADVERSION:
  253. $element_data['data'] = getid3_lib::BigEndian2Int(substr($EBMLdata, $offset - $EBMLdata_offset, $element_data['length']));
  254. break;
  255. case EBML_ID_DOCTYPE:
  256. $element_data['data'] = trim(substr($EBMLdata, $offset - $EBMLdata_offset, $element_data['length']), "\x00");
  257. break;
  258. case EBML_ID_CRC32:
  259. // probably not useful, ignore
  260. unset($element_data);
  261. break;
  262. default:
  263. $this->warnings[] = 'Unhandled track.video element ['.basename(__FILE__).':'.__LINE__.'] ('.$element_data['id'].'::'.$element_data['id_name'].') at '.$element_data_offset;
  264. break;
  265. }
  266. $offset = $end_offset;
  267. if (!empty($element_data)) {
  268. $info['matroska']['header']['elements'][] = $element_data;
  269. }
  270. }
  271. break;
  272. case EBML_ID_SEGMENT:
  273. $info['matroska']['segment'][0]['offset'] = $top_element_offset;
  274. $info['matroska']['segment'][0]['length'] = $top_element_length;
  275. $segment_key = -1;
  276. while ($offset < $info['avdataend']) {
  277. $this->EnsureBufferHasEnoughData($EBMLdata, $offset, $EBMLdata_offset);
  278. $element_data = array();
  279. $element_data['offset'] = $offset;
  280. $element_data['id'] = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  281. $element_data['id_name'] = $this->EBMLidName($element_data['id']);
  282. $element_data['length'] = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  283. if ($element_data['length'] === false) {
  284. $this->warnings[] = 'invalid chunk length at '.$element_data['offset'];
  285. //$offset = PHP_INT_MAX + 1;
  286. $offset = $info['avdataend'];
  287. break;
  288. }
  289. $element_end = $offset + $element_data['length'];
  290. switch ($element_data['id']) {
  291. //case EBML_ID_CLUSTER:
  292. // // too many cluster entries, probably not useful
  293. // break;
  294. case false:
  295. $this->warnings[] = 'invalid ID at '.$element_data['offset'];
  296. $offset = $element_end;
  297. continue 3;
  298. default:
  299. $info['matroska']['segments'][] = $element_data;
  300. break;
  301. }
  302. $segment_key++;
  303. switch ($element_data['id']) {
  304. case EBML_ID_SEEKHEAD: // Contains the position of other level 1 elements
  305. while ($offset < $element_end) {
  306. $this->EnsureBufferHasEnoughData($EBMLdata, $offset, $EBMLdata_offset);
  307. $seek_entry = array();
  308. $seek_entry['offset'] = $offset;
  309. $seek_entry['id'] = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  310. $seek_entry['id_name'] = $this->EBMLidName($seek_entry['id']);
  311. $seek_entry['length'] = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  312. $seek_end_offset = $offset + $seek_entry['length'];
  313. switch ($seek_entry['id']) {
  314. case EBML_ID_SEEK: // Contains a single seek entry to an EBML element
  315. while ($offset < $seek_end_offset) {
  316. $this->EnsureBufferHasEnoughData($EBMLdata, $offset, $EBMLdata_offset);
  317. $id = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  318. $length = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  319. $value = substr($EBMLdata, $offset - $EBMLdata_offset, $length);
  320. $offset += $length;
  321. switch ($id) {
  322. case EBML_ID_SEEKID:
  323. $dummy = 0;
  324. $seek_entry['target_id'] = $this->readEBMLint($value, $dummy);
  325. $seek_entry['target_name'] = $this->EBMLidName($seek_entry['target_id']);
  326. break;
  327. case EBML_ID_SEEKPOSITION:
  328. $seek_entry['target_offset'] = $element_data['offset'] + getid3_lib::BigEndian2Int($value);
  329. break;
  330. case EBML_ID_CRC32:
  331. // probably not useful, ignore
  332. //$seek_entry['crc32'] = getid3_lib::PrintHexBytes($value, true, false, false);
  333. unset($seek_entry);
  334. break;
  335. default:
  336. $info['error'][] = 'Unhandled segment ['.basename(__FILE__).':'.__LINE__.'] ('.$id.') at '.$offset;
  337. break;
  338. }
  339. }
  340. if (!empty($seek_entry)) {
  341. $info['matroska']['seek'][] = $seek_entry;
  342. }
  343. //switch ($seek_entry['target_id']) {
  344. // case EBML_ID_CLUSTER:
  345. // // too many cluster seek points, probably not useful
  346. // break;
  347. // default:
  348. // $info['matroska']['seek'][] = $seek_entry;
  349. // break;
  350. //}
  351. break;
  352. case EBML_ID_CRC32:
  353. // probably not useful, ignore
  354. break;
  355. default:
  356. $this->warnings[] = 'Unhandled seekhead element ['.basename(__FILE__).':'.__LINE__.'] ('.$seek_entry['id'].'::'.$seek_entry['id_name'].') at '.$offset;
  357. break;
  358. }
  359. $offset = $seek_end_offset;
  360. }
  361. break;
  362. case EBML_ID_TRACKS: // information about all tracks in segment
  363. $info['matroska']['tracks'] = $element_data;
  364. while ($offset < $element_end) {
  365. $this->EnsureBufferHasEnoughData($EBMLdata, $offset, $EBMLdata_offset);
  366. $track_entry = array();
  367. $track_entry['offset'] = $offset;
  368. $track_entry['id'] = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  369. $track_entry['id_name'] = $this->EBMLidName($track_entry['id']);
  370. $track_entry['length'] = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  371. $track_entry_endoffset = $offset + $track_entry['length']; // $track_entry['offset'] is not the same as $offset, even though they were set equal a few lines up: $offset has been automagically incremented by readEMLint()
  372. switch ($track_entry['id']) {
  373. case EBML_ID_TRACKENTRY: //subelements: Describes a track with all elements.
  374. while ($offset < $track_entry_endoffset) {
  375. $this->EnsureBufferHasEnoughData($EBMLdata, $offset, $EBMLdata_offset);
  376. $subelement_offset = $offset;
  377. $subelement_id = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  378. $subelement_idname = $this->EBMLidName($subelement_id);
  379. $subelement_length = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  380. $subelement_end = $offset + $subelement_length;
  381. switch ($subelement_id) {
  382. case EBML_ID_TRACKNUMBER:
  383. case EBML_ID_TRACKUID:
  384. case EBML_ID_TRACKTYPE:
  385. case EBML_ID_MINCACHE:
  386. case EBML_ID_MAXCACHE:
  387. case EBML_ID_MAXBLOCKADDITIONID:
  388. case EBML_ID_DEFAULTDURATION: // nanoseconds per frame
  389. $track_entry[$subelement_idname] = getid3_lib::BigEndian2Int(substr($EBMLdata, $offset - $EBMLdata_offset, $subelement_length));
  390. break;
  391. case EBML_ID_TRACKTIMECODESCALE:
  392. $track_entry[$subelement_idname] = getid3_lib::BigEndian2Float(substr($EBMLdata, $offset - $EBMLdata_offset, $subelement_length));
  393. break;
  394. case EBML_ID_CODECID:
  395. case EBML_ID_LANGUAGE:
  396. case EBML_ID_NAME:
  397. case EBML_ID_CODECNAME:
  398. case EBML_ID_CODECPRIVATE:
  399. $track_entry[$subelement_idname] = trim(substr($EBMLdata, $offset - $EBMLdata_offset, $subelement_length), "\x00");
  400. break;
  401. // thought maybe it was a nice wFormatTag entry, but it's not :(
  402. //case EBML_ID_CODECPRIVATE:
  403. //$track_entry[$subelement_idname] = trim(substr($EBMLdata, $offset - $EBMLdata_offset, $subelement_length), "\x00");
  404. //if (getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio-video.riff.php', __FILE__, false)) {
  405. // $track_entry[$subelement_idname.'_decoded'] = getid3_riff::RIFFparseWAVEFORMATex($track_entry[$subelement_idname]);
  406. // if (isset($track_entry[$subelement_idname.'_decoded']['raw']['wFormatTag'])) {
  407. // }
  408. //} else {
  409. // $this->warnings[] = 'failed to include "module.audio-video.riff.php" for parsing codec private data';
  410. //}
  411. //break;
  412. case EBML_ID_FLAGENABLED:
  413. case EBML_ID_FLAGDEFAULT:
  414. case EBML_ID_FLAGFORCED:
  415. case EBML_ID_FLAGLACING:
  416. case EBML_ID_CODECDECODEALL:
  417. $track_entry[$subelement_idname] = (bool) getid3_lib::BigEndian2Int(substr($EBMLdata, $offset - $EBMLdata_offset, $subelement_length));
  418. break;
  419. case EBML_ID_VIDEO:
  420. while ($offset < $subelement_end) {
  421. $this->EnsureBufferHasEnoughData($EBMLdata, $offset, $EBMLdata_offset);
  422. $sub_subelement_offset = $offset;
  423. $sub_subelement_id = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  424. $sub_subelement_idname = $this->EBMLidName($sub_subelement_id);
  425. $sub_subelement_length = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  426. $sub_subelement_end = $offset + $sub_subelement_length;
  427. switch ($sub_subelement_id) {
  428. case EBML_ID_PIXELWIDTH:
  429. case EBML_ID_PIXELHEIGHT:
  430. case EBML_ID_STEREOMODE:
  431. case EBML_ID_PIXELCROPBOTTOM:
  432. case EBML_ID_PIXELCROPTOP:
  433. case EBML_ID_PIXELCROPLEFT:
  434. case EBML_ID_PIXELCROPRIGHT:
  435. case EBML_ID_DISPLAYWIDTH:
  436. case EBML_ID_DISPLAYHEIGHT:
  437. case EBML_ID_DISPLAYUNIT:
  438. case EBML_ID_ASPECTRATIOTYPE:
  439. $track_entry[$sub_subelement_idname] = getid3_lib::BigEndian2Int(substr($EBMLdata, $offset - $EBMLdata_offset, $sub_subelement_length));
  440. break;
  441. case EBML_ID_FLAGINTERLACED:
  442. $track_entry[$sub_subelement_idname] = (bool) getid3_lib::BigEndian2Int(substr($EBMLdata, $offset - $EBMLdata_offset, $sub_subelement_length));
  443. break;
  444. case EBML_ID_GAMMAVALUE:
  445. $track_entry[$sub_subelement_idname] = getid3_lib::BigEndian2Float(substr($EBMLdata, $offset - $EBMLdata_offset, $sub_subelement_length));
  446. break;
  447. case EBML_ID_COLOURSPACE:
  448. $track_entry[$sub_subelement_idname] = trim(substr($EBMLdata, $offset - $EBMLdata_offset, $sub_subelement_length), "\x00");
  449. break;
  450. default:
  451. $this->warnings[] = 'Unhandled track.video element ['.basename(__FILE__).':'.__LINE__.'] ('.$sub_subelement_id.'::'.$sub_subelement_idname.') at '.$sub_subelement_offset;
  452. break;
  453. }
  454. $offset = $sub_subelement_end;
  455. }
  456. if (isset($track_entry[$this->EBMLidName(EBML_ID_CODECID)]) && ($track_entry[$this->EBMLidName(EBML_ID_CODECID)] == 'V_MS/VFW/FOURCC') && isset($track_entry[$this->EBMLidName(EBML_ID_CODECPRIVATE)])) {
  457. if (getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio-video.riff.php', __FILE__, false)) {
  458. $track_entry['codec_private_parsed'] = getid3_riff::ParseBITMAPINFOHEADER($track_entry[$this->EBMLidName(EBML_ID_CODECPRIVATE)]);
  459. } else {
  460. $this->warnings[] = 'Unable to parse codec private data ['.basename(__FILE__).':'.__LINE__.'] because cannot include "module.audio-video.riff.php"';
  461. }
  462. }
  463. break;
  464. case EBML_ID_AUDIO:
  465. while ($offset < $subelement_end) {
  466. $this->EnsureBufferHasEnoughData($EBMLdata, $offset, $EBMLdata_offset);
  467. $sub_subelement_offset = $offset;
  468. $sub_subelement_id = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  469. $sub_subelement_idname = $this->EBMLidName($sub_subelement_id);
  470. $sub_subelement_length = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  471. $sub_subelement_end = $offset + $sub_subelement_length;
  472. switch ($sub_subelement_id) {
  473. case EBML_ID_CHANNELS:
  474. case EBML_ID_BITDEPTH:
  475. $track_entry[$sub_subelement_idname] = getid3_lib::BigEndian2Int(substr($EBMLdata, $offset - $EBMLdata_offset, $sub_subelement_length));
  476. break;
  477. case EBML_ID_SAMPLINGFREQUENCY:
  478. case EBML_ID_OUTPUTSAMPLINGFREQUENCY:
  479. $track_entry[$sub_subelement_idname] = getid3_lib::BigEndian2Float(substr($EBMLdata, $offset - $EBMLdata_offset, $sub_subelement_length));
  480. break;
  481. case EBML_ID_CHANNELPOSITIONS:
  482. $track_entry[$sub_subelement_idname] = trim(substr($EBMLdata, $offset - $EBMLdata_offset, $sub_subelement_length), "\x00");
  483. break;
  484. default:
  485. $this->warnings[] = 'Unhandled track.audio element ['.basename(__FILE__).':'.__LINE__.'] ('.$sub_subelement_id.'::'.$sub_subelement_idname.') at '.$sub_subelement_offset;
  486. break;
  487. }
  488. $offset = $sub_subelement_end;
  489. }
  490. break;
  491. case EBML_ID_CONTENTENCODINGS:
  492. while ($offset < $subelement_end) {
  493. $this->EnsureBufferHasEnoughData($EBMLdata, $offset, $EBMLdata_offset);
  494. $sub_subelement_offset = $offset;
  495. $sub_subelement_id = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  496. $sub_subelement_idname = $this->EBMLidName($sub_subelement_id);
  497. $sub_subelement_length = $this->readEBMLint($EBMLdata, $offset, $EBMLdata_offset);
  498. $sub_subelement_end = $offset + $sub_subelement_length;
  499. switch ($sub_subelement_id) {
  500. case EBML_ID_CONTENTENCODI

Large files files are truncated, but you can click here to view the full file