Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

3 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. /////////////////////////////////////////////////////////////////
  2. /// getID3() by James Heinrich <info@getid3.org> //
  3. // available at http://getid3.sourceforge.net //
  4. // or http://www.getid3.org //
  5. // also https://github.com/JamesHeinrich/getID3 //
  6. /////////////////////////////////////////////////////////////////
  7. *****************************************************************
  8. *****************************************************************
  9. getID3() is released under multiple licenses. You may choose
  10. from the following licenses, and use getID3 according to the
  11. terms of the license most suitable to your project.
  12. GNU GPL: https://gnu.org/licenses/gpl.html (v3)
  13. https://gnu.org/licenses/old-licenses/gpl-2.0.html (v2)
  14. https://gnu.org/licenses/old-licenses/gpl-1.0.html (v1)
  15. GNU LGPL: https://gnu.org/licenses/lgpl.html (v3)
  16. Mozilla MPL: http://www.mozilla.org/MPL/2.0/ (v2)
  17. getID3 Commercial License: http://getid3.org/#gCL (payment required)
  18. *****************************************************************
  19. *****************************************************************
  20. Copies of each of the above licenses are included in the 'licenses'
  21. directory of the getID3 distribution.
  22. +---------------------------------------------+
  23. | If you want to donate, there is a link on |
  24. | http://www.getid3.org for PayPal donations. |
  25. +---------------------------------------------+
  26. Quick Start
  27. ===========================================================================
  28. Q: How can I check that getID3() works on my server/files?
  29. A: Unzip getID3() to a directory, then access /demos/demo.browse.php
  30. Support
  31. ===========================================================================
  32. Q: I have a question, or I found a bug. What do I do?
  33. A: The preferred method of support requests and/or bug reports is the
  34. forum at http://support.getid3.org/
  35. Sourceforge Notification
  36. ===========================================================================
  37. It's highly recommended that you sign up for notification from
  38. Sourceforge for when new versions are released. Please visit:
  39. http://sourceforge.net/project/showfiles.php?group_id=55859
  40. and click the little "monitor package" icon/link. If you're
  41. previously signed up for the mailing list, be aware that it has
  42. been discontinued, only the automated Sourceforge notification
  43. will be used from now on.
  44. What does getID3() do?
  45. ===========================================================================
  46. Reads & parses (to varying degrees):
  47. ¤ tags:
  48. * APE (v1 and v2)
  49. * ID3v1 (& ID3v1.1)
  50. * ID3v2 (v2.4, v2.3, v2.2)
  51. * Lyrics3 (v1 & v2)
  52. ¤ audio-lossy:
  53. * MP3/MP2/MP1
  54. * MPC / Musepack
  55. * Ogg (Vorbis, OggFLAC, Speex)
  56. * AAC / MP4
  57. * AC3
  58. * DTS
  59. * RealAudio
  60. * Speex
  61. * DSS
  62. * VQF
  63. ¤ audio-lossless:
  64. * AIFF
  65. * AU
  66. * Bonk
  67. * CD-audio (*.cda)
  68. * FLAC
  69. * LA (Lossless Audio)
  70. * LiteWave
  71. * LPAC
  72. * MIDI
  73. * Monkey's Audio
  74. * OptimFROG
  75. * RKAU
  76. * Shorten
  77. * TTA
  78. * VOC
  79. * WAV (RIFF)
  80. * WavPack
  81. ¤ audio-video:
  82. * ASF: ASF, Windows Media Audio (WMA), Windows Media Video (WMV)
  83. * AVI (RIFF)
  84. * Flash
  85. * Matroska (MKV)
  86. * MPEG-1 / MPEG-2
  87. * NSV (Nullsoft Streaming Video)
  88. * Quicktime (including MP4)
  89. * RealVideo
  90. ¤ still image:
  91. * BMP
  92. * GIF
  93. * JPEG
  94. * PNG
  95. * TIFF
  96. * SWF (Flash)
  97. * PhotoCD
  98. ¤ data:
  99. * ISO-9660 CD-ROM image (directory structure)
  100. * SZIP (limited support)
  101. * ZIP (directory structure)
  102. * TAR
  103. * CUE
  104. Writes:
  105. * ID3v1 (& ID3v1.1)
  106. * ID3v2 (v2.3 & v2.4)
  107. * VorbisComment on OggVorbis
  108. * VorbisComment on FLAC (not OggFLAC)
  109. * APE v2
  110. * Lyrics3 (delete only)
  111. Requirements
  112. ===========================================================================
  113. * PHP 4.2.0 up to 5.2.x for getID3() 1.7.x (and earlier)
  114. * PHP 5.0.5 (or higher) for getID3() 1.8.x (and up)
  115. * PHP 5.0.5 (or higher) for getID3() 2.0.x (and up)
  116. * at least 4MB memory for PHP. 8MB or more is highly recommended.
  117. 12MB is required with all modules loaded.
  118. Usage
  119. ===========================================================================
  120. See /demos/demo.basic.php for a very basic use of getID3() with no
  121. fancy output, just scanning one file.
  122. See structure.txt for the returned data structure.
  123. *> For an example of a complete directory-browsing, <*
  124. *> file-scanning implementation of getID3(), please run <*
  125. *> /demos/demo.browse.php <*
  126. See /demos/demo.mysql.php for a sample recursive scanning code that
  127. scans every file in a given directory, and all sub-directories, stores
  128. the results in a database and allows various analysis / maintenance
  129. operations
  130. To analyze remote files over HTTP or FTP you need to copy the file
  131. locally first before running getID3(). Your code would look something
  132. like this:
  133. // Copy remote file locally to scan with getID3()
  134. $remotefilename = 'http://www.example.com/filename.mp3';
  135. if ($fp_remote = fopen($remotefilename, 'rb')) {
  136. $localtempfilename = tempnam('/tmp', 'getID3');
  137. if ($fp_local = fopen($localtempfilename, 'wb')) {
  138. while ($buffer = fread($fp_remote, 8192)) {
  139. fwrite($fp_local, $buffer);
  140. }
  141. fclose($fp_local);
  142. // Initialize getID3 engine
  143. $getID3 = new getID3;
  144. $ThisFileInfo = $getID3->analyze($filename);
  145. // Delete temporary file
  146. unlink($localtempfilename);
  147. }
  148. fclose($fp_remote);
  149. }
  150. See /demos/demo.write.php for how to write tags.
  151. What does the returned data structure look like?
  152. ===========================================================================
  153. See structure.txt
  154. It is recommended that you look at the output of
  155. /demos/demo.browse.php scanning the file(s) you're interested in to
  156. confirm what data is actually returned for any particular filetype in
  157. general, and your files in particular, as the actual data returned
  158. may vary considerably depending on what information is available in
  159. the file itself.
  160. Notes
  161. ===========================================================================
  162. getID3() 1.x:
  163. If the format parser encounters a critical problem, it will return
  164. something in $fileinfo['error'], describing the encountered error. If
  165. a less critical error or notice is generated it will appear in
  166. $fileinfo['warning']. Both keys may contain more than one warning or
  167. error. If something is returned in ['error'] then the file was not
  168. correctly parsed and returned data may or may not be correct and/or
  169. complete. If something is returned in ['warning'] (and not ['error'])
  170. then the data that is returned is OK - usually getID3() is reporting
  171. errors in the file that have been worked around due to known bugs in
  172. other programs. Some warnings may indicate that the data that is
  173. returned is OK but that some data could not be extracted due to
  174. errors in the file.
  175. getID3() 2.x:
  176. See above except errors are thrown (so you will only get one error).
  177. Disclaimer
  178. ===========================================================================
  179. getID3() has been tested on many systems, on many types of files,
  180. under many operating systems, and is generally believe to be stable
  181. and safe. That being said, there is still the chance there is an
  182. undiscovered and/or unfixed bug that may potentially corrupt your
  183. file, especially within the writing functions. By using getID3() you
  184. agree that it's not my fault if any of your files are corrupted.
  185. In fact, I'm not liable for anything :)
  186. License
  187. ===========================================================================
  188. GNU General Public License - see license.txt
  189. This program is free software; you can redistribute it and/or
  190. modify it under the terms of the GNU General Public License
  191. as published by the Free Software Foundation; either version 2
  192. of the License, or (at your option) any later version.
  193. This program is distributed in the hope that it will be useful,
  194. but WITHOUT ANY WARRANTY; without even the implied warranty of
  195. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  196. GNU General Public License for more details.
  197. You should have received a copy of the GNU General Public License
  198. along with this program; if not, write to:
  199. Free Software Foundation, Inc.
  200. 59 Temple Place - Suite 330
  201. Boston, MA 02111-1307, USA.
  202. FAQ:
  203. Q: Can I use getID3() in my program? Do I need a commercial license?
  204. A: You're generally free to use getID3 however you see fit. The only
  205. case in which you would require a commercial license is if you're
  206. selling your closed-source program that integrates getID3. If you
  207. sell your program including a copy of getID3, that's fine as long
  208. as you include a copy of the sourcecode when you sell it. Or you
  209. can distribute your code without getID3 and say "download it from
  210. getid3.sourceforge.net"
  211. Why is it called "getID3()" if it does so much more than just that?
  212. ===========================================================================
  213. v0.1 did in fact just do that. I don't have a copy of code that old, but I
  214. could essentially write it today with a one-line function:
  215. function getID3($filename) { return unpack('a3TAG/a30title/a30artist/a30album/a4year/a28comment/c1track/c1genreid', substr(file_get_contents($filename), -128)); }
  216. Future Plans
  217. ===========================================================================
  218. http://www.getid3.org/phpBB3/viewforum.php?f=7
  219. * Better support for MP4 container format
  220. * Scan for appended ID3v2 tag at end of file per ID3v2.4 specs (Section 5.0)
  221. * Support for JPEG-2000 (http://www.morgan-multimedia.com/jpeg2000_overview.htm)
  222. * Support for MOD (mod/stm/s3m/it/xm/mtm/ult/669)
  223. * Support for ACE (thanks Vince)
  224. * Support for Ogg other than Vorbis, Speex and OggFlac (ie. Ogg+Xvid)
  225. * Ability to create Xing/LAME VBR header for VBR MP3s that are missing VBR header
  226. * Ability to "clean" ID3v2 padding (replace invalid padding with valid padding)
  227. * Warn if MP3s change version mid-stream (in full-scan mode)
  228. * check for corrupt/broken mid-file MP3 streams in histogram scan
  229. * Support for lossless-compression formats
  230. (http://www.firstpr.com.au/audiocomp/lossless/#Links)
  231. (http://compression.ca/act-sound.html)
  232. (http://web.inter.nl.net/users/hvdh/lossless/lossless.htm)
  233. * Support for RIFF-INFO chunks
  234. * http://lotto.st-andrews.ac.uk/~njh/tag_interchange.html
  235. (thanks Nick Humfrey <njhØsurgeradio*co*uk>)
  236. * http://abcavi.narod.ru/sof/abcavi/infotags.htm
  237. (thanks Kibi)
  238. * Better support for Bink video
  239. * http://www.hr/josip/DSP/AudioFile2.html
  240. * http://www.pcisys.net/~melanson/codecs/
  241. * Detect mp3PRO
  242. * Support for PSD
  243. * Support for JPC
  244. * Support for JP2
  245. * Support for JPX
  246. * Support for JB2
  247. * Support for IFF
  248. * Support for ICO
  249. * Support for ANI
  250. * Support for EXE (comments, author, etc) (thanks p*quaedackersØplanet*nl)
  251. * Support for DVD-IFO (region, subtitles, aspect ratio, etc)
  252. (thanks p*quaedackersØplanet*nl)
  253. * More complete support for SWF - parsing encapsulated MP3 and/or JPEG content
  254. (thanks n8n8Øyahoo*com)
  255. * Support for a2b
  256. * Optional scan-through-frames for AVI verification
  257. (thanks rockcohenØmassive-interactive*nl)
  258. * Support for TTF (thanks infoØbutterflyx*com)
  259. * Support for DSS (http://www.getid3.org/phpBB3/viewtopic.php?t=171)
  260. * Support for SMAF (http://smaf-yamaha.com/what/demo.html)
  261. http://www.getid3.org/phpBB3/viewtopic.php?t=182
  262. * Support for AMR (http://www.getid3.org/phpBB3/viewtopic.php?t=195)
  263. * Support for 3gpp (http://www.getid3.org/phpBB3/viewtopic.php?t=195)
  264. * Support for ID4 (http://www.wackysoft.cjb.net grizlyY2KØhotmail*com)
  265. * Parse XML data returned in Ogg comments
  266. * Parse XML data from Quicktime SMIL metafiles (klausrathØmac*com)
  267. * ID3v2 genre string creator function
  268. * More complete parsing of JPG
  269. * Support for all old-style ASF packets
  270. * ASF/WMA/WMV tag writing
  271. * Parse declared T??? ID3v2 text information frames, where appropriate
  272. (thanks Christian Fritz for the idea)
  273. * Recognize encoder:
  274. http://www.guerillasoft.com/EncSpot2/index.html
  275. http://ff123.net/identify.html
  276. http://www.hydrogenaudio.org/?act=ST&f=16&t=9414
  277. http://www.hydrogenaudio.org/?showtopic=11785
  278. * Support for other OS/2 bitmap structures: Bitmap Array('BA'),
  279. Color Icon('CI'), Color Pointer('CP'), Icon('IC'), Pointer ('PT')
  280. http://netghost.narod.ru/gff/graphics/summary/os2bmp.htm
  281. * Support for WavPack RAW mode
  282. * ASF/WMA/WMV data packet parsing
  283. * ID3v2FrameFlagsLookupTagAlter()
  284. * ID3v2FrameFlagsLookupFileAlter()
  285. * obey ID3v2 tag alter/preserve/discard rules
  286. * http://www.geocities.com/SiliconValley/Sector/9654/Softdoc/Illyrium/Aolyr.htm
  287. * proper checking for LINK/LNK frame validity in ID3v2 writing
  288. * proper checking for ASPI-TLEN frame validity in ID3v2 writing
  289. * proper checking for COMR frame validity in ID3v2 writing
  290. * http://www.geocities.co.jp/SiliconValley-Oakland/3664/index.html
  291. * decode GEOB ID3v2 structure as encoded by RealJukebox,
  292. decode NCON ID3v2 structure as encoded by MusicMatch
  293. (probably won't happen - the formats are proprietary)
  294. Known Bugs/Issues in getID3() that may be fixed eventually
  295. ===========================================================================
  296. http://www.getid3.org/phpBB3/viewtopic.php?t=25
  297. * Cannot determine bitrate for MPEG video with VBR video data
  298. (need documentation)
  299. * Interlace/progressive cannot be determined for MPEG video
  300. (need documentation)
  301. * MIDI playtime is sometimes inaccurate
  302. * AAC-RAW mode files cannot be identified
  303. * WavPack-RAW mode files cannot be identified
  304. * mp4 files report lots of "Unknown QuickTime atom type"
  305. (need documentation)
  306. * Encrypted ASF/WMA/WMV files warn about "unhandled GUID
  307. ASF_Content_Encryption_Object"
  308. * Bitrate split between audio and video cannot be calculated for
  309. NSV, only the total bitrate. (need documentation)
  310. * All Ogg formats (Vorbis, OggFLAC, Speex) are affected by the
  311. problem of large VorbisComments spanning multiple Ogg pages, but
  312. but only OggVorbis files can be processed with vorbiscomment.
  313. * The version of "head" supplied with Mac OS 10.2.8 (maybe other
  314. versions too) does only understands a single option (-n) and
  315. therefore fails. getID3 ignores this and returns wrong md5_data.
  316. Known Bugs/Issues in getID3() that cannot be fixed
  317. --------------------------------------------------
  318. http://www.getid3.org/phpBB3/viewtopic.php?t=25
  319. * 32-bit PHP installations only:
  320. Files larger than 2GB cannot always be parsed fully by getID3()
  321. due to limitations in the 32-bit PHP filesystem functions.
  322. NOTE: Since v1.7.8b3 there is partial support for larger-than-
  323. 2GB files, most of which will parse OK, as long as no critical
  324. data is located beyond the 2GB offset.
  325. Known will-work:
  326. * all file formats on 64-bit PHP
  327. * ZIP (format doesn't support files >2GB)
  328. * FLAC (current encoders don't support files >2GB)
  329. Known will-not-work:
  330. * ID3v1 tags (always located at end-of-file)
  331. * Lyrics3 tags (always located at end-of-file)
  332. * APE tags (always located at end-of-file)
  333. Maybe-will-work:
  334. * Quicktime (will work if needed metadata is before 2GB offset,
  335. that is if the file has been hinted/optimized for streaming)
  336. * RIFF.WAV (should work fine, but gives warnings about not being
  337. able to parse all chunks)
  338. * RIFF.AVI (playtime will probably be wrong, is only based on
  339. "movi" chunk that fits in the first 2GB, should issue error
  340. to show that playtime is incorrect. Other data should be mostly
  341. correct, assuming that data is constant throughout the file)
  342. * PHP <= v5 on Windows cannot read UTF-8 filenames
  343. Known Bugs/Issues in other programs
  344. -----------------------------------
  345. http://www.getid3.org/phpBB3/viewtopic.php?t=25
  346. * Windows Media Player (up to v11) and iTunes (up to v10+) do
  347. not correctly handle ID3v2.3 tags with UTF-16BE+BOM
  348. encoding (they assume the data is UTF-16LE+BOM and either
  349. crash (WMP) or output Asian character set (iTunes)
  350. * Winamp (up to v2.80 at least) does not support ID3v2.4 tags,
  351. only ID3v2.3
  352. see: http://forums.winamp.com/showthread.php?postid=387524
  353. * Some versions of Helium2 (www.helium2.com) do not write
  354. ID3v2.4-compliant Frame Sizes, even though the tag is marked
  355. as ID3v2.4) (detected by getID3())
  356. * MP3ext V3.3.17 places a non-compliant padding string at the end
  357. of the ID3v2 header. This is supposedly fixed in v3.4b21 but
  358. only if you manually add a registry key. This fix is not yet
  359. confirmed. (detected by getID3())
  360. * CDex v1.40 (fixed by v1.50b7) writes non-compliant Ogg comment
  361. strings, supposed to be in the format "NAME=value" but actually
  362. written just "value" (detected by getID3())
  363. * Oggenc 0.9-rc3 flags the encoded file as ABR whether it's
  364. actually ABR or VBR.
  365. * iTunes (versions "X v2.0.3", "v3.0.1" are known-guilty, probably
  366. other versions are too) writes ID3v2.3 comment tags using a
  367. frame name 'COM ' which is not valid for ID3v2.3+ (it's an
  368. ID3v2.2-style frame name) (detected by getID3())
  369. * MP2enc does not encode mono CBR MP2 files properly (half speed
  370. sound and double playtime)
  371. * MP2enc does not encode mono VBR MP2 files properly (actually
  372. encoded as stereo)
  373. * tooLAME does not encode mono VBR MP2 files properly (actually
  374. encoded as stereo)
  375. * AACenc encodes files in VBR mode (actually ABR) even if CBR is
  376. specified
  377. * AAC/ADIF - bitrate_mode = cbr for vbr files
  378. * LAME 3.90-3.92 prepends one frame of null data (space for the
  379. LAME/VBR header, but it never gets written) when encoding in CBR
  380. mode with the DLL
  381. * Ahead Nero encodes TwinVQF with a DSIZ value (which is supposed
  382. to be the filesize in bytes) of "0" for TwinVQF v1.0 and "1" for
  383. TwinVQF v2.0 (detected by getID3())
  384. * Ahead Nero encodes TwinVQF files 1 second shorter than they
  385. should be
  386. * AAC-ADTS files are always actually encoded VBR, even if CBR mode
  387. is specified (the CBR-mode switches on the encoder enable ABR
  388. mode, not CBR as such, but it's not possible to tell the
  389. difference between such ABR files and true VBR)
  390. * STREAMINFO.audio_signature in OggFLAC is always null. "The reason
  391. it's like that is because there is no seeking support in
  392. libOggFLAC yet, so it has no way to go back and write the
  393. computed sum after encoding. Seeking support in Ogg FLAC is the
  394. #1 item for the next release." - Josh Coalson (FLAC developer)
  395. NOTE: getID3() will calculate md5_data in a method similar to
  396. other file formats, but that value cannot be compared to the
  397. md5_data value from FLAC data in a FLAC file format.
  398. * STREAMINFO.audio_signature is not calculated in FLAC v0.3.0 &
  399. v0.4.0 - getID3() will calculate md5_data in a method similar to
  400. other file formats, but that value cannot be compared to the
  401. md5_data value from FLAC v0.5.0+
  402. * RioPort (various versions including 2.0 and 3.11) tags ID3v2 with
  403. a WCOM frame that has no data portion
  404. * Earlier versions of Coolplayer adds illegal ID3 tags to Ogg Vorbis
  405. files, thus making them corrupt.
  406. * Meracl ID3 Tag Writer v1.3.4 (and older) incorrectly truncates the
  407. last byte of data from an MP3 file when appending a new ID3v1 tag.
  408. (detected by getID3())
  409. * Lossless-Audio files encoded with and without the -noseek switch
  410. do actually differ internally and therefore cannot match md5_data
  411. * iTunes has been known to append a new ID3v1 tag on the end of an
  412. existing ID3v1 tag when ID3v2 tag is also present
  413. (detected by getID3())
  414. * MediaMonkey may write a blank RGAD ID3v2 frame but put actual
  415. replay gain adjustments in a series of user-defined TXXX frames
  416. (detected and handled by getID3() since v1.9.2)
  417. Reference material:
  418. ===========================================================================
  419. [www.id3.org material now mirrored at http://id3lib.sourceforge.net/id3/]
  420. * http://www.id3.org/id3v2.4.0-structure.txt
  421. * http://www.id3.org/id3v2.4.0-frames.txt
  422. * http://www.id3.org/id3v2.4.0-changes.txt
  423. * http://www.id3.org/id3v2.3.0.txt
  424. * http://www.id3.org/id3v2-00.txt
  425. * http://www.id3.org/mp3frame.html
  426. * http://minnie.tuhs.org/pipermail/mp3encoder/2001-January/001800.html <mathewhendry@hotmail.com>
  427. * http://www.dv.co.yu/mpgscript/mpeghdr.htm
  428. * http://www.mp3-tech.org/programmer/frame_header.html
  429. * http://users.belgacom.net/gc247244/extra/tag.html
  430. * http://gabriel.mp3-tech.org/mp3infotag.html
  431. * http://www.id3.org/iso4217.html
  432. * http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-1.TXT
  433. * http://www.xiph.org/ogg/vorbis/doc/framing.html
  434. * http://www.xiph.org/ogg/vorbis/doc/v-comment.html
  435. * http://leknor.com/code/php/class.ogg.php.txt
  436. * http://www.id3.org/iso639-2.html
  437. * http://www.id3.org/lyrics3.html
  438. * http://www.id3.org/lyrics3200.html
  439. * http://www.psc.edu/general/software/packages/ieee/ieee.html
  440. * http://www.scri.fsu.edu/~jac/MAD3401/Backgrnd/ieee-expl.html
  441. * http://www.scri.fsu.edu/~jac/MAD3401/Backgrnd/binary.html
  442. * http://www.jmcgowan.com/avi.html
  443. * http://www.wotsit.org/
  444. * http://www.herdsoft.com/ti/davincie/davp3xo2.htm
  445. * http://www.mathdogs.com/vorbis-illuminated/bitstream-appendix.html
  446. * "Standard MIDI File Format" by Dustin Caldwell (from www.wotsit.org)
  447. * http://midistudio.com/Help/GMSpecs_Patches.htm
  448. * http://www.xiph.org/archives/vorbis/200109/0459.html
  449. * http://www.replaygain.org/
  450. * http://www.lossless-audio.com/
  451. * http://download.microsoft.com/download/winmediatech40/Doc/1.0/WIN98MeXP/EN-US/ASF_Specification_v.1.0.exe
  452. * http://mediaxw.sourceforge.net/files/doc/Active%20Streaming%20Format%20(ASF)%201.0%20Specification.pdf
  453. * http://www.uni-jena.de/~pfk/mpp/sv8/ (archived at http://www.hydrogenaudio.org/musepack/klemm/www.personal.uni-jena.de/~pfk/mpp/sv8/)
  454. * http://jfaul.de/atl/
  455. * http://www.uni-jena.de/~pfk/mpp/ (archived at http://www.hydrogenaudio.org/musepack/klemm/www.personal.uni-jena.de/~pfk/mpp/)
  456. * http://www.libpng.org/pub/png/spec/png-1.2-pdg.html
  457. * http://www.real.com/devzone/library/creating/rmsdk/doc/rmff.htm
  458. * http://www.fastgraph.com/help/bmp_os2_header_format.html
  459. * http://netghost.narod.ru/gff/graphics/summary/os2bmp.htm
  460. * http://flac.sourceforge.net/format.html
  461. * http://www.research.att.com/projects/mpegaudio/mpeg2.html
  462. * http://www.audiocoding.com/wiki/index.php?page=AAC
  463. * http://libmpeg.org/mpeg4/doc/w2203tfs.pdf
  464. * http://www.geocities.com/xhelmboyx/quicktime/formats/qtm-layout.txt
  465. * http://developer.apple.com/techpubs/quicktime/qtdevdocs/RM/frameset.htm
  466. * http://www.nullsoft.com/nsv/
  467. * http://www.wotsit.org/download.asp?f=iso9660
  468. * http://sandbox.mc.edu/~bennet/cs110/tc/tctod.html
  469. * http://www.cdroller.com/htm/readdata.html
  470. * http://www.speex.org/manual/node10.html
  471. * http://www.harmony-central.com/Computer/Programming/aiff-file-format.doc
  472. * http://www.faqs.org/rfcs/rfc2361.html
  473. * http://ghido.shelter.ro/
  474. * http://www.ebu.ch/tech_t3285.pdf
  475. * http://www.sr.se/utveckling/tu/bwf
  476. * http://ftp.aessc.org/pub/aes46-2002.pdf
  477. * http://cartchunk.org:8080/
  478. * http://www.broadcastpapers.com/radio/cartchunk01.htm
  479. * http://www.hr/josip/DSP/AudioFile2.html
  480. * http://home.attbi.com/~chris.bagwell/AudioFormats-11.html
  481. * http://www.pure-mac.com/extkey.html
  482. * http://cesnet.dl.sourceforge.net/sourceforge/bonkenc/bonk-binary-format-0.9.txt
  483. * http://www.headbands.com/gspot/
  484. * http://www.openswf.org/spec/SWFfileformat.html
  485. * http://j-faul.virtualave.net/
  486. * http://www.btinternet.com/~AnthonyJ/Atari/programming/avr_format.html
  487. * http://cui.unige.ch/OSG/info/AudioFormats/ap11.html
  488. * http://sswf.sourceforge.net/SWFalexref.html
  489. * http://www.geocities.com/xhelmboyx/quicktime/formats/qti-layout.txt
  490. * http://www-lehre.informatik.uni-osnabrueck.de/~fbstark/diplom/docs/swf/Flash_Uncovered.htm
  491. * http://developer.apple.com/quicktime/icefloe/dispatch012.html
  492. * http://www.csdn.net/Dev/Format/graphics/PCD.htm
  493. * http://tta.iszf.irk.ru/
  494. * http://www.atsc.org/standards/a_52a.pdf
  495. * http://www.alanwood.net/unicode/
  496. * http://www.freelists.org/archives/matroska-devel/07-2003/msg00010.html
  497. * http://www.its.msstate.edu/net/real/reports/config/tags.stats
  498. * http://homepages.slingshot.co.nz/~helmboy/quicktime/formats/qtm-layout.txt
  499. * http://brennan.young.net/Comp/LiveStage/things.html
  500. * http://www.multiweb.cz/twoinches/MP3inside.htm
  501. * http://www.geocities.co.jp/SiliconValley-Oakland/3664/alittle.html#GenreExtended
  502. * http://www.mactech.com/articles/mactech/Vol.06/06.01/SANENormalized/
  503. * http://www.unicode.org/unicode/faq/utf_bom.html
  504. * http://tta.corecodec.org/?menu=format
  505. * http://www.scvi.net/nsvformat.htm
  506. * http://pda.etsi.org/pda/queryform.asp
  507. * http://cpansearch.perl.org/src/RGIBSON/Audio-DSS-0.02/lib/Audio/DSS.pm
  508. * http://trac.musepack.net/trac/wiki/SV8Specification
  509. * http://wyday.com/cuesharp/specification.php
  510. * http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Nikon.html