readme.txt 21 KB

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