<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JesseW</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JesseW"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/JesseW"/>
		<updated>2026-04-22T11:19:12Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/XLSB</id>
		<title>XLSB</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/XLSB"/>
				<updated>2020-11-27T00:15:15Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add ForensicsWiki entry link (no useful details to add)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Document&lt;br /&gt;
|subcat2=Spreadsheet&lt;br /&gt;
|extensions={{ext|xlsb}}&lt;br /&gt;
|pronom={{PRONOM|fmt/595}}&lt;br /&gt;
|wikidata={{wikidata|Q66759528}}&lt;br /&gt;
|released=2007&lt;br /&gt;
}}&lt;br /&gt;
'''XLSB''' (Excel Binary) is one of the formats that [[Microsoft Excel|Excel]] spreadsheets can be saved under. It was introduced at the same time as the more common [[XLSX]] format which replaced the older [[XLS]]. XLS was a pure binary format, while XLSX is [[XML]]-based and its files are actually [[ZIP]] archives containing a number of sub-files related to the spreadsheet. XLSB is similar, in that it is actually a ZIP file (even though the extension is not .zip), but the main files within the ZIP are binary files with a .bin extension. There are also some other files within the ZIP including images and even some XML files, but the main content is in the binary files.&lt;br /&gt;
&lt;br /&gt;
== Format information ==&lt;br /&gt;
* [https://docs.microsoft.com/en-us/openspecs/office_file_formats/ms-xlsb/acc8aa92-1f02-4167-99f5-84f9f676b95a?redirectedfrom=MSDN &amp;lt;nowiki&amp;gt;[MS-XLSB]&amp;lt;/nowiki&amp;gt;: Excel (.xlsb) Binary File Format]&lt;br /&gt;
* [http://www.arstdesign.com/articles/office2007bin.html Office 2007 .bin file format]&lt;br /&gt;
* [http://www.arstdesign.com/BBS/BulletinBoard.php?qs_id=1355 Cracking the Office 2007 .bin file format]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://www.spreadsheet1.com/2048-game-version-for-excel.html 2048 Game for Excel] is distributed in this format.&lt;br /&gt;
&lt;br /&gt;
== Other links ==&lt;br /&gt;
* [http://blogs.msdn.com/b/dmahugh/archive/2006/08/22/712835.aspx New binary format for spreadsheets]&lt;br /&gt;
* [http://blogs.msdn.com/b/davbosch/archive/2006/08/29/730183.aspx Excel 2007 Binary File Format (.xlsb) as a timesaver]&lt;br /&gt;
* [http://www.loc.gov/preservation/digital/formats/fdd/fdd000512.shtml Library of Congress Sustainability of Digital Formats XLSB description]&lt;br /&gt;
* [https://forensicswiki.xyz/wiki/index.php?title=Excel_Spreadsheet_(XLSB) ForensicsWiki entry] (minimal info)&lt;br /&gt;
&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;br /&gt;
[[Category:Microsoft]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/XLS</id>
		<title>XLS</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/XLS"/>
				<updated>2020-11-27T00:13:15Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add ForensicsWiki entry link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Document&lt;br /&gt;
|subcat2=Spreadsheet&lt;br /&gt;
|extensions={{ext|xls}}&lt;br /&gt;
|mimetypes={{mimetype|application/vnd.ms-excel}}&lt;br /&gt;
}}&lt;br /&gt;
[[XLS]] is a family of spreadsheet formats native to [[Microsoft Excel]].&lt;br /&gt;
&lt;br /&gt;
==Microsoft Office EXCEL 97-2007== &lt;br /&gt;
&lt;br /&gt;
The Excel Binary File Format (.xls) Structure is the binary file format used by Microsoft Excel 97, 2000, 2002, and  Office Excel 2003. It is also supported by Microsoft Office Excel 2007.&lt;br /&gt;
&lt;br /&gt;
Later Excel versions use [[XLSX]] as their native format, though they still support the older format as well.&lt;br /&gt;
&lt;br /&gt;
==Handling of date values==&lt;br /&gt;
Excel stores date values as floating point numbers that represent the number of days since a given start date. According to [http://datapub.cdlib.org/2014/04/10/abandon-all-hope-ye-who-enter-dates-in-excel/ this piece], the default start dates are different for Excel for Windows (which uses January 1, 1900 and) Excel for Mac (which uses January 1, 1904). On top of this, the 1900 date system also erroneously assumes that 1900 was a leap year. This assumption was introduced on purpose in order to ensure compatibility with a bug in Lotus 1-2-3. In practice this may lead to dates that are off by 4 years and 1 day, depending on the software that is used to read/process the files.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://libxls.sourceforge.net/ libxls] - Library for reading XLS&lt;br /&gt;
* [http://sourceforge.net/projects/xlslib/ xlsLib] - Library for writing XLS&lt;br /&gt;
* [http://www.lexicon.net/sjmachin/xlrd.html The xlrd Module, a Python module for extracting data from MS Excel spreadsheet files] - contains detailed information about Excel's date handling&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [http://labs.nationalarchives.gov.uk/wordpress/index.php/2014/01/datasets/ National Archives (UK) datasets (includes some XLS files)]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [http://download.microsoft.com/download/5/0/1/501ED102-E53F-4CE0-AA6B-B0F93629DDC6/Office/Excel97-2007BinaryFileFormat(xls)Specification.pdf Binary file format specification *.xls (97-2007) format]&lt;br /&gt;
* [http://www.joelonsoftware.com/items/2008/02/19.html Why are the Microsoft Office file formats so complicated? (And some workarounds)]&lt;br /&gt;
* [http://www.advisorone.com/2013/04/16/oops-reinhart-rogoff-research-tripped-up-by-typo?t=theory-strategy Typo in Excel spreadsheet apparently led to erroneous result in economic paper that was influential on government policy]&lt;br /&gt;
* [https://uc3.cdlib.org/2014/04/09/abandon-all-hope-ye-who-enter-dates-in-excel/ Abandon all hope, ye who enter dates in Excel]&lt;br /&gt;
* [http://support.microsoft.com/kb/180162 XL: The 1900 Date System vs. the 1904 Date System]&lt;br /&gt;
* [http://decalage.info/file_formats_security/office MS Office 97-2003 legacy/binary formats security] - article with lots of resources on MS Office formats, including analysis techniques, tools and parsing libraries&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [https://forensicswiki.xyz/wiki/index.php?title=Excel_Spreadsheet_(XLS) ForensicsWiki entry] (need to copy over whatever relevant details are available)&lt;br /&gt;
&lt;br /&gt;
[[Category:Microsoft]]&lt;br /&gt;
[[Category:Microsoft Compound File]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Sources</id>
		<title>Sources</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Sources"/>
				<updated>2020-11-19T01:49:58Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
If you're looking for places to pull either file format information, or to verify stuff you've found, or to go that extra mile to track down variations, here's some similar endeavors and items.&lt;br /&gt;
&lt;br /&gt;
==List of Places Keeping Track of Formats==&lt;br /&gt;
&lt;br /&gt;
* [https://forensicswiki.xyz/wiki/index.php?title=Category:File_Formats Forensics Wiki]&lt;br /&gt;
* http://archivematica.org/preservation&lt;br /&gt;
* http://www.fileformat.info/&lt;br /&gt;
* http://www.ace.net.nz/tech/TechFileFormat.html&lt;br /&gt;
* http://wotsit.org/ - their download page is broken. need to ping webmaster about that.&lt;br /&gt;
* Wikipedia: http://en.wikipedia.org/wiki/List_of_file_formats and http://en.wikipedia.org/wiki/List_of_file_formats_%28alphabetical%29&lt;br /&gt;
** Also [[wikipedia:Template:Infobox file format]] ([http://en.wikipedia.org/w/index.php?title=Special%3AWhatLinksHere&amp;amp;limit=500&amp;amp;target=Template%3AInfobox+file+format&amp;amp;namespace=0 pages using this template])&lt;br /&gt;
* http://unarchiver.c3.cx/formats&lt;br /&gt;
* [[PRONOM|The PRONOM format registry]]&lt;br /&gt;
* http://wiki.multimedia.cx/&lt;br /&gt;
* http://archive.org/download/file-format-encyclopedia/fileformat.zip/&lt;br /&gt;
* http://www.digitalpreservation.gov/formats/fdd/descriptions.shtml&lt;br /&gt;
* http://www.udfr.org/, see also http://gdfr.info/.&lt;br /&gt;
* http://gitorious.org/re-lab Tools &amp;amp; specs from re-lab- graphics formats, and office formats&lt;br /&gt;
* http://www-mmsp.ece.mcgill.ca/documents/AudioFormats/index.html - Documentation, details, specs, and samples for a handful of audio formats&lt;br /&gt;
* http://wiki.xentax.com/index.php/Game_File_Format_Central This wiki is the home of the most game (archive) file format knowledge in the world.&lt;br /&gt;
* http://rewiki.regengedanken.de has some more game related reverse engineering&lt;br /&gt;
* http://mark0.net/soft-trid-e.html Home to TrID, which can identify a vast number of file formats using an updateable database&lt;br /&gt;
* http://mark0.net/soft-trid-deflist.html Online searchable version of the TrID database file&lt;br /&gt;
* http://file-extension.net/seeker/ Metasearch engine for file extensions - Find info about unknown file extensions or filetypes&lt;br /&gt;
* http://www.vgmpf.com/Wiki/index.php?title=Main_Page - the Videogame Music Preservation Foundation Wiki has information on a number of formats used to play back videogame music&lt;br /&gt;
* http://hackipedia.org/File%20formats/ - loads of info on various formats here&lt;br /&gt;
* http://wiki.mobileread.com/wiki/E-book_formats - detailed information on eBook formats.&lt;br /&gt;
* http://mediapedia.nla.gov.au/ - &amp;quot;The Mediapedia resource is intended to enable the identification of various physical media carrier types for assisting with collection planning, assessment, documentation, infrastructure and preservation planning for the content they hold. These could include media across various genres such as cine, video, photo, audio, data, paper carriers, microfilm, etc.&amp;quot;&lt;br /&gt;
* http://wiki.opf-labs.org/display/TR/Formats - Small list of formats with detailed descriptions of some known access/preservation problems.&lt;br /&gt;
* [http://registry.dcc.ac.uk:8080/RegistryWeb/Registry/ CASPAR/DCC Representation Information Repository]&lt;br /&gt;
* [http://theswo.sourceforge.net/ The Software Ontology]&lt;br /&gt;
* [http://keep-totem.co.uk/ KEEP Totem] also covers software, hardware etc.&lt;br /&gt;
* [http://cultureandcommunication.org/deadmedia/index.php/Main_Page Dead Media Archives]&lt;br /&gt;
* [http://www.fid3.com/file-formats The &amp;gt;4000 formats known to FI Tools], [http://www.fid3.com/formats-ext1 by extension], [http://www.fid3.com/formats-mime by MIME type]&lt;br /&gt;
* [http://hg.python.org/cpython/file/2.7/Lib/mimetypes.py#l402 Python sourcecode for mimetypes module]&lt;br /&gt;
* /etc/mimetypes on *nix systems defines a number of file formats and [[MIME types]]&lt;br /&gt;
* http://www.iasa-web.org/tc04/key-digital-principles - Recommended Audio formats by Audiovisual Archives and Institutions&lt;br /&gt;
* http://www.gpsbabel.org/capabilities.html - List of formats used by GPS devices&lt;br /&gt;
* http://www.microsoft.com/openspecifications/en/us/programs/osp/office-file-formats/default.aspx Microsoft's Open Document Specifications&lt;br /&gt;
* http://mamedev.org/source/src/lib/formats/index.html http://mamedev.org/source/src/mess/formats/index.html - format handlers for disk images, cassette images, and memory snapshots/quickloads in the MESS source code&lt;br /&gt;
* http://minidisc.org alot of minidisc related info&lt;br /&gt;
* http://cool.conservation-us.org/ Conservation Online&lt;br /&gt;
* http://filext.com/ File Extensions with MIME types&lt;br /&gt;
* http://en.wikipedia.org/wiki/List_of_file_formats_(alphabetical) Wikipedia list of file formats (alphabetical)&lt;br /&gt;
* http://ist.uwaterloo.ca/~schepers/formats.html The C64 file formats list&lt;br /&gt;
* http://3dbrew.org/wiki/Category:File_formats Nintendo 3DS file formats&lt;br /&gt;
* http://www.iana.org/assignments/media-types/index.html IANA MIME Media Types - lots of useful info here and often quite detailed as well&lt;br /&gt;
* http://gitorious.org/msoscheme msoscheme is a project that creates a machine readable description of the binary file formats of Microsoft Office&lt;br /&gt;
* http://www.schnarff.com/file-formats/ File Formats documentation collection&lt;br /&gt;
* http://the-fr.org/ The Format Registry&lt;br /&gt;
* http://www.freebase.com/computer/file_format?instances= Freebase instances in category &amp;quot;File Format&amp;quot;&lt;br /&gt;
* https://bitbucket.org/haypo/hachoir/src/default/hachoir-parser/hachoir_parser/ Hachoir file format parsers&lt;br /&gt;
* https://bitbucket.org/haypo/hachoir/wiki/FileFormatResources Hachoir list of file format resources&lt;br /&gt;
* https://theiphonewiki.com/wiki/Category:File_Formats iPhone related file formats&lt;br /&gt;
* https://www.synalysis.net/formats.xml Synalize It file format grammars&lt;br /&gt;
* [http://www.binwalk.org Binwalk] — can recognise and extract data in many formats embeddded inside firmware images&lt;br /&gt;
* http://www.math.utah.edu/~beebe/fonts/X-Window-System-fonts.html - Good info about the Fonts on Windows X system&lt;br /&gt;
* http://www.online-convert.com/file-type&lt;br /&gt;
* https://melog.info/archives/2004/09/30223144.html - PC98 disk image formats (Japanese)&lt;br /&gt;
* http://lclevy.free.fr/amiga/formats.html - Amiga file formats&lt;br /&gt;
* http://hitmen.c02.at/files/yagcd/yagcd/ - contains Nintendo GameCube file formats&lt;br /&gt;
* https://wiibrew.org/wiki/Category:File_formats - files related to the Nintendo Wii&lt;br /&gt;
* http://wiki.tockdom.com/wiki/Category:File_Format - file formats related to the Mario Kart games&lt;br /&gt;
* https://www.cgsecurity.org/wiki/File_Formats_Recovered_By_PhotoRec - File Format Signatures used in data recovery&lt;br /&gt;
* [[Atari Forum Wiki]]&lt;br /&gt;
* http://www.undocprint.org/ - Information on printing-related formats, languages, and protocols&lt;br /&gt;
&lt;br /&gt;
==Emulation==&lt;br /&gt;
&lt;br /&gt;
* http://nonmess.retrogames.com/ - Emulator listing for various computer formats, including MESS and single-machine emulators.&lt;br /&gt;
* [http://emuframework.sourceforge.net/ The Emulation Framework] is software developed by the international KEEP project, co-funded by the European Union's 7th Framework Programme.&lt;br /&gt;
&lt;br /&gt;
==Books==&lt;br /&gt;
&lt;br /&gt;
* [http://www.amazon.com/Compressed-Image-File-Formats-JPEG/dp/0201604434/ Compressed Image File Formats: JPEG, PNG, GIF, XBM, BMP] by John Miano (1999)&lt;br /&gt;
* [http://www.amazon.com/Encyclopedia-Graphics-File-Formats-Reference/dp/1565921615/ Encyclopedia of Graphics File Formats] by James D. Murray and William VanRyper (1994, 1996) '''Copy Acquired!''' Refer to the [[Encyclopedia of Graphics File Formats|main article]].&lt;br /&gt;
* [http://www.amazon.com/Graphics-File-Formats-David-Kay/dp/0070340250/ Graphics File Formats] by David C. Kay and John R. Levine (1994)&lt;br /&gt;
* [http://www.amazon.com/Graphics-File-Formats-Reference-Guide/dp/0133034054/ Graphics File Formats: Reference and Guide] by C. Wayne Brown, Barry J. Shepherd (1994)&lt;br /&gt;
* [http://www.amazon.com/Formats-Popular-Personal-Computer-Software/dp/0471836710/ File Formats for Popular Personal Computer Software: A Programmer's Reference (Self-teaching Guides)] by Jeff Walden (1986) '''Copy Acquired!'''&lt;br /&gt;
* [http://www.amazon.com/File-Formats-Internet-Guide-Users/dp/0871114410 File Formats on the Internet: A Guide for PC Users] by Allison B. Zhang (1996) '''Copy Acquired!'''&lt;br /&gt;
* [http://www.amazon.com/Graphics-File-Formats-Programmers-Reference/dp/0201488353/ 3D Graphics File Formats: A Programmer's Reference] by Keith Rule (1996)&lt;br /&gt;
* [http://www.amazon.com/More-File-Formats-Popular-Software/dp/0471850772/ More File Formats for Popular PC Software: A Programmer's Reference] by Jeff Walden (1987) '''Copy Acquired!'''&lt;br /&gt;
* [http://www.amazon.com/Lotus-File-Formats-1-2-3-Symphony/dp/0201168243/ Lotus File Formats for 1-2-3 Symphony &amp;amp; Jazz: File Structure Descriptions for Developers] from Lotus, Inc. (1986)&lt;br /&gt;
* [http://www.amazon.com/Inside-Windows-File-Formats-Swan/dp/0672303388/ Inside Windows File Formats] by Tom Swan (Nov 1993)&lt;br /&gt;
* [http://www.amazon.com/Internet-File-Formats-Complete-Receiving/dp/188357756X/ Internet File Formats: Your Complete Resource for Sending, Receiving, and Using Internet Files] by Tim Kientzle (Oct 15, 1995)&lt;br /&gt;
* [http://www.amazon.com/File-Formats-Popular-PC-Software/dp/0471528064/ File Formats for Popular PC Software] by Jeff Walden (Nov 1992)&lt;br /&gt;
* [http://www.amazon.com/File-Formats-Conversions-Book-Developers/dp/155755059X/ PC File Formats and Conversions/Book and Disk (Developers Series)] by Ralf Kussmann (Mar 1990)&lt;br /&gt;
* [http://www.amazon.com/Windows-Undocumented-Formats-Working-Inside/dp/0879304375/ Windows Undocumented File Formats; Working Inside 16- and 32- bit Windows] by Pete Davis (Jan 23, 1997)&lt;br /&gt;
* [http://www.amazon.com/Graphics-File-Formats-Complete-Reference/dp/0070375321/ Graphics File Formats: The Complete Reference] by John R. Levine and David C. Kay (May 1992)&lt;br /&gt;
* [http://www.amazon.com/Using-Pcx-Graphics-Files-Programmers/dp/0879304324/ Using Pcx Graphics Files: The Programmer's Definitive Guide to Pcx File Formats] by Roger T. Stevens (Apr 1, 1996)&lt;br /&gt;
* [http://www.amazon.com/File-Formats-Handbook-Gunter-Born/dp/1850321175/ The File Formats Handbook] by Gunter Born (Sep 1995)&lt;br /&gt;
* [http://www.amazon.com/Window-System-Formats-Application-Conventions/dp/1872630154/ X Window System File Formats and Application Conventions (X11R4)] by The Open Group (Jul 17, 1991)&lt;br /&gt;
* [http://www.iasa-web.org/audio-preservation-tc04 Guidelines on the Production and Preservation of Digital Audio Objects] by IASA (2009)&lt;br /&gt;
&lt;br /&gt;
==Other Useful Materials and Services==&lt;br /&gt;
&lt;br /&gt;
* http://www.nsrl.nist.gov/ National Software Reference Library (see also http://blogs.loc.gov/digitalpreservation/2012/05/life-saving-the-national-software-reference-library/)&lt;br /&gt;
* http://www.openplanetsfoundation.org/software/fido Format Identification for Digital Objects&lt;br /&gt;
* https://github.com/usnationalarchives/File-Analyzer File Analyzer&lt;br /&gt;
* https://sk1project.net/modules.php?name=Products&amp;amp;product=uniconvertor UniConvertor is a universal vector graphics translator. It is a command line tool which uses sK1 object model to convert one format to another&lt;br /&gt;
* http://www.textfiles.com/programming/FORMATS/&lt;br /&gt;
* http://wiki.opf-labs.org/display/SPR/Digital+Preservation+Tools Wiki list of digital preservation tool lists&lt;br /&gt;
* http://wiki.opf-labs.org/display/REQ/Digital+Preservation+and+Data+Curation+Requirements+and+Solutions Digital Preservation and Data Curation Requirements and Solutions. Not classified by formats, but by datasets, issues and solutions.&lt;br /&gt;
* http://fileformats.wordpress.com/ - The File Formats Blog&lt;br /&gt;
* http://www.archive.org/details/cdbbsarchive - The Internet Archive has over 1,500 CD-ROMs loaded with shareware, and with that comes converters, documentation and other vital works related to file formats.&lt;br /&gt;
* [http://wiki.opf-labs.org/display/SPR/Crowd+sourced+Representation+Information+for+Supporting+Preservation+(cRIsp) Crowd sourced Representation Information for Supporting Preservation (cRIsp)]&lt;br /&gt;
* [http://www.nsrl.nist.gov/ National Software Reference Library]&lt;br /&gt;
* [http://mediatypes.appspot.com/ Linked Data URIs for MIME Types]&lt;br /&gt;
* http://darwinsys.com/file/ UNIX file(1) format guessing utility&lt;br /&gt;
* http://www.filesignatures.net/ Online database of file signatures (magic numbers)&lt;br /&gt;
* http://www.garykessler.net/library/file_sigs.html List of file signatures (magic numbers)&lt;br /&gt;
* [http://paulbourke.net/dataformats/ Data Formats from Paul Bourke] Useful information on older formats. Categories include Geometric (e.g., 3-D), Audio, and Image.&lt;br /&gt;
* [http://www.martinreddy.net/gfx/ Graphics File Formats page from Martin Reddy] Useful information on older formats. Categories are: 2-D and 3-D, with supplementary resources.&lt;br /&gt;
* [http://samples.multimedia.cx/ LibAV Sample Files collection, over 50GB]&lt;br /&gt;
* http://www.corel.com/content/pdf/wpx4/corel-wordperfect-office-X4-reviewers-guide.pdf Corel WordPerfect Office Reviewers Guide, Appendix A gives useful overview of old Office formats + their typical file extensions.&lt;br /&gt;
* http://documentation.statsoft.com/STATISTICAHelp.aspx?path=common/CommonMenus/CompatibleDocumentTypes Some info on formats of / compatible with Statsoft Statistica&lt;br /&gt;
* http://web-beta.archive.org/web/20100210224635/http://medlem.spray.se/converters Loads of DOS / Windows conversion programs - this appears to be the most recent grab held by the Internet Archive&lt;br /&gt;
* https://github.com/kreativekorp/ksfl Project to read/write various container formats&lt;br /&gt;
* http://www.kreativekorp.com/swdownload/wildfire/HC%20FILE%20FORMAT%202010.TXT Description of the [[HyperCard stack]] file format&lt;br /&gt;
* [http://mediaarchaeologylab.com/ Media Archeology Lab]&lt;br /&gt;
* [https://archive.org/details/bitsavers_dec Bitsavers document library of DEC manuals]&lt;br /&gt;
* [http://www.documentliberation.org/ Document Liberation Project]&lt;br /&gt;
* [http://qanda.digipres.org/80/unusual-sources-of-file-format-signatures Unusual sources of file format signatures]&lt;br /&gt;
* [http://www.deadmedia.org/ The Dead Media Project]&lt;br /&gt;
* [http://archives.govt.nz/advice/guidance-and-standards/guidance-subject/digital-recordkeeping/advice-file-formats-creation-di Advice on File Formats for the Creation of Digital Records] (Archives New Zealand)&lt;br /&gt;
* [http://www.avpreserve.com/papers-and-presentations/an-introduction-to-using-the-command-line-interface-to-work-with-files-and-directories/ An introduction to using the command line interface to work with files and directories]&lt;br /&gt;
* [http://www.digipres.org/ DigiPres Commons Community-owned digital preservation resources]&lt;br /&gt;
* [http://www.digipres.org/tools/ POWRR Tool Grid]&lt;br /&gt;
* [http://ec2-52-37-126-112.us-west-2.compute.amazonaws.com/falstaff/ Falstaff: online file identification utility]&lt;br /&gt;
* [http://access.bitcurator.net/index.php?title=Main_Page BitCurator access tools]&lt;br /&gt;
* [http://www.documentliberation.org/projects/ Document Liberation Project projects]&lt;br /&gt;
* [https://mediaarea.net/ollistd Open LossLess in STanDards] ([https://github.com/mediaarea/ollistd GitHub])&lt;br /&gt;
* http://www.manmrk.net/tutorials/compress/index.htm A large collection of 1990s compression software&lt;br /&gt;
&lt;br /&gt;
[[Category:Sources| ]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Sources</id>
		<title>Sources</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Sources"/>
				<updated>2020-11-19T01:48:24Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: /* List of Places Keeping Track of Formats */ update link to Forensics Wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
If you're looking for places to pull either file format information, or to verify stuff you've found, or to go that extra mile to track down variations, here's some similar endeavors and items.&lt;br /&gt;
&lt;br /&gt;
==List of Places Keeping Track of Formats==&lt;br /&gt;
&lt;br /&gt;
* [http://www.forensicswiki.xyz/wiki/Category:File_Formats Forensics Wiki]&lt;br /&gt;
* http://archivematica.org/preservation&lt;br /&gt;
* http://www.fileformat.info/&lt;br /&gt;
* http://www.ace.net.nz/tech/TechFileFormat.html&lt;br /&gt;
* http://wotsit.org/ - their download page is broken. need to ping webmaster about that.&lt;br /&gt;
* Wikipedia: http://en.wikipedia.org/wiki/List_of_file_formats and http://en.wikipedia.org/wiki/List_of_file_formats_%28alphabetical%29&lt;br /&gt;
** Also [[wikipedia:Template:Infobox file format]] ([http://en.wikipedia.org/w/index.php?title=Special%3AWhatLinksHere&amp;amp;limit=500&amp;amp;target=Template%3AInfobox+file+format&amp;amp;namespace=0 pages using this template])&lt;br /&gt;
* http://unarchiver.c3.cx/formats&lt;br /&gt;
* [[PRONOM|The PRONOM format registry]]&lt;br /&gt;
* http://wiki.multimedia.cx/&lt;br /&gt;
* http://archive.org/download/file-format-encyclopedia/fileformat.zip/&lt;br /&gt;
* http://www.digitalpreservation.gov/formats/fdd/descriptions.shtml&lt;br /&gt;
* http://www.udfr.org/, see also http://gdfr.info/.&lt;br /&gt;
* http://gitorious.org/re-lab Tools &amp;amp; specs from re-lab- graphics formats, and office formats&lt;br /&gt;
* http://www-mmsp.ece.mcgill.ca/documents/AudioFormats/index.html - Documentation, details, specs, and samples for a handful of audio formats&lt;br /&gt;
* http://wiki.xentax.com/index.php/Game_File_Format_Central This wiki is the home of the most game (archive) file format knowledge in the world.&lt;br /&gt;
* http://rewiki.regengedanken.de has some more game related reverse engineering&lt;br /&gt;
* http://mark0.net/soft-trid-e.html Home to TrID, which can identify a vast number of file formats using an updateable database&lt;br /&gt;
* http://mark0.net/soft-trid-deflist.html Online searchable version of the TrID database file&lt;br /&gt;
* http://file-extension.net/seeker/ Metasearch engine for file extensions - Find info about unknown file extensions or filetypes&lt;br /&gt;
* http://www.vgmpf.com/Wiki/index.php?title=Main_Page - the Videogame Music Preservation Foundation Wiki has information on a number of formats used to play back videogame music&lt;br /&gt;
* http://hackipedia.org/File%20formats/ - loads of info on various formats here&lt;br /&gt;
* http://wiki.mobileread.com/wiki/E-book_formats - detailed information on eBook formats.&lt;br /&gt;
* http://mediapedia.nla.gov.au/ - &amp;quot;The Mediapedia resource is intended to enable the identification of various physical media carrier types for assisting with collection planning, assessment, documentation, infrastructure and preservation planning for the content they hold. These could include media across various genres such as cine, video, photo, audio, data, paper carriers, microfilm, etc.&amp;quot;&lt;br /&gt;
* http://wiki.opf-labs.org/display/TR/Formats - Small list of formats with detailed descriptions of some known access/preservation problems.&lt;br /&gt;
* [http://registry.dcc.ac.uk:8080/RegistryWeb/Registry/ CASPAR/DCC Representation Information Repository]&lt;br /&gt;
* [http://theswo.sourceforge.net/ The Software Ontology]&lt;br /&gt;
* [http://keep-totem.co.uk/ KEEP Totem] also covers software, hardware etc.&lt;br /&gt;
* [http://cultureandcommunication.org/deadmedia/index.php/Main_Page Dead Media Archives]&lt;br /&gt;
* [http://www.fid3.com/file-formats The &amp;gt;4000 formats known to FI Tools], [http://www.fid3.com/formats-ext1 by extension], [http://www.fid3.com/formats-mime by MIME type]&lt;br /&gt;
* [http://hg.python.org/cpython/file/2.7/Lib/mimetypes.py#l402 Python sourcecode for mimetypes module]&lt;br /&gt;
* /etc/mimetypes on *nix systems defines a number of file formats and [[MIME types]]&lt;br /&gt;
* http://www.iasa-web.org/tc04/key-digital-principles - Recommended Audio formats by Audiovisual Archives and Institutions&lt;br /&gt;
* http://www.gpsbabel.org/capabilities.html - List of formats used by GPS devices&lt;br /&gt;
* http://www.microsoft.com/openspecifications/en/us/programs/osp/office-file-formats/default.aspx Microsoft's Open Document Specifications&lt;br /&gt;
* http://mamedev.org/source/src/lib/formats/index.html http://mamedev.org/source/src/mess/formats/index.html - format handlers for disk images, cassette images, and memory snapshots/quickloads in the MESS source code&lt;br /&gt;
* http://minidisc.org alot of minidisc related info&lt;br /&gt;
* http://cool.conservation-us.org/ Conservation Online&lt;br /&gt;
* http://filext.com/ File Extensions with MIME types&lt;br /&gt;
* http://en.wikipedia.org/wiki/List_of_file_formats_(alphabetical) Wikipedia list of file formats (alphabetical)&lt;br /&gt;
* http://ist.uwaterloo.ca/~schepers/formats.html The C64 file formats list&lt;br /&gt;
* http://3dbrew.org/wiki/Category:File_formats Nintendo 3DS file formats&lt;br /&gt;
* http://www.iana.org/assignments/media-types/index.html IANA MIME Media Types - lots of useful info here and often quite detailed as well&lt;br /&gt;
* http://gitorious.org/msoscheme msoscheme is a project that creates a machine readable description of the binary file formats of Microsoft Office&lt;br /&gt;
* http://www.schnarff.com/file-formats/ File Formats documentation collection&lt;br /&gt;
* http://the-fr.org/ The Format Registry&lt;br /&gt;
* http://www.freebase.com/computer/file_format?instances= Freebase instances in category &amp;quot;File Format&amp;quot;&lt;br /&gt;
* https://bitbucket.org/haypo/hachoir/src/default/hachoir-parser/hachoir_parser/ Hachoir file format parsers&lt;br /&gt;
* https://bitbucket.org/haypo/hachoir/wiki/FileFormatResources Hachoir list of file format resources&lt;br /&gt;
* https://theiphonewiki.com/wiki/Category:File_Formats iPhone related file formats&lt;br /&gt;
* https://www.synalysis.net/formats.xml Synalize It file format grammars&lt;br /&gt;
* [http://www.binwalk.org Binwalk] — can recognise and extract data in many formats embeddded inside firmware images&lt;br /&gt;
* http://www.math.utah.edu/~beebe/fonts/X-Window-System-fonts.html - Good info about the Fonts on Windows X system&lt;br /&gt;
* http://www.online-convert.com/file-type&lt;br /&gt;
* https://melog.info/archives/2004/09/30223144.html - PC98 disk image formats (Japanese)&lt;br /&gt;
* http://lclevy.free.fr/amiga/formats.html - Amiga file formats&lt;br /&gt;
* http://hitmen.c02.at/files/yagcd/yagcd/ - contains Nintendo GameCube file formats&lt;br /&gt;
* https://wiibrew.org/wiki/Category:File_formats - files related to the Nintendo Wii&lt;br /&gt;
* http://wiki.tockdom.com/wiki/Category:File_Format - file formats related to the Mario Kart games&lt;br /&gt;
* https://www.cgsecurity.org/wiki/File_Formats_Recovered_By_PhotoRec - File Format Signatures used in data recovery&lt;br /&gt;
* [[Atari Forum Wiki]]&lt;br /&gt;
* http://www.undocprint.org/ - Information on printing-related formats, languages, and protocols&lt;br /&gt;
&lt;br /&gt;
==Emulation==&lt;br /&gt;
&lt;br /&gt;
* http://nonmess.retrogames.com/ - Emulator listing for various computer formats, including MESS and single-machine emulators.&lt;br /&gt;
* [http://emuframework.sourceforge.net/ The Emulation Framework] is software developed by the international KEEP project, co-funded by the European Union's 7th Framework Programme.&lt;br /&gt;
&lt;br /&gt;
==Books==&lt;br /&gt;
&lt;br /&gt;
* [http://www.amazon.com/Compressed-Image-File-Formats-JPEG/dp/0201604434/ Compressed Image File Formats: JPEG, PNG, GIF, XBM, BMP] by John Miano (1999)&lt;br /&gt;
* [http://www.amazon.com/Encyclopedia-Graphics-File-Formats-Reference/dp/1565921615/ Encyclopedia of Graphics File Formats] by James D. Murray and William VanRyper (1994, 1996) '''Copy Acquired!''' Refer to the [[Encyclopedia of Graphics File Formats|main article]].&lt;br /&gt;
* [http://www.amazon.com/Graphics-File-Formats-David-Kay/dp/0070340250/ Graphics File Formats] by David C. Kay and John R. Levine (1994)&lt;br /&gt;
* [http://www.amazon.com/Graphics-File-Formats-Reference-Guide/dp/0133034054/ Graphics File Formats: Reference and Guide] by C. Wayne Brown, Barry J. Shepherd (1994)&lt;br /&gt;
* [http://www.amazon.com/Formats-Popular-Personal-Computer-Software/dp/0471836710/ File Formats for Popular Personal Computer Software: A Programmer's Reference (Self-teaching Guides)] by Jeff Walden (1986) '''Copy Acquired!'''&lt;br /&gt;
* [http://www.amazon.com/File-Formats-Internet-Guide-Users/dp/0871114410 File Formats on the Internet: A Guide for PC Users] by Allison B. Zhang (1996) '''Copy Acquired!'''&lt;br /&gt;
* [http://www.amazon.com/Graphics-File-Formats-Programmers-Reference/dp/0201488353/ 3D Graphics File Formats: A Programmer's Reference] by Keith Rule (1996)&lt;br /&gt;
* [http://www.amazon.com/More-File-Formats-Popular-Software/dp/0471850772/ More File Formats for Popular PC Software: A Programmer's Reference] by Jeff Walden (1987) '''Copy Acquired!'''&lt;br /&gt;
* [http://www.amazon.com/Lotus-File-Formats-1-2-3-Symphony/dp/0201168243/ Lotus File Formats for 1-2-3 Symphony &amp;amp; Jazz: File Structure Descriptions for Developers] from Lotus, Inc. (1986)&lt;br /&gt;
* [http://www.amazon.com/Inside-Windows-File-Formats-Swan/dp/0672303388/ Inside Windows File Formats] by Tom Swan (Nov 1993)&lt;br /&gt;
* [http://www.amazon.com/Internet-File-Formats-Complete-Receiving/dp/188357756X/ Internet File Formats: Your Complete Resource for Sending, Receiving, and Using Internet Files] by Tim Kientzle (Oct 15, 1995)&lt;br /&gt;
* [http://www.amazon.com/File-Formats-Popular-PC-Software/dp/0471528064/ File Formats for Popular PC Software] by Jeff Walden (Nov 1992)&lt;br /&gt;
* [http://www.amazon.com/File-Formats-Conversions-Book-Developers/dp/155755059X/ PC File Formats and Conversions/Book and Disk (Developers Series)] by Ralf Kussmann (Mar 1990)&lt;br /&gt;
* [http://www.amazon.com/Windows-Undocumented-Formats-Working-Inside/dp/0879304375/ Windows Undocumented File Formats; Working Inside 16- and 32- bit Windows] by Pete Davis (Jan 23, 1997)&lt;br /&gt;
* [http://www.amazon.com/Graphics-File-Formats-Complete-Reference/dp/0070375321/ Graphics File Formats: The Complete Reference] by John R. Levine and David C. Kay (May 1992)&lt;br /&gt;
* [http://www.amazon.com/Using-Pcx-Graphics-Files-Programmers/dp/0879304324/ Using Pcx Graphics Files: The Programmer's Definitive Guide to Pcx File Formats] by Roger T. Stevens (Apr 1, 1996)&lt;br /&gt;
* [http://www.amazon.com/File-Formats-Handbook-Gunter-Born/dp/1850321175/ The File Formats Handbook] by Gunter Born (Sep 1995)&lt;br /&gt;
* [http://www.amazon.com/Window-System-Formats-Application-Conventions/dp/1872630154/ X Window System File Formats and Application Conventions (X11R4)] by The Open Group (Jul 17, 1991)&lt;br /&gt;
* [http://www.iasa-web.org/audio-preservation-tc04 Guidelines on the Production and Preservation of Digital Audio Objects] by IASA (2009)&lt;br /&gt;
&lt;br /&gt;
==Other Useful Materials and Services==&lt;br /&gt;
&lt;br /&gt;
* http://www.nsrl.nist.gov/ National Software Reference Library (see also http://blogs.loc.gov/digitalpreservation/2012/05/life-saving-the-national-software-reference-library/)&lt;br /&gt;
* http://www.openplanetsfoundation.org/software/fido Format Identification for Digital Objects&lt;br /&gt;
* https://github.com/usnationalarchives/File-Analyzer File Analyzer&lt;br /&gt;
* https://sk1project.net/modules.php?name=Products&amp;amp;product=uniconvertor UniConvertor is a universal vector graphics translator. It is a command line tool which uses sK1 object model to convert one format to another&lt;br /&gt;
* http://www.textfiles.com/programming/FORMATS/&lt;br /&gt;
* http://wiki.opf-labs.org/display/SPR/Digital+Preservation+Tools Wiki list of digital preservation tool lists&lt;br /&gt;
* http://wiki.opf-labs.org/display/REQ/Digital+Preservation+and+Data+Curation+Requirements+and+Solutions Digital Preservation and Data Curation Requirements and Solutions. Not classified by formats, but by datasets, issues and solutions.&lt;br /&gt;
* http://fileformats.wordpress.com/ - The File Formats Blog&lt;br /&gt;
* http://www.archive.org/details/cdbbsarchive - The Internet Archive has over 1,500 CD-ROMs loaded with shareware, and with that comes converters, documentation and other vital works related to file formats.&lt;br /&gt;
* [http://wiki.opf-labs.org/display/SPR/Crowd+sourced+Representation+Information+for+Supporting+Preservation+(cRIsp) Crowd sourced Representation Information for Supporting Preservation (cRIsp)]&lt;br /&gt;
* [http://www.nsrl.nist.gov/ National Software Reference Library]&lt;br /&gt;
* [http://mediatypes.appspot.com/ Linked Data URIs for MIME Types]&lt;br /&gt;
* http://darwinsys.com/file/ UNIX file(1) format guessing utility&lt;br /&gt;
* http://www.filesignatures.net/ Online database of file signatures (magic numbers)&lt;br /&gt;
* http://www.garykessler.net/library/file_sigs.html List of file signatures (magic numbers)&lt;br /&gt;
* [http://paulbourke.net/dataformats/ Data Formats from Paul Bourke] Useful information on older formats. Categories include Geometric (e.g., 3-D), Audio, and Image.&lt;br /&gt;
* [http://www.martinreddy.net/gfx/ Graphics File Formats page from Martin Reddy] Useful information on older formats. Categories are: 2-D and 3-D, with supplementary resources.&lt;br /&gt;
* [http://samples.multimedia.cx/ LibAV Sample Files collection, over 50GB]&lt;br /&gt;
* http://www.corel.com/content/pdf/wpx4/corel-wordperfect-office-X4-reviewers-guide.pdf Corel WordPerfect Office Reviewers Guide, Appendix A gives useful overview of old Office formats + their typical file extensions.&lt;br /&gt;
* http://documentation.statsoft.com/STATISTICAHelp.aspx?path=common/CommonMenus/CompatibleDocumentTypes Some info on formats of / compatible with Statsoft Statistica&lt;br /&gt;
* http://web-beta.archive.org/web/20100210224635/http://medlem.spray.se/converters Loads of DOS / Windows conversion programs - this appears to be the most recent grab held by the Internet Archive&lt;br /&gt;
* https://github.com/kreativekorp/ksfl Project to read/write various container formats&lt;br /&gt;
* http://www.kreativekorp.com/swdownload/wildfire/HC%20FILE%20FORMAT%202010.TXT Description of the [[HyperCard stack]] file format&lt;br /&gt;
* [http://mediaarchaeologylab.com/ Media Archeology Lab]&lt;br /&gt;
* [https://archive.org/details/bitsavers_dec Bitsavers document library of DEC manuals]&lt;br /&gt;
* [http://www.documentliberation.org/ Document Liberation Project]&lt;br /&gt;
* [http://qanda.digipres.org/80/unusual-sources-of-file-format-signatures Unusual sources of file format signatures]&lt;br /&gt;
* [http://www.deadmedia.org/ The Dead Media Project]&lt;br /&gt;
* [http://archives.govt.nz/advice/guidance-and-standards/guidance-subject/digital-recordkeeping/advice-file-formats-creation-di Advice on File Formats for the Creation of Digital Records] (Archives New Zealand)&lt;br /&gt;
* [http://www.avpreserve.com/papers-and-presentations/an-introduction-to-using-the-command-line-interface-to-work-with-files-and-directories/ An introduction to using the command line interface to work with files and directories]&lt;br /&gt;
* [http://www.digipres.org/ DigiPres Commons Community-owned digital preservation resources]&lt;br /&gt;
* [http://www.digipres.org/tools/ POWRR Tool Grid]&lt;br /&gt;
* [http://ec2-52-37-126-112.us-west-2.compute.amazonaws.com/falstaff/ Falstaff: online file identification utility]&lt;br /&gt;
* [http://access.bitcurator.net/index.php?title=Main_Page BitCurator access tools]&lt;br /&gt;
* [http://www.documentliberation.org/projects/ Document Liberation Project projects]&lt;br /&gt;
* [https://mediaarea.net/ollistd Open LossLess in STanDards] ([https://github.com/mediaarea/ollistd GitHub])&lt;br /&gt;
* http://www.manmrk.net/tutorials/compress/index.htm A large collection of 1990s compression software&lt;br /&gt;
&lt;br /&gt;
[[Category:Sources| ]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Encapsulated_PostScript</id>
		<title>Encapsulated PostScript</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Encapsulated_PostScript"/>
				<updated>2020-11-08T00:56:36Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add ForensicsWiki entry link (all details already included)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|eps}}, {{ext|epsf}}, {{ext|epsi}}, {{ext|epi}}, {{ext|ept}}&lt;br /&gt;
|pronom={{PRONOM|fmt/122}}, {{PRONOM|fmt/123}}, {{PRONOM|fmt/124}}&lt;br /&gt;
}}&lt;br /&gt;
[[Encapsulated PostScript]] ('''EPS''') is a format based on [[PostScript]], designed to be more like an image format than a page description language.&lt;br /&gt;
&lt;br /&gt;
== Formats ==&lt;br /&gt;
An EPS file may contain a &amp;quot;preview&amp;quot; version of the image, intended to be used, for example, by document editors when displaying the image on the screen. This has a surprisingly large effect on the format. The varieties of EPS are best categorized based on the type of preview image.&lt;br /&gt;
&lt;br /&gt;
Also, be aware that some image viewers may display only the preview image, instead of the full-quality main image.&lt;br /&gt;
&lt;br /&gt;
=== No preview ===&lt;br /&gt;
We'll call an EPS file with no preview image a &amp;quot;plain EPS&amp;quot; file, to distinguish it from the other EPS varieties.&lt;br /&gt;
&lt;br /&gt;
Plain EPS is a subformat of PostScript. It is a plain text file.&lt;br /&gt;
&lt;br /&gt;
=== EPSI ===&lt;br /&gt;
'''EPSI''' (Encapsulated PostScript Interchange) is the same as plain EPS, except that it has a preview image inside it. The preview uses a simple raster image format. EPSI format can be identified by the presence of a line beginning with &amp;quot;&amp;lt;code&amp;gt;%%BeginPreview&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== PICT preview ===&lt;br /&gt;
This variety is only relevant to the Macintosh platform. It contains a [[PICT]] file in the [[Resource Fork]], and a plain EPS file in the data fork.&lt;br /&gt;
&lt;br /&gt;
=== TIFF/WMF preview ===&lt;br /&gt;
This is a wrapper format containing an embedded [[TIFF]] or [[Windows Metafile|WMF]] file, and an embedded plain EPS file. It is sometimes called '''DOS EPS Binary'''. It begins with a 30-byte or a 32-byte binary header. In most cases then the EPS text comes and finally the preview image. For the variant with the TIFF preview image sometimes the file extension &amp;lt;code&amp;gt;ept&amp;lt;/code&amp;gt; is used.&lt;br /&gt;
 &lt;br /&gt;
== Identification ==&lt;br /&gt;
Files with a TIFF or WMF preview image begin with signature bytes &amp;lt;code&amp;gt;C5 D0 D3 C6&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
All other EPS formats begin with ASCII text &amp;quot;&amp;lt;code&amp;gt;%!PS-Adobe-x.x EPSF-x.x&amp;lt;/code&amp;gt;&amp;quot; (where each &amp;lt;code&amp;gt;x&amp;lt;/code&amp;gt; is a single digit).&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://partners.adobe.com/public/developer/en/ps/5002.EPSF_Spec.pdf Encapsulated PostScript Version 3.0]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://pages.cs.wisc.edu/~ghost/ Ghostscript]: A free PostScript interpreter&lt;br /&gt;
* [http://pages.cs.wisc.edu/~ghost/ Ghostview and GSview]: Viewers based on Ghostscript&lt;br /&gt;
* [[ImageMagick]] (requires Ghostscript)&lt;br /&gt;
* [[XnView]] (requires Ghostscript)&lt;br /&gt;
* [http://epsviewer.org/ EPS Viewer]&lt;br /&gt;
* CorelDRAW&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://aminet.net/pix/eps&lt;br /&gt;
* http://cd.textfiles.com/dtpfmwaves/&lt;br /&gt;
* https://example-files.online-convert.com/vector%20image/eps/example.eps&lt;br /&gt;
* http://file.fyicenter.com/b/sample.eps&lt;br /&gt;
* https://telparia.com/fileFormatSamples/image/eps/&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* ''Die PostScript- Acrobat-Bibel'' by Thomas Merz, 1996, ISBN 3-9804943-0-6&lt;br /&gt;
* [http://www.file-extensions.org/ept-file-extension Information about '.ept' on File-Extensions.org]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Encapsulated PostScript|Wikipedia article]]&lt;br /&gt;
* {{EGFF|eps|Encapsulated PostScript File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]&lt;br /&gt;
* [https://www.fireeye.com/blog/threat-research/2015/12/the_eps_awakens.html FireEye blog post about vulnerability in Microsoft's EPS implementation in 2015] (and [https://www.fireeye.com/blog/threat-research/2015/12/the-eps-awakens-part-two.html part 2])&lt;br /&gt;
* [https://web.archive.org/web/20190427230251/http://forensicswiki.org/wiki/Encapsulated_PostScript_(EPS) ForensicsWiki entry] (all information already copied over)&lt;br /&gt;
&lt;br /&gt;
[[Category:Adobe]]&lt;br /&gt;
[[Category:TIFF]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Internet_e-mail_message_format</id>
		<title>Internet e-mail message format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Internet_e-mail_message_format"/>
				<updated>2020-11-01T16:21:23Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add ForensicsWiki entry link (some details still to add)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=E-Mail, newsgroups, and forums&lt;br /&gt;
|extensions={{ext|eml}}&lt;br /&gt;
|mimetypes={{mimetype|message/rfc822}}&lt;br /&gt;
|pronom={{PRONOM|fmt/278}}&lt;br /&gt;
||locfdd={{LoCFDD|fdd000393}}, {{LoCFDD|fdd000388}}&lt;br /&gt;
|released=1977&lt;br /&gt;
}}&lt;br /&gt;
'''Electronic mail''' (e-mail or email) has been in use on the Internet (and its predecessor, the Arpanet) since the 1970s.  A series of RFC documents has specified its standard transmission format.  The best-known (and the one which lent its name to the official MIME type for a single message of this format) is RFC 822, but this superseded the earlier RFC 733 and was in turn later superseded by RFC 2822 and RFC 5322.&lt;br /&gt;
&lt;br /&gt;
Collections of multiple messages of this type, such as mailboxes stored for the use of mail programs or list digests and archives, are stored in a number of formats including [[mbox]].&lt;br /&gt;
&lt;br /&gt;
== Identifiers ==&lt;br /&gt;
* MIME type (Internet media type): '''message/rfc822'''&lt;br /&gt;
* The extension '''.eml''' is sometimes used for files containing individual messages in this format, but this is not universal; other extensions, or no extension at all, can also be used.&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* [https://www.dan.info/sampledata/CHAIN.TXT Copy of e-mail &amp;quot;chain letter&amp;quot; as saved directly off a university mainframe in 1984 and transferred to an IBM PC (Ctrl-Z at end was probably added by PC-DOS)]: shows some examples of archaic formatting and addressing of that era&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* RFC 733&lt;br /&gt;
* RFC 822&lt;br /&gt;
* RFC 2822&lt;br /&gt;
* RFC 5322&lt;br /&gt;
* [https://mailformat.dan.info/ Dan's Mail Format Site]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://web.archive.org/web/20190911115721/http://www.forensicswiki.org/wiki/EML ForensicsWiki entry] (some detail still to migrate over, including a list of programs)&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/DEB</id>
		<title>DEB</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/DEB"/>
				<updated>2020-11-01T16:18:15Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Created page with &amp;quot;'''DEB''' can refer to the following:  *deb -- Debian packaging format *Digital Evidence Bag -- combination of files providing verified storage of digital evidence&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''DEB''' can refer to the following:&lt;br /&gt;
&lt;br /&gt;
*[[deb]] -- Debian packaging format&lt;br /&gt;
*[[Digital Evidence Bag]] -- combination of files providing verified storage of digital evidence&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/CUE_and_BIN</id>
		<title>CUE and BIN</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/CUE_and_BIN"/>
				<updated>2020-11-01T16:11:09Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add ForensicsWiki entry link (no useful details to add) (and another link I found)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Disk Image Formats&lt;br /&gt;
|extensions={{ext|cue}}, {{ext|bin}}&lt;br /&gt;
|pronom={{PRONOM|fmt/1069}}&lt;br /&gt;
}}&lt;br /&gt;
'''CUE and BIN''' is a method of representing the contents of a [[CD]] or [[DVD]] (especially an audio CD) by using a &amp;quot;cue sheet&amp;quot; file in plain text listing the tracks, accompanying a binary (BIN) file with the actual data, sometimes in a disk-image format that captures the raw data of the disk, but sometimes in an audio format such as [[MP3]].&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Cue sheet (computing)|Wikipedia article]]&lt;br /&gt;
* [http://wiki.hydrogenaudio.org/index.php?title=Cue_sheet Hydrogen Audio article]&lt;br /&gt;
* [http://digitalx.org/cue-sheet/syntax/ Cue sheet syntax]&lt;br /&gt;
* [https://web.archive.org/web/20190911115527/http://www.forensicswiki.org/wiki/CUE_Sheet_format ForensicsWiki entry] (minimal info)&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
&lt;br /&gt;
* [http://web.archive.org/web/20070221154246/http://www.goldenhawk.com/download/cdrwin.pdf#G18.998200 Cuesheet Commands] - Annex A of the CDRWIN User's Guide (de facto specification of CUE format)&lt;br /&gt;
* https://github.com/libyal/libodraw/blob/master/documentation/CUE%20sheet%20format.asciidoc&lt;br /&gt;
&lt;br /&gt;
[[Category:Audio and Music]]&lt;br /&gt;
[[Category:Metadata]]&lt;br /&gt;
[[Category:Multi-file formats]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/CUE_%26_BIN</id>
		<title>CUE &amp; BIN</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/CUE_%26_BIN"/>
				<updated>2020-11-01T16:07:16Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Redirected page to CUE and BIN&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CUE and BIN]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/BIN</id>
		<title>BIN</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/BIN"/>
				<updated>2020-11-01T16:06:39Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Redirected page to CUE and BIN&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CUE and BIN]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/CUE</id>
		<title>CUE</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/CUE"/>
				<updated>2020-11-01T16:05:54Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Redirected page to CUE and BIN&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[CUE and BIN]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Cpio</id>
		<title>Cpio</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Cpio"/>
				<updated>2020-11-01T15:23:31Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add ForensicsWiki entry link (no useful details to add)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|name=cpio&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Archiving&lt;br /&gt;
|extensions={{ext|cpio}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-cpio}}&lt;br /&gt;
|pronom={{PRONOM|fmt/635}}&lt;br /&gt;
}}&lt;br /&gt;
{{DISPLAYTITLE:cpio}}&lt;br /&gt;
&lt;br /&gt;
'''cpio''' is a non-compressed file archive format for [[Unix]]-style systems. It was originally intended for tape archiving, similar to the [[Tape Archive]] (tar) format.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
To extract files, using the command line utility:&lt;br /&gt;
  $ cpio -idmv -I example.cpio&lt;br /&gt;
&lt;br /&gt;
To list files:&lt;br /&gt;
  $ cpio -it -I example.cpio&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
A cpio archive begins with one of the following signatures:&lt;br /&gt;
* &amp;lt;code&amp;gt;0x71 0xC7&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;0xC7 0x71&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;'0' '7' '0' '7'&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be aware that there are [[afio]] extensions to cpio format that are not supported by most cpio utilities. For one thing, if most of the filenames end in &amp;quot;.z&amp;quot;, it's probably a compressed afio archive.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://people.freebsd.org/~kientzle/libarchive/man/cpio.5.txt cpio format man page]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://www.gnu.org/software/cpio/cpio.html GNU cpio]&lt;br /&gt;
* [http://www.libarchive.org libarchive / bsdcpio]&lt;br /&gt;
* [http://gnuwin32.sourceforge.net/packages/cpio.htm cpio for Windows]&lt;br /&gt;
* [[7-Zip]]&lt;br /&gt;
* [[afio]]&lt;br /&gt;
* [[Konvertor]]&lt;br /&gt;
* {{Deark}}&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://ftp.gnu.org/gnu/tar/tar-1.27.cpio.gz&lt;br /&gt;
&lt;br /&gt;
== Other links ==&lt;br /&gt;
* [[Wikipedia:cpio|Wikipedia article]]&lt;br /&gt;
* [http://www.freebsd.org/cgi/man.cgi?cpio cpio utility man page]&lt;br /&gt;
* [http://www.gnu.org/software/cpio/manual/index.html GNU cpio manual]&lt;br /&gt;
* [http://rightsock.com/~kjw/Ramblings/tar_v_cpio.html tar vs. cpio]&lt;br /&gt;
* [https://web.archive.org/web/20190809160054/http://www.forensicswiki.org/wiki/Cpio ForensicsWiki entry] (no useful detail)&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Web_browser_files</id>
		<title>Web browser files</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Web_browser_files"/>
				<updated>2020-10-28T16:18:47Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: /* Caches and History files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Web&lt;br /&gt;
|thiscat=Web browser files&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Web browsers save a number of files, including bookmarks (or favorites) of web pages you want to revisit, configuration settings, temporary caches, and cookies stored by the browser when sent from sites you visit. Some of these are kept as permanent settings, while others are temporary and go away eventually.&lt;br /&gt;
&lt;br /&gt;
== Bookmarks ==&lt;br /&gt;
&lt;br /&gt;
* [[AOL Personal Filing Cabinet]] (includes bookmarks/favorites as well as email)&lt;br /&gt;
* [[Chrome bookmarks]]&lt;br /&gt;
* [[Firefox bookmarks]]&lt;br /&gt;
* [[Internet Explorer favorites]]&lt;br /&gt;
* [[Lynx bookmarks]]&lt;br /&gt;
* [[Mosaic hotlists]]&lt;br /&gt;
* [[Netscape bookmarks]]&lt;br /&gt;
* [[Safari bookmarks]]&lt;br /&gt;
&lt;br /&gt;
== Caches and History files ==&lt;br /&gt;
&lt;br /&gt;
* [[Firefox history file]]&lt;br /&gt;
* [[HistoryIndex.sk]]&lt;br /&gt;
* [[History.db]]&lt;br /&gt;
* [[History.plist]]&lt;br /&gt;
* [[Internet Explorer history file]]&lt;br /&gt;
* [[Chrome disk cache]]&lt;br /&gt;
&lt;br /&gt;
== Configuration files ==&lt;br /&gt;
&lt;br /&gt;
== Cookies ==&lt;br /&gt;
* [[Firefox cookie database]]&lt;br /&gt;
* [[libwww-perl cookie_jar]]&lt;br /&gt;
&lt;br /&gt;
== Plug-ins and add-ons ==&lt;br /&gt;
&lt;br /&gt;
== Save and archive files ==&lt;br /&gt;
* [[Konqueror web archive]]&lt;br /&gt;
* [[Webarchive (Safari)]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://panopticlick.eff.org/ How unique and trackable is your browser?]&lt;br /&gt;
* [http://www.youtube.com/watch?v=s4zpL4VBbuU&amp;amp;feature=youtu.be Chrome for Android remote debugging (video)]&lt;br /&gt;
* [https://github.com/lclevy/firepwd/blob/master/mozilla_pbe.pdf Mozilla Password Based Encryption]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Chrome_disk_cache</id>
		<title>Chrome disk cache</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Chrome_disk_cache"/>
				<updated>2020-10-28T16:18:25Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: stub pointing at ForensicsWiki which has more details&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Web&lt;br /&gt;
|subcat2=Web browser files&lt;br /&gt;
}}&lt;br /&gt;
Google Chrome's on-disk cache uses a custom format.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://web.archive.org/web/20190907003459/http://forensicswiki.org/wiki/Chrome_Disk_Cache_Format ForensicsWiki entry] (lots of detail, should be imported here)&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Cabinet</id>
		<title>Cabinet</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Cabinet"/>
				<updated>2020-10-28T16:12:25Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add ForensicsWiki entry link (all details already included)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Archiving&lt;br /&gt;
|extensions={{ext|cab}}&lt;br /&gt;
|mimetypes={{mimetype|application/vnd.ms-cab-compressed}}&lt;br /&gt;
|pronom={{PRONOM|x-fmt/414}}&lt;br /&gt;
|released=1995&lt;br /&gt;
}}&lt;br /&gt;
:''&amp;quot;CAB&amp;quot; redirects here. For another CAB format, see [[InstallShield CAB]].''&lt;br /&gt;
&lt;br /&gt;
'''Cabinet''' ('''CAB''') is a compressed archive format created by Microsoft and used in various installers. Among its several compression formats is [[LZX]], a format co-created by Jonathan Forbes, who was hired by Microsoft after co-creating the format in an independent archiver, and contributed it to Microsoft for use in their products.&lt;br /&gt;
&lt;br /&gt;
The [[PUZ]] format used by [[Microsoft Publisher]] for its &amp;quot;Pack and Go&amp;quot; feature is a Cabinet file with a '''.puz''' extension, containing the Publisher document and its external links.&lt;br /&gt;
&lt;br /&gt;
The [[Windows Installer]] (.msi) format is more-or-less the successor to this format.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
Files begin with the ASCII signature &amp;quot;{{magic|MSCF}}&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [[Konvertor]]&lt;br /&gt;
* [https://www.cabextract.org.uk/libmspack/ libmspack] and [https://www.cabextract.org.uk/ cabextract]&lt;br /&gt;
* [[7-Zip]] can decode at least some CAB files&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://libxad.cvs.sourceforge.net/viewvc/libxad/testfiles/CAB/&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://msdn.microsoft.com/en-us/library/bb417343.aspx Official documentation at Microsoft developer site]&lt;br /&gt;
* [[Wikipedia:Cabinet (file format)|Wikipedia article]]&lt;br /&gt;
* [https://bugs.chromium.org/p/chromium/issues/detail?id=1019811 Discussion of CAB file size limits]&lt;br /&gt;
* [https://web.archive.org/web/20190427230133/http://forensicswiki.org/wiki/Cabinet_Archive_Format_(CAB) ForensicsWiki entry] (minimal details, already included here)&lt;br /&gt;
&lt;br /&gt;
[[Category:Microsoft]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/BHL</id>
		<title>BHL</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/BHL"/>
				<updated>2020-10-28T16:03:09Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Redirected page to BlockHashLoc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[BlockHashLoc]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/BlockHashLoc</id>
		<title>BlockHashLoc</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/BlockHashLoc"/>
				<updated>2020-10-28T16:02:12Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add ForensicsWiki entry link (all details already included)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
| extensions             = {{ext|bhl}}&lt;br /&gt;
| released               = 2017&lt;br /&gt;
| caption                = BHL - BlockHashLoc&lt;br /&gt;
| endianness             = Big_endian&lt;br /&gt;
| developed by           = Marco Pontello&lt;br /&gt;
| reference impl         = https://github.com/MarcoPon/BlockHashLoc&lt;br /&gt;
| error resiliance       = {{SHA-2}}         &lt;br /&gt;
| subcat                 = Archiving&lt;br /&gt;
}}&lt;br /&gt;
The purpose of [[BlockHashLoc]] ('''BHL''') is to enable the recovery of files after total loss of File System structure, or without even knowing what FS was used in the first place.&lt;br /&gt;
&lt;br /&gt;
The way it can recover a given file is by keeping a (small) parallel BHL file with a list of crypto-hashes of all the blocks (of selectable size) that compose it. So it's then possible to read blocks from a disk image/volume, calculate their hashes, compare them with the saved ones and rebuild the original file.&lt;br /&gt;
&lt;br /&gt;
With adequately sized blocks (512 bytes, 4KB, etc. depending on the media and File System), this let one recover a file regardless of the FS used, or the FS integrity, or the fragmentation level.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
&lt;br /&gt;
A BHL files start with bytes {{magic|42 6C 6F 63 6B 48 61 73 68 4C 6F 63 1A}}, or &amp;quot;{{magic|BlockHashLoc}}&amp;quot;+EOF in [[ASCII]].&lt;br /&gt;
&lt;br /&gt;
== Format description ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/MarcoPon/BlockHashLoc BlockHashLoc] GitHub repository&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://web.archive.org/web/20190911115527/http://www.forensicswiki.org/wiki/BlockHashLoc ForensicsWiki entry]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/User_talk:Dan_Tobias</id>
		<title>User talk:Dan Tobias</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/User_talk:Dan_Tobias"/>
				<updated>2020-10-28T16:02:06Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: /* BlockHashLoc from ForensicsWiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CSS ==&lt;br /&gt;
&lt;br /&gt;
We need to figure out how to deal with disambiguation pages. It is obvious that [[CSS]] can be either [[Cascading Style Sheets]] or [[Content Scramble System]], and I don't think this particular wiki should give preference to one known value over another if the abbreviation can be expanded to an unambiguous name. That's why I linked to [[CSS]] on the [[DVD]] page, rather than linking directly to [[Content Scramble System]]. Unless we plan to sort this out immediately, it might be best to leave that link in place, so that we don't lose track of it. Thoughts? [[User:Gphemsley|Gphemsley]] ([[User talk:Gphemsley|talk]]) 02:05, 29 November 2012 (UTC)&lt;br /&gt;
:Perhaps the current CSS article should be moved to Cascading Style Sheets, and a Content Scramble System article created, with [[CSS]] as a disambig article linking to both. But in that case, any specific links to a particular kind of CSS should link directly to the proper one of the articles, not the disambig one. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:18, 29 November 2012 (UTC)&lt;br /&gt;
:: Done. And created [[Template:Disambiguation]] to keep track of disambiguation pages. [[User:Gphemsley|Gphemsley]] ([[User talk:Gphemsley|talk]]) 16:00, 29 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Interwiki links ==&lt;br /&gt;
&lt;br /&gt;
Just a heads-up: You can link to Wikipedia (and a select number of other wikis) using the regular wikilinking syntax by using the relevant wikiprefix. For example: [[Wikipedia:User:GPHemsley]] or [[Wikipedia:Archive Team]]. That way you can differentiate more intimate links to Wikipedia from truly external links to other websites. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 17:48, 17 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Given this site's founder's opinions of Wikipedia, I'm not sure he'd like to get &amp;quot;more intimate&amp;quot; with it, but I'll keep that in mind anyway. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 23:07, 17 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Re: Wikipedia -  I had a paid writing gig last year and in the guidlines there was a strict prohibition from using or citing Wikipedia.  &lt;br /&gt;
They had good reasons for that... [[User:Cipher|Cipher]] ([[User talk:Cipher|talk]])&lt;br /&gt;
:It's still a useful reference if you take it with a big grain of salt. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 01:51, 26 January 2013 (UTC)&lt;br /&gt;
::If you take Wikipedia with a big grain of salt, then you must take every other wiki (including this one) with a whole salt mine. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 15:07, 26 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sidebar ==&lt;br /&gt;
&lt;br /&gt;
Another wikitip: You can change the links in the sidebar by editing [[MediaWiki:Sidebar]] (admins only). You might choose to remove &amp;quot;Current events&amp;quot; and &amp;quot;Help&amp;quot; and add some of the links from the Main page, for example. It takes a somewhat special syntax, though, so you'll probably want to consult [[mw:Manual:Interface/Sidebar]] for guidance. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 22:26, 22 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks for the tips. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 23:40, 22 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== re [[Talk:Text-based_data]] ==&lt;br /&gt;
&lt;br /&gt;
How do you feel about splitting the Markup languages section out of [[Document]] and a few of the file formats out of [[Text-based data]] into a [[Markup]] page/category?  For instance [[textile]] and [[markdown]] have different ontologies but are more similar than not.  I'm willing to move stuff over if you define the category.  As you mentioned  on [[Talk:Text-based data]], 'Categorization is getting pretty chaotic' [[User:Sethwoodworth|Sethwoodworth]] ([[User talk:Sethwoodworth|talk]]) 00:58, 18 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:A lot of stuff in the ontology probably needs rethinking... any attempt to categorize things starts to get messy and inconsistent after a while, and shows the biases of whoever set them up in the first place and whatever lines of thought they happened to be having at the time, which might not end up being relevant later. (See the Dewey Decimal System categories, for instance; it devotes lots of number space to different aspects of Christian churches, then shoves all &amp;quot;Other Religions&amp;quot; in a small section.) Yes, markup probably deserves its own category (though HTML then would belong there, but it's also in the Web category; should things be in just one category or multiple ones?) [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:01, 18 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hrrm, I see. Maybe things need multiple categories. The CDC's public health image library uses multiple ontologies pretty effectively [http://imgur.com/lqd6p]  For now I wont sweat it too much.  Search works pretty well. [[User:Sethwoodworth|Sethwoodworth]] ([[User talk:Sethwoodworth|talk]]) 16:14, 18 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:OK, I added a [[Markup]] page. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 15:58, 19 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== IPA ==&lt;br /&gt;
&lt;br /&gt;
I noticed that you created [[IPA]] to describe some iOS/iTunes format that I'm not familiar with. However, IPA can also refer to the [[Wikipedia:International Phonetic Alphabet|International Phonetic Alphabet]], which probably falls under the text encoding/language script portion of this project. It should probably be disambiguated. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 03:23, 3 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Deletion request ==&lt;br /&gt;
&lt;br /&gt;
Hey Dan, [[:Category:File_formats_with_extension_.dcs|this category was created in error]]. Would you mind nuking it for me? [[User:Lewis Collard|Lewis Collard]] ([[User talk:Lewis Collard|talk]]) 22:42, 16 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Self-links ==&lt;br /&gt;
&lt;br /&gt;
You may not be aware, but explicitly bolded &amp;quot;self-links&amp;quot; (like this - '''[[User talk:Dan Tobias]]''') aren't handled consistently by different web browsers. In some they are bold, and in some (IE, and sometimes Firefox) they are really-really bold. I don't think the wiki software expects you to do that.&lt;br /&gt;
&lt;br /&gt;
:Yes, I've noticed that... I kind of like the font Firefox (sometimes) uses for this, which is what got me to start doing it (in imitation of somebody else who first started doing it here a while back; I don't remember who), but perhaps that's an unintended effect? On Firefox on a different machine it doesn't show up, so it seems to depend on system-specific things (like what fonts are installed maybe?). It would be good to be consistent in style, though, so how do you think main titles should be marked up? [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 18:25, 4 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I have no preference as to how they're marked up, but I do prefer to see them rendered as normal bold (like Wikipedia), not extra bold. [[User:Jsummers|Jsummers]] ([[User talk:Jsummers|talk]]) 18:56, 4 January 2014 (UTC)&lt;br /&gt;
:::Fair enough. I think I'll do it that way from now on; my main concern is to stay consistent, not so much to favor one style or another. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 19:08, 4 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SVG uploads ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
As you have noticed i've been doing error codes, fault codes, and other messages and i have now come across [http://www.appliancepartspros.com/repair-help/kitchenaid-fault-codes.html#Kitchen%20Aid%20Cooktop%20Fault%20Codes%2030%20in this]. As you see there are icons displaying an indicator, but i wouldn't want to copy it from their site. I do think that it can be argued that simple shapes are not protected by copyright, but their quality is shit, and i have already recreated the display in SVG (proper SVG, not one of those 'picture-to-svg' things). However, when i attempt to upload it here i find that this wiki doesn't accept SVG at all, which is very strange.&lt;br /&gt;
&lt;br /&gt;
You are the only active admin at the moment, and i was hoping you can help me with this or at least tell me who do i need to sexually gratify to allow me to help this project by uploading some circles )))&lt;br /&gt;
&lt;br /&gt;
Thanks in advance. [[User:VolodyA! V Anarhist|VolodyA! V Anarhist]] ([[User talk:VolodyA! V Anarhist|talk]]) 15:36, 19 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I don't think I have any way of changing that; at least, I don't see anything about it in the array of tools I can see as an admin. Maybe it's a sysadmin-level config thing requiring access to the server. Jason Scott is the owner of the site, but he doesn't show up here much. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 17:13, 19 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yeah, it is in the LocalSettings file... will ask Jason Scott for help. [[User:VolodyA! V Anarhist|VolodyA! V Anarhist]] ([[User talk:VolodyA! V Anarhist|talk]]) 19:13, 19 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== DISPLAYTITLE ==&lt;br /&gt;
&lt;br /&gt;
Hi, i see you tried to add DISPLAYTITLE to [[C Sharp]] and noticed that it didn't work. Just wanted to explain why (if you are wondering). Basically the default MediaWiki settings only permit to change the display title if it was potentially possible to interpret title this way. For example, when you change the case of the first letter (that gets altered automatically) or when you change space into an underscore (because software would otherwise do the opposite). It is potentially possible to change [https://www.mediawiki.org/wiki/Manual:$wgRestrictDisplayTitle $wgRestrictDisplayTitle] to false, but that would open us to trolling and other bad things. [[User:VolodyA! V Anarhist|VolodyA! V Anarhist]] ([[User talk:VolodyA! V Anarhist|talk]]) 05:50, 12 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:OK, thanks. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 12:01, 12 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== FTM ==&lt;br /&gt;
Just came back to create those additional Family tree maker categories and found that you'd done it, Thank you [[User:Sam888|Sam888]] ([[User talk:Sam888|talk]]) 00:38, 9 March 2016 (UTC)&lt;br /&gt;
:You're welcome! [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:30, 9 March 2016 (UTC)&lt;br /&gt;
::Thanks again, lighting Dan :) [[User:Sam888|Sam888]] ([[User talk:Sam888|talk]]) 23:06, 29 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Pages in multiple categories ==&lt;br /&gt;
&lt;br /&gt;
Hey, I noticed you just created a [[Saved Games]] page. I assume any game save formats from the [[Game data files]] page should be moved over, but what about if a format falls into both of these categories? For example, [[Cities Skylines CRP]] files are used for both save games, as well as community made mods and maps. Can a page be in multiple subcategories, or should it remain in the category it fits best? I'm not really sure who to turn to on formatting issues, so hopefully im in the right place.&lt;br /&gt;
--[[User:Hamhock666|Hamhock666]] ([[User talk:Hamhock666|talk]]) 05:03, 25 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:That page has actually been there all along; I just added an entry to it for the newly created &amp;quot;orphan page&amp;quot; that wasn't linked anywhere but was in that category. Pages are sometimes in multiple categories, but the two game-related pages do cross-link to one another. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 05:27, 25 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Thank You... ==&lt;br /&gt;
&lt;br /&gt;
...for changing those links on the list page. I had completely forgotten about that. [[User:Effect2|Effect2]] ([[User talk:Effect2|talk]]) 07:06, 11 February 2019 (UTC) (06:27)&lt;br /&gt;
:No problem... I'm always loooking out for &amp;quot;orphan pages&amp;quot; being created without links in the index/list pages. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 14:18, 11 February 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== BlockHashLoc from ForensicsWiki ==&lt;br /&gt;
&lt;br /&gt;
I am not sure whether or not to create a page here for this: https://web.archive.org/web/20190911115527/http://www.forensicswiki.org/wiki/BlockHashLoc . It seems to be a neat, but not necessarily widely (or at all) used idea someone came up with (and implemented). Your thoughts welcomed. [[User:JesseW|JesseW]] ([[User talk:JesseW|talk]]) 01:01, 26 October 2020 (UTC)&lt;br /&gt;
:Sure... we're not Wikipedia, and don't gatekeep for &amp;quot;notability&amp;quot;; anything that's been used as a file format somewhere is fair game. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:59, 26 October 2020 (UTC)&lt;br /&gt;
:: OK, will add it when I get a chance. [[User:JesseW|JesseW]] ([[User talk:JesseW|talk]]) 14:57, 26 October 2020 (UTC)&lt;br /&gt;
::: There's already a page for [[BlockHashLoc]]. I have created it about 1 month after I published the code on GitHub. Hope it's OK.&lt;br /&gt;
:::: Very much so -- that saves me the trouble, thank you! Not sure why I didn't find it earlier. [[User:JesseW|JesseW]] ([[User talk:JesseW|talk]]) 16:02, 28 October 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/User_talk:Dan_Tobias</id>
		<title>User talk:Dan Tobias</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/User_talk:Dan_Tobias"/>
				<updated>2020-10-26T14:57:41Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: /* BlockHashLoc from ForensicsWiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CSS ==&lt;br /&gt;
&lt;br /&gt;
We need to figure out how to deal with disambiguation pages. It is obvious that [[CSS]] can be either [[Cascading Style Sheets]] or [[Content Scramble System]], and I don't think this particular wiki should give preference to one known value over another if the abbreviation can be expanded to an unambiguous name. That's why I linked to [[CSS]] on the [[DVD]] page, rather than linking directly to [[Content Scramble System]]. Unless we plan to sort this out immediately, it might be best to leave that link in place, so that we don't lose track of it. Thoughts? [[User:Gphemsley|Gphemsley]] ([[User talk:Gphemsley|talk]]) 02:05, 29 November 2012 (UTC)&lt;br /&gt;
:Perhaps the current CSS article should be moved to Cascading Style Sheets, and a Content Scramble System article created, with [[CSS]] as a disambig article linking to both. But in that case, any specific links to a particular kind of CSS should link directly to the proper one of the articles, not the disambig one. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:18, 29 November 2012 (UTC)&lt;br /&gt;
:: Done. And created [[Template:Disambiguation]] to keep track of disambiguation pages. [[User:Gphemsley|Gphemsley]] ([[User talk:Gphemsley|talk]]) 16:00, 29 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Interwiki links ==&lt;br /&gt;
&lt;br /&gt;
Just a heads-up: You can link to Wikipedia (and a select number of other wikis) using the regular wikilinking syntax by using the relevant wikiprefix. For example: [[Wikipedia:User:GPHemsley]] or [[Wikipedia:Archive Team]]. That way you can differentiate more intimate links to Wikipedia from truly external links to other websites. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 17:48, 17 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Given this site's founder's opinions of Wikipedia, I'm not sure he'd like to get &amp;quot;more intimate&amp;quot; with it, but I'll keep that in mind anyway. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 23:07, 17 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Re: Wikipedia -  I had a paid writing gig last year and in the guidlines there was a strict prohibition from using or citing Wikipedia.  &lt;br /&gt;
They had good reasons for that... [[User:Cipher|Cipher]] ([[User talk:Cipher|talk]])&lt;br /&gt;
:It's still a useful reference if you take it with a big grain of salt. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 01:51, 26 January 2013 (UTC)&lt;br /&gt;
::If you take Wikipedia with a big grain of salt, then you must take every other wiki (including this one) with a whole salt mine. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 15:07, 26 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sidebar ==&lt;br /&gt;
&lt;br /&gt;
Another wikitip: You can change the links in the sidebar by editing [[MediaWiki:Sidebar]] (admins only). You might choose to remove &amp;quot;Current events&amp;quot; and &amp;quot;Help&amp;quot; and add some of the links from the Main page, for example. It takes a somewhat special syntax, though, so you'll probably want to consult [[mw:Manual:Interface/Sidebar]] for guidance. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 22:26, 22 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks for the tips. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 23:40, 22 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== re [[Talk:Text-based_data]] ==&lt;br /&gt;
&lt;br /&gt;
How do you feel about splitting the Markup languages section out of [[Document]] and a few of the file formats out of [[Text-based data]] into a [[Markup]] page/category?  For instance [[textile]] and [[markdown]] have different ontologies but are more similar than not.  I'm willing to move stuff over if you define the category.  As you mentioned  on [[Talk:Text-based data]], 'Categorization is getting pretty chaotic' [[User:Sethwoodworth|Sethwoodworth]] ([[User talk:Sethwoodworth|talk]]) 00:58, 18 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:A lot of stuff in the ontology probably needs rethinking... any attempt to categorize things starts to get messy and inconsistent after a while, and shows the biases of whoever set them up in the first place and whatever lines of thought they happened to be having at the time, which might not end up being relevant later. (See the Dewey Decimal System categories, for instance; it devotes lots of number space to different aspects of Christian churches, then shoves all &amp;quot;Other Religions&amp;quot; in a small section.) Yes, markup probably deserves its own category (though HTML then would belong there, but it's also in the Web category; should things be in just one category or multiple ones?) [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:01, 18 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hrrm, I see. Maybe things need multiple categories. The CDC's public health image library uses multiple ontologies pretty effectively [http://imgur.com/lqd6p]  For now I wont sweat it too much.  Search works pretty well. [[User:Sethwoodworth|Sethwoodworth]] ([[User talk:Sethwoodworth|talk]]) 16:14, 18 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:OK, I added a [[Markup]] page. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 15:58, 19 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== IPA ==&lt;br /&gt;
&lt;br /&gt;
I noticed that you created [[IPA]] to describe some iOS/iTunes format that I'm not familiar with. However, IPA can also refer to the [[Wikipedia:International Phonetic Alphabet|International Phonetic Alphabet]], which probably falls under the text encoding/language script portion of this project. It should probably be disambiguated. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 03:23, 3 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Deletion request ==&lt;br /&gt;
&lt;br /&gt;
Hey Dan, [[:Category:File_formats_with_extension_.dcs|this category was created in error]]. Would you mind nuking it for me? [[User:Lewis Collard|Lewis Collard]] ([[User talk:Lewis Collard|talk]]) 22:42, 16 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Self-links ==&lt;br /&gt;
&lt;br /&gt;
You may not be aware, but explicitly bolded &amp;quot;self-links&amp;quot; (like this - '''[[User talk:Dan Tobias]]''') aren't handled consistently by different web browsers. In some they are bold, and in some (IE, and sometimes Firefox) they are really-really bold. I don't think the wiki software expects you to do that.&lt;br /&gt;
&lt;br /&gt;
:Yes, I've noticed that... I kind of like the font Firefox (sometimes) uses for this, which is what got me to start doing it (in imitation of somebody else who first started doing it here a while back; I don't remember who), but perhaps that's an unintended effect? On Firefox on a different machine it doesn't show up, so it seems to depend on system-specific things (like what fonts are installed maybe?). It would be good to be consistent in style, though, so how do you think main titles should be marked up? [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 18:25, 4 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I have no preference as to how they're marked up, but I do prefer to see them rendered as normal bold (like Wikipedia), not extra bold. [[User:Jsummers|Jsummers]] ([[User talk:Jsummers|talk]]) 18:56, 4 January 2014 (UTC)&lt;br /&gt;
:::Fair enough. I think I'll do it that way from now on; my main concern is to stay consistent, not so much to favor one style or another. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 19:08, 4 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SVG uploads ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
As you have noticed i've been doing error codes, fault codes, and other messages and i have now come across [http://www.appliancepartspros.com/repair-help/kitchenaid-fault-codes.html#Kitchen%20Aid%20Cooktop%20Fault%20Codes%2030%20in this]. As you see there are icons displaying an indicator, but i wouldn't want to copy it from their site. I do think that it can be argued that simple shapes are not protected by copyright, but their quality is shit, and i have already recreated the display in SVG (proper SVG, not one of those 'picture-to-svg' things). However, when i attempt to upload it here i find that this wiki doesn't accept SVG at all, which is very strange.&lt;br /&gt;
&lt;br /&gt;
You are the only active admin at the moment, and i was hoping you can help me with this or at least tell me who do i need to sexually gratify to allow me to help this project by uploading some circles )))&lt;br /&gt;
&lt;br /&gt;
Thanks in advance. [[User:VolodyA! V Anarhist|VolodyA! V Anarhist]] ([[User talk:VolodyA! V Anarhist|talk]]) 15:36, 19 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I don't think I have any way of changing that; at least, I don't see anything about it in the array of tools I can see as an admin. Maybe it's a sysadmin-level config thing requiring access to the server. Jason Scott is the owner of the site, but he doesn't show up here much. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 17:13, 19 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yeah, it is in the LocalSettings file... will ask Jason Scott for help. [[User:VolodyA! V Anarhist|VolodyA! V Anarhist]] ([[User talk:VolodyA! V Anarhist|talk]]) 19:13, 19 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== DISPLAYTITLE ==&lt;br /&gt;
&lt;br /&gt;
Hi, i see you tried to add DISPLAYTITLE to [[C Sharp]] and noticed that it didn't work. Just wanted to explain why (if you are wondering). Basically the default MediaWiki settings only permit to change the display title if it was potentially possible to interpret title this way. For example, when you change the case of the first letter (that gets altered automatically) or when you change space into an underscore (because software would otherwise do the opposite). It is potentially possible to change [https://www.mediawiki.org/wiki/Manual:$wgRestrictDisplayTitle $wgRestrictDisplayTitle] to false, but that would open us to trolling and other bad things. [[User:VolodyA! V Anarhist|VolodyA! V Anarhist]] ([[User talk:VolodyA! V Anarhist|talk]]) 05:50, 12 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:OK, thanks. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 12:01, 12 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== FTM ==&lt;br /&gt;
Just came back to create those additional Family tree maker categories and found that you'd done it, Thank you [[User:Sam888|Sam888]] ([[User talk:Sam888|talk]]) 00:38, 9 March 2016 (UTC)&lt;br /&gt;
:You're welcome! [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:30, 9 March 2016 (UTC)&lt;br /&gt;
::Thanks again, lighting Dan :) [[User:Sam888|Sam888]] ([[User talk:Sam888|talk]]) 23:06, 29 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Pages in multiple categories ==&lt;br /&gt;
&lt;br /&gt;
Hey, I noticed you just created a [[Saved Games]] page. I assume any game save formats from the [[Game data files]] page should be moved over, but what about if a format falls into both of these categories? For example, [[Cities Skylines CRP]] files are used for both save games, as well as community made mods and maps. Can a page be in multiple subcategories, or should it remain in the category it fits best? I'm not really sure who to turn to on formatting issues, so hopefully im in the right place.&lt;br /&gt;
--[[User:Hamhock666|Hamhock666]] ([[User talk:Hamhock666|talk]]) 05:03, 25 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:That page has actually been there all along; I just added an entry to it for the newly created &amp;quot;orphan page&amp;quot; that wasn't linked anywhere but was in that category. Pages are sometimes in multiple categories, but the two game-related pages do cross-link to one another. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 05:27, 25 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Thank You... ==&lt;br /&gt;
&lt;br /&gt;
...for changing those links on the list page. I had completely forgotten about that. [[User:Effect2|Effect2]] ([[User talk:Effect2|talk]]) 07:06, 11 February 2019 (UTC) (06:27)&lt;br /&gt;
:No problem... I'm always loooking out for &amp;quot;orphan pages&amp;quot; being created without links in the index/list pages. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 14:18, 11 February 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== BlockHashLoc from ForensicsWiki ==&lt;br /&gt;
&lt;br /&gt;
I am not sure whether or not to create a page here for this: https://web.archive.org/web/20190911115527/http://www.forensicswiki.org/wiki/BlockHashLoc . It seems to be a neat, but not necessarily widely (or at all) used idea someone came up with (and implemented). Your thoughts welcomed. [[User:JesseW|JesseW]] ([[User talk:JesseW|talk]]) 01:01, 26 October 2020 (UTC)&lt;br /&gt;
:Sure... we're not Wikipedia, and don't gatekeep for &amp;quot;notability&amp;quot;; anything that's been used as a file format somewhere is fair game. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:59, 26 October 2020 (UTC)&lt;br /&gt;
:: OK, will add it when I get a chance. [[User:JesseW|JesseW]] ([[User talk:JesseW|talk]]) 14:57, 26 October 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Bzip2</id>
		<title>Bzip2</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Bzip2"/>
				<updated>2020-10-26T01:20:01Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add details from ForensicsWiki entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|name=bzip2&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Compression&lt;br /&gt;
|extensions={{ext|bz2}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-bzip2}}&lt;br /&gt;
|pronom={{PRONOM|x-fmt/268}}&lt;br /&gt;
|released=1997&lt;br /&gt;
}}&lt;br /&gt;
'''bzip2''' is a data compression algorithm and compressed file format.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
&lt;br /&gt;
Files begin with magic number &amp;quot;BZ&amp;quot; (bytes 42 5A). Then either an &amp;quot;h&amp;quot; (0x68; [[Huffman coding]]) or &amp;quot;0&amp;quot; (0x30; deprecated original version), then the block size, in 100kb units (TODO: clarify this).&lt;br /&gt;
&lt;br /&gt;
Each compressed block starts with a magic number 0x314159265359 (yes, that is the start of decimal π, but in hex.) &lt;br /&gt;
&lt;br /&gt;
The end of file marker uses magic number 0x177245385090 (square root of π, in the same ... interesting ... format.)&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://bzip.org/ bzip2 and libbzip2]&lt;br /&gt;
* [[7-Zip]]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* https://telparia.com/fileFormatSamples/archive/bz2/sm.tar.bz2&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Burrows–Wheeler transform]]&lt;br /&gt;
* [[bzip]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Bzip2|Wikipedia article]]&lt;br /&gt;
* [https://twitter.com/angealbertini/status/537704386080694274/photo/1 Chart of format details]&lt;br /&gt;
* [https://lwn.net/Articles/762264/ bzip.org changes hands] (LWN article from August 9, 2018)&lt;br /&gt;
* [https://web.archive.org/web/20190809161013/http://www.forensicswiki.org/wiki/Bzip2 ForensicsWiki entry] (also includes more details on the headers)&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/BMP</id>
		<title>BMP</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/BMP"/>
				<updated>2020-10-26T01:06:29Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add ForensicsWiki entry link (no useful details to add)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|extensions={{ext|bmp}}, {{ext|rle}}, {{ext|dib}}, others&lt;br /&gt;
|mimetypes={{mimetype|image/bmp}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000189}}&lt;br /&gt;
|pronom={{PRONOM|fmt/116}}, others&lt;br /&gt;
|wikidata={{wikidata|Q192869}}&lt;br /&gt;
|kaitai struct=bmp&lt;br /&gt;
|released=1987&lt;br /&gt;
}}&lt;br /&gt;
'''BMP''' is a family of raster image file formats primarily used on Microsoft Windows and OS/2 operating systems. The format is sometimes known as '''Device-Independent Bitmap''' ('''DIB'''), since, when loaded into memory using Windows software, the image is held as a DIB structure.&lt;br /&gt;
&lt;br /&gt;
Though seemingly a simple format, it is complicated by its many different versions, lack of an official specification, lack of any version control process, and ambiguities and contradictions in the documentation.&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
The term ''DIB'' can mean several different things:&lt;br /&gt;
* A synonym for BMP file format.&lt;br /&gt;
* An in-memory DIB object, with no file header. The header data and the bitmap data do not have to be stored contiguously. Some Win32 API functions use this format.&lt;br /&gt;
* A &amp;quot;packed DIB&amp;quot; memory object or file component, with no file header. The header data and the bitmap data are stored contiguously. This is a standard [[Windows clipboard|clipboard format]], for example.&lt;br /&gt;
* A &amp;quot;packed DIB&amp;quot; stored in a file by itself.&lt;br /&gt;
&lt;br /&gt;
A number of Windows-centric formats contain some nonstandard modified or compressed form of BMP/DIB, intended to be reconstructed as a DIB at runtime.&lt;br /&gt;
&lt;br /&gt;
== Format details ==&lt;br /&gt;
&lt;br /&gt;
=== Compression ===&lt;br /&gt;
Images are usually uncompressed, but [[Run-length encoding|RLE]] compression can be used under some conditions. [[JPEG]], [[PNG]], and [[Modified Huffman|Huffman 1D]] compression are also theoretically possible, but rarely supported.&lt;br /&gt;
&lt;br /&gt;
=== File structure ===&lt;br /&gt;
A BMP file starts with a 14-byte &amp;quot;BITMAPFILEHEADER&amp;quot; structure.&lt;br /&gt;
&lt;br /&gt;
Immediately after that is another header which we'll refer to as the &amp;quot;info header&amp;quot;, though some versions of it are named &amp;quot;core header&amp;quot; instead. There are a number of different versions and sub-versions of it. It starts with 4-byte integer indicating its size, which ''mostly'' reveals its version.&lt;br /&gt;
&lt;br /&gt;
The pixel data is pointed to by a field in BITMAPFILEHEADER. There can be other data segments, e.g. for a color palette, before (and, rarely, after) the pixel data.&lt;br /&gt;
&lt;br /&gt;
Pixel data is usually stored from bottom up. If uncompressed, each row is padded to a multiple of 4 bytes.&lt;br /&gt;
&lt;br /&gt;
== Identifiers ==&lt;br /&gt;
No MIME type has been officially registered. Strings found in practice are:  image/bmp; image/x-bmp; image/x-ms-bmp&lt;br /&gt;
&lt;br /&gt;
The usual filename extension is '''.bmp'''. Extensions '''.rle''' (for RLE-compressed images) and '''.dib''' (which sometimes indicates that the file lacks a ''file header'') are also sometimes seen. Many other extensions have been used by various applications.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
BMP files start with the ASCII signature &amp;quot;{{magic|BM}}&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The bytes at the beginning of the file match one of these two patterns:&lt;br /&gt;
&lt;br /&gt;
 42 4d ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 00 00 0c 00 &lt;br /&gt;
 00 00 ?? ?? ?? ?? 01 00 ?? 00&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
 42 4d ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? 00 00 ?? 00 &lt;br /&gt;
 00 00 ?? ?? ?? ?? ?? ?? ?? ?? 01 00 ?? 00&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;reserved&amp;quot; bytes at offset 6 to 9 are usually all zero, but a few OS/2 BMP files have nonzero &amp;quot;hotspot coordinates&amp;quot; there.&lt;br /&gt;
&lt;br /&gt;
Compare to [[VBM (VDC BitMap)]], an obscure format with a similar signature.&lt;br /&gt;
&lt;br /&gt;
== Well-known versions ==&lt;br /&gt;
&lt;br /&gt;
=== Windows BMP v2 ===&lt;br /&gt;
* Info header size: 12&lt;br /&gt;
* Info header name: BITMAPCOREHEADER&lt;br /&gt;
* PRONOM: {{PRONOM|fmt/115}}&lt;br /&gt;
&lt;br /&gt;
See also OS/2 BMP 1.0, below.&lt;br /&gt;
&lt;br /&gt;
=== Windows BMP v3 ===&lt;br /&gt;
* Info header size: 40&lt;br /&gt;
* Info header name: BITMAPINFOHEADER&lt;br /&gt;
* PRONOM: {{PRONOM|fmt/116}}, {{PRONOM|fmt/117}}&lt;br /&gt;
&lt;br /&gt;
This is by far the most widely used version of BMP. It was introduced with Windows 3.x. Windows NT extended it to support 16 and 32 bits/pixel.&lt;br /&gt;
&lt;br /&gt;
Windows CE also extended it, for example to allow 2 bits/pixel (see [[Pocket PC Bitmap]]), but its extensions were not migrated to the BMP v4 and v5 formats.&lt;br /&gt;
&lt;br /&gt;
It is apparently possible for OS/2 BMP 2.0 format to masquerade as Windows BMP v3. The upshot is that if the compression type is 3 and the bit depth is 1, or the compression type is 4 and the bit depth is 24, then the file should be treated as OS/2 BMP 2.0.&lt;br /&gt;
&lt;br /&gt;
=== Windows BMP v4 ===&lt;br /&gt;
* Info header size: 108&lt;br /&gt;
* Info header name: BITMAPV4HEADER&lt;br /&gt;
* PRONOM: {{PRONOM|fmt/118}}&lt;br /&gt;
&lt;br /&gt;
Introduced with Windows 95. Adds support for transparency and colorimetry.&lt;br /&gt;
&lt;br /&gt;
=== Windows BMP v5 ===&lt;br /&gt;
* Info header size: 124&lt;br /&gt;
* Info header name: BITMAPV5HEADER&lt;br /&gt;
* PRONOM: {{PRONOM|fmt/119}}&lt;br /&gt;
&lt;br /&gt;
Introduced with Windows 98. Adds support for [[ICC profile|ICC profiles]].&lt;br /&gt;
&lt;br /&gt;
== Other versions ==&lt;br /&gt;
&lt;br /&gt;
=== Windows BMP v1 ===&lt;br /&gt;
* PRONOM: {{PRONOM|fmt/114}}&lt;br /&gt;
&lt;br /&gt;
Also called DDB, this is the bitmap file format used by Windows 1.0. It's not really a BMP format. Refer to [[Windows DDB]].&lt;br /&gt;
&lt;br /&gt;
=== OS/2 BMP 1.0 ===&lt;br /&gt;
:''See also the [[OS/2 BMP|OS/2 BMP disambiguation page]].''&lt;br /&gt;
* Info header size: 12&lt;br /&gt;
* Info header name: BITMAPCOREHEADER or OS21XBITMAPHEADER&lt;br /&gt;
* PRONOM: {{PRONOM|x-fmt/25}} (deprecated), {{PRONOM|fmt/115}}&lt;br /&gt;
&lt;br /&gt;
For practical purposes, OS/2 BMP 1.0 is identical to Windows BMP v2. But there can be at least one small difference: In OS/2 formats, the &amp;quot;Size&amp;quot; field at offset 2 (variously named &amp;quot;cbSize&amp;quot;, &amp;quot;FileSize&amp;quot;, or &amp;quot;bfSize&amp;quot;) is sometimes set to the size of the headers, instead of the size of the file. For v1, that means it will be 26 (14+12). For v2, it can range from 30 to 78.&lt;br /&gt;
&lt;br /&gt;
=== OS/2 BMP 2.0 ===&lt;br /&gt;
* Info header size: 16–64 (16, 24, 40, 48, and 64 may be most common)&lt;br /&gt;
* Info header name: BITMAPCOREHEADER2 or OS22XBITMAPHEADER&lt;br /&gt;
* PRONOM: {{PRONOM|x-fmt/270}}&lt;br /&gt;
&lt;br /&gt;
OS/2 BMP 2.0 defines several file subtypes; here we are describing only the &amp;quot;Bitmap&amp;quot; subtype (files with a signature of &amp;quot;BM&amp;quot;). For other subtypes, see [[OS/2 bitmap family]].&lt;br /&gt;
&lt;br /&gt;
The header size can be reduced from its full size of 64 bytes. Omitted fields are assumed to have a value of zero.&lt;br /&gt;
&lt;br /&gt;
The fields in the first 40 bytes of the header are (nearly) identical to those in Windows BMP v3, v4, and v5. The remaining fields are different.&lt;br /&gt;
&lt;br /&gt;
OS/2 BMP 2.0 supports compression types &amp;quot;Huffman 1D&amp;quot; and &amp;quot;RLE24&amp;quot;, unlike any other version of BMP.&lt;br /&gt;
&lt;br /&gt;
=== BITMAPV2INFOHEADER ===&lt;br /&gt;
* Info header size: 52&lt;br /&gt;
* Info header name: BITMAPV2INFOHEADER&lt;br /&gt;
&lt;br /&gt;
Uncertain; possibly an abbreviated V4/V5 header.&lt;br /&gt;
&lt;br /&gt;
=== BITMAPV3INFOHEADER ===&lt;br /&gt;
* Info header size: 56&lt;br /&gt;
* Info header name: BITMAPV3INFOHEADER&lt;br /&gt;
&lt;br /&gt;
Uncertain; possibly an abbreviated V4/V5 header.&lt;br /&gt;
&lt;br /&gt;
=== Packed DIB file ===&lt;br /&gt;
Same as the common BMP formats, but omits the 14-byte ''file header''.&lt;br /&gt;
&lt;br /&gt;
=== OS/2 Bitmap Array ===&lt;br /&gt;
Sometimes, an [[OS/2 Bitmap Array]] file containing one or more bitmaps is considered to be a kind of BMP file. Such a file begins with an extra 14-byte header, with signature &amp;quot;&amp;lt;code&amp;gt;BA&amp;lt;/code&amp;gt;&amp;quot;. (But note that deleting this header is not quite enough to get a valid BMP file.)&lt;br /&gt;
&lt;br /&gt;
== Symbol definitions ==&lt;br /&gt;
Here are the definitions, from the Windows SDKs, of some of the symbols used in the BMP documentation.&lt;br /&gt;
&lt;br /&gt;
All integers use little-endian [[Endianness|byte order]].&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Symbol&lt;br /&gt;
! Definition&lt;br /&gt;
|-&lt;br /&gt;
|WORD || unsigned 16-bit integer&lt;br /&gt;
|-&lt;br /&gt;
|DWORD || unsigned 32-bit integer&lt;br /&gt;
|-&lt;br /&gt;
|LONG || signed 32-bit integer&lt;br /&gt;
|-&lt;br /&gt;
|BI_RGB || 0&lt;br /&gt;
|-&lt;br /&gt;
|BI_RLE8 || 1&lt;br /&gt;
|-&lt;br /&gt;
|BI_RLE4 || 2&lt;br /&gt;
|-&lt;br /&gt;
|BI_BITFIELDS || 3&lt;br /&gt;
|-&lt;br /&gt;
|(Huffman 1D) || 3&lt;br /&gt;
|-&lt;br /&gt;
|BI_JPEG || 4&lt;br /&gt;
|-&lt;br /&gt;
|(24-bit RLE) || 4&lt;br /&gt;
|-&lt;br /&gt;
|BI_PNG || 5&lt;br /&gt;
|-&lt;br /&gt;
|BI_ALPHABITFIELDS || 6&lt;br /&gt;
|-&lt;br /&gt;
|BI_SRCPREROTATE || 0x8000 (?)&lt;br /&gt;
|-&lt;br /&gt;
|LCS_CALIBRATED_RGB || 0&lt;br /&gt;
|-&lt;br /&gt;
|LCS_sRGB || &amp;lt;code&amp;gt;'sRGB'&amp;lt;/code&amp;gt; = 0x73524742&lt;br /&gt;
|-&lt;br /&gt;
|LCS_WINDOWS_COLOR_SPACE || &amp;lt;code&amp;gt;'Win '&amp;lt;/code&amp;gt; = 0x57696e20&lt;br /&gt;
|-&lt;br /&gt;
|PROFILE_LINKED || &amp;lt;code&amp;gt;'LINK'&amp;lt;/code&amp;gt; = 0x4c494e4b&lt;br /&gt;
|-&lt;br /&gt;
|PROFILE_EMBEDDED || &amp;lt;code&amp;gt;'MBED'&amp;lt;/code&amp;gt; = 0x4d424544&lt;br /&gt;
|-&lt;br /&gt;
|LCS_GM_BUSINESS || 1&lt;br /&gt;
|-&lt;br /&gt;
|LCS_GM_GRAPHICS || 2&lt;br /&gt;
|-&lt;br /&gt;
|LCS_GM_IMAGES || 4&lt;br /&gt;
|-&lt;br /&gt;
|LCS_GM_ABS_COLORIMETRIC || 8&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* Most of the format (but not the BITMAPFILEHEADER) is defined in the [https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/4813e7fd-52d0-4f42-965f-228c8b7488d2 Windows Metafile Specification] (as &amp;quot;DeviceIndependentBitmap&amp;quot;)&lt;br /&gt;
* Defined in the [https://www.aelius.com/njh/wavemetatools/doc/riffmci.pdf RIFF specification] (as Device Independent Bitmap File Format)&lt;br /&gt;
* [https://docs.microsoft.com/en-us/windows/win32/api/wingdi/ns-wingdi-bitmapfileheader BITMAPFILEHEADER]&lt;br /&gt;
* [https://docs.microsoft.com/en-us/windows/win32/api/wingdi/ns-wingdi-bitmapcoreheader BITMAPCOREHEADER]&lt;br /&gt;
* [https://docs.microsoft.com/en-us/previous-versions/dd183376(v=vs.85) BITMAPINFOHEADER]&lt;br /&gt;
* [https://docs.microsoft.com/en-us/previous-versions/windows/embedded/aa452885(v=msdn.10) BITMAPINFOHEADER (Windows CE 5.0)]&lt;br /&gt;
* [https://docs.microsoft.com/en-us/windows/win32/api/wingdi/ns-wingdi-bitmapv4header BITMAPV4HEADER]&lt;br /&gt;
* [https://docs.microsoft.com/en-us/windows/win32/api/wingdi/ns-wingdi-bitmapv5header BITMAPV5HEADER]&lt;br /&gt;
* [http://www.digicamsoft.com/bmp/bmp.html Another site with format descriptions]&lt;br /&gt;
* [http://www.fileformat.info/format/os2bmp/spec/902d5c253f2a43ada39c2b81034f27fd/view.htm OS/2 Presentation Manager Programming Reference Guide, Vol III]&lt;br /&gt;
&lt;br /&gt;
== Metaformat files ==&lt;br /&gt;
&lt;br /&gt;
* {{Synalysis|bitmap}}&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
BMP is widely supported by graphics software, including web browsers. Software listed here has been arbitrarily selected.&lt;br /&gt;
* [[Netpbm]]: bmptopnm, ppmtobmp&lt;br /&gt;
* [[ImageMagick]]&lt;br /&gt;
* [[XnView]]&lt;br /&gt;
* [[Tom's Viewer]]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
=== Windows BMP v2 ===&lt;br /&gt;
This format is fairly common, but examples of it can be hard to spot amidst all the BMPv3 files.&lt;br /&gt;
* [https://samples.libav.org/image-samples/money-2-%28os2%29.bmp money-2-(os2).bmp], [https://samples.libav.org/image-samples/money-16-%28os2%29.bmp money-16-(os2).bmp], [https://samples.libav.org/image-samples/money-256-%28os2%29.bmp money-256-(os2).bmp], [https://samples.libav.org/image-samples/money-24bit-os2.bmp money-24bit-os2.bmp]&lt;br /&gt;
* {{CdTextfilesURL|hobbesos29709/disk2/MULTIMED/BMP/}} → BMPS*.ZIP, OS2ORBIT.ZIP, REALMERL.BMP&lt;br /&gt;
&lt;br /&gt;
=== Windows BMP v3 ===&lt;br /&gt;
* {{CdTextfilesURL|mmplatinum/IMAGES/BMP/}}&lt;br /&gt;
* {{CdTextfilesURL|monstmedia/WIN/ICONS/}}&lt;br /&gt;
* {{CdTextfilesURL|maxx/tothemaxww/BMPMISC/}}&lt;br /&gt;
&lt;br /&gt;
=== OS/2 BMP 2.0 ===&lt;br /&gt;
* [http://kimludvigsen.dk/os2/os2/graphx/teamlog2.zip teamlog2.zip] → TEAMcol.bmp, teamcol2.bmp&lt;br /&gt;
* [https://samples.libav.org/image-samples/bmp-files/test4os2v2.bmp test4os2v2.bmp]&lt;br /&gt;
* {{CdTextfiles|hobbesos29709/disk2/MULTIMED/BMP/CARDBMPS.ZIP|CARDBMPS.ZIP}} - Most of the files are OS/2 BMP 2.0&lt;br /&gt;
* {{CdTextfiles|hobbesos29709/disk1/GAMES/MAKMAN10.ZIP|MAKMAN10.ZIP}} - Some of the files are files OS/2 BMP 2.0&lt;br /&gt;
* {{CdTextfiles|monstmedia/IMAGES/JUR_OS2.BMP|JUR_OS2.BMP}}&lt;br /&gt;
* {{CdTextfilesURL|pier/pier09/cdrom/036/}} → os2bmp*.zip&lt;br /&gt;
&lt;br /&gt;
=== Various ===&lt;br /&gt;
* [http://wvnvms.wvnet.edu/vmswww/bmp.html Example BMP images (all Windows v3 except as indicated)]&lt;br /&gt;
* [https://archive.org/details/OS2BBS OS/2 BBS Files Archive] → 13-Bitmap.zip - Lots of OS/2 BMP 1.0 &amp;amp; 2.0 files&lt;br /&gt;
* [https://entropymine.com/jason/bmpsuite/bmpsuite/html/bmpsuite.html BMP Suite Image List]&lt;br /&gt;
* https://telparia.com/fileFormatSamples/image/bmp/&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[CUR]]&lt;br /&gt;
* [[ICO]]&lt;br /&gt;
* [[OS/2 bitmap family]]&lt;br /&gt;
* [[OS/2 Bitmap Array]]&lt;br /&gt;
* [[packPNM]]&lt;br /&gt;
* [[Pocket PC Bitmap]]&lt;br /&gt;
* [[Poser Bump Map]]&lt;br /&gt;
* [[Segmented Hypergraphics]]&lt;br /&gt;
* [[Windows DDB]]&lt;br /&gt;
* [[Winzle Puzzle]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
* [http://whatis.rest7.com/how-to-open-bmp-file Specification of BMP headers]&lt;br /&gt;
* [[Wikipedia:BMP file format|Wikipedia: BMP file format]]&lt;br /&gt;
* {{EGFF|bmp|Microsoft Windows Bitmap File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]&lt;br /&gt;
* {{EGFF|os2bmp|OS/2 Bitmap File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]&lt;br /&gt;
* [http://coptr.digipres.org/Bad_Peggy Bad Peggy: scans images for problems]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://web.archive.org/web/20190919034602/http://forensicswiki.org/wiki/BMP ForensicsWiki entry] (not much useful info except for a link to an iOS tool for reading metadata)&lt;br /&gt;
&lt;br /&gt;
[[Category:Microsoft]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:OS/2]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/User:JesseW</id>
		<title>User:JesseW</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/User:JesseW"/>
				<updated>2020-10-26T01:01:53Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Created page with &amp;quot;Just a wikignome.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Just a wikignome.&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/User_talk:Dan_Tobias</id>
		<title>User talk:Dan Tobias</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/User_talk:Dan_Tobias"/>
				<updated>2020-10-26T01:01:27Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: /* BlockHashLoc from ForensicsWiki */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CSS ==&lt;br /&gt;
&lt;br /&gt;
We need to figure out how to deal with disambiguation pages. It is obvious that [[CSS]] can be either [[Cascading Style Sheets]] or [[Content Scramble System]], and I don't think this particular wiki should give preference to one known value over another if the abbreviation can be expanded to an unambiguous name. That's why I linked to [[CSS]] on the [[DVD]] page, rather than linking directly to [[Content Scramble System]]. Unless we plan to sort this out immediately, it might be best to leave that link in place, so that we don't lose track of it. Thoughts? [[User:Gphemsley|Gphemsley]] ([[User talk:Gphemsley|talk]]) 02:05, 29 November 2012 (UTC)&lt;br /&gt;
:Perhaps the current CSS article should be moved to Cascading Style Sheets, and a Content Scramble System article created, with [[CSS]] as a disambig article linking to both. But in that case, any specific links to a particular kind of CSS should link directly to the proper one of the articles, not the disambig one. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:18, 29 November 2012 (UTC)&lt;br /&gt;
:: Done. And created [[Template:Disambiguation]] to keep track of disambiguation pages. [[User:Gphemsley|Gphemsley]] ([[User talk:Gphemsley|talk]]) 16:00, 29 November 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Interwiki links ==&lt;br /&gt;
&lt;br /&gt;
Just a heads-up: You can link to Wikipedia (and a select number of other wikis) using the regular wikilinking syntax by using the relevant wikiprefix. For example: [[Wikipedia:User:GPHemsley]] or [[Wikipedia:Archive Team]]. That way you can differentiate more intimate links to Wikipedia from truly external links to other websites. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 17:48, 17 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Given this site's founder's opinions of Wikipedia, I'm not sure he'd like to get &amp;quot;more intimate&amp;quot; with it, but I'll keep that in mind anyway. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 23:07, 17 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Re: Wikipedia -  I had a paid writing gig last year and in the guidlines there was a strict prohibition from using or citing Wikipedia.  &lt;br /&gt;
They had good reasons for that... [[User:Cipher|Cipher]] ([[User talk:Cipher|talk]])&lt;br /&gt;
:It's still a useful reference if you take it with a big grain of salt. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 01:51, 26 January 2013 (UTC)&lt;br /&gt;
::If you take Wikipedia with a big grain of salt, then you must take every other wiki (including this one) with a whole salt mine. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 15:07, 26 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Sidebar ==&lt;br /&gt;
&lt;br /&gt;
Another wikitip: You can change the links in the sidebar by editing [[MediaWiki:Sidebar]] (admins only). You might choose to remove &amp;quot;Current events&amp;quot; and &amp;quot;Help&amp;quot; and add some of the links from the Main page, for example. It takes a somewhat special syntax, though, so you'll probably want to consult [[mw:Manual:Interface/Sidebar]] for guidance. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 22:26, 22 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks for the tips. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 23:40, 22 December 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== re [[Talk:Text-based_data]] ==&lt;br /&gt;
&lt;br /&gt;
How do you feel about splitting the Markup languages section out of [[Document]] and a few of the file formats out of [[Text-based data]] into a [[Markup]] page/category?  For instance [[textile]] and [[markdown]] have different ontologies but are more similar than not.  I'm willing to move stuff over if you define the category.  As you mentioned  on [[Talk:Text-based data]], 'Categorization is getting pretty chaotic' [[User:Sethwoodworth|Sethwoodworth]] ([[User talk:Sethwoodworth|talk]]) 00:58, 18 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:A lot of stuff in the ontology probably needs rethinking... any attempt to categorize things starts to get messy and inconsistent after a while, and shows the biases of whoever set them up in the first place and whatever lines of thought they happened to be having at the time, which might not end up being relevant later. (See the Dewey Decimal System categories, for instance; it devotes lots of number space to different aspects of Christian churches, then shoves all &amp;quot;Other Religions&amp;quot; in a small section.) Yes, markup probably deserves its own category (though HTML then would belong there, but it's also in the Web category; should things be in just one category or multiple ones?) [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:01, 18 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Hrrm, I see. Maybe things need multiple categories. The CDC's public health image library uses multiple ontologies pretty effectively [http://imgur.com/lqd6p]  For now I wont sweat it too much.  Search works pretty well. [[User:Sethwoodworth|Sethwoodworth]] ([[User talk:Sethwoodworth|talk]]) 16:14, 18 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
:OK, I added a [[Markup]] page. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 15:58, 19 January 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== IPA ==&lt;br /&gt;
&lt;br /&gt;
I noticed that you created [[IPA]] to describe some iOS/iTunes format that I'm not familiar with. However, IPA can also refer to the [[Wikipedia:International Phonetic Alphabet|International Phonetic Alphabet]], which probably falls under the text encoding/language script portion of this project. It should probably be disambiguated. [[User:Gphemsley|GPHemsley]] ([[User talk:Gphemsley|talk]]) 03:23, 3 February 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Deletion request ==&lt;br /&gt;
&lt;br /&gt;
Hey Dan, [[:Category:File_formats_with_extension_.dcs|this category was created in error]]. Would you mind nuking it for me? [[User:Lewis Collard|Lewis Collard]] ([[User talk:Lewis Collard|talk]]) 22:42, 16 March 2013 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Self-links ==&lt;br /&gt;
&lt;br /&gt;
You may not be aware, but explicitly bolded &amp;quot;self-links&amp;quot; (like this - '''[[User talk:Dan Tobias]]''') aren't handled consistently by different web browsers. In some they are bold, and in some (IE, and sometimes Firefox) they are really-really bold. I don't think the wiki software expects you to do that.&lt;br /&gt;
&lt;br /&gt;
:Yes, I've noticed that... I kind of like the font Firefox (sometimes) uses for this, which is what got me to start doing it (in imitation of somebody else who first started doing it here a while back; I don't remember who), but perhaps that's an unintended effect? On Firefox on a different machine it doesn't show up, so it seems to depend on system-specific things (like what fonts are installed maybe?). It would be good to be consistent in style, though, so how do you think main titles should be marked up? [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 18:25, 4 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I have no preference as to how they're marked up, but I do prefer to see them rendered as normal bold (like Wikipedia), not extra bold. [[User:Jsummers|Jsummers]] ([[User talk:Jsummers|talk]]) 18:56, 4 January 2014 (UTC)&lt;br /&gt;
:::Fair enough. I think I'll do it that way from now on; my main concern is to stay consistent, not so much to favor one style or another. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 19:08, 4 January 2014 (UTC)&lt;br /&gt;
&lt;br /&gt;
== SVG uploads ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
As you have noticed i've been doing error codes, fault codes, and other messages and i have now come across [http://www.appliancepartspros.com/repair-help/kitchenaid-fault-codes.html#Kitchen%20Aid%20Cooktop%20Fault%20Codes%2030%20in this]. As you see there are icons displaying an indicator, but i wouldn't want to copy it from their site. I do think that it can be argued that simple shapes are not protected by copyright, but their quality is shit, and i have already recreated the display in SVG (proper SVG, not one of those 'picture-to-svg' things). However, when i attempt to upload it here i find that this wiki doesn't accept SVG at all, which is very strange.&lt;br /&gt;
&lt;br /&gt;
You are the only active admin at the moment, and i was hoping you can help me with this or at least tell me who do i need to sexually gratify to allow me to help this project by uploading some circles )))&lt;br /&gt;
&lt;br /&gt;
Thanks in advance. [[User:VolodyA! V Anarhist|VolodyA! V Anarhist]] ([[User talk:VolodyA! V Anarhist|talk]]) 15:36, 19 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I don't think I have any way of changing that; at least, I don't see anything about it in the array of tools I can see as an admin. Maybe it's a sysadmin-level config thing requiring access to the server. Jason Scott is the owner of the site, but he doesn't show up here much. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 17:13, 19 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
::Yeah, it is in the LocalSettings file... will ask Jason Scott for help. [[User:VolodyA! V Anarhist|VolodyA! V Anarhist]] ([[User talk:VolodyA! V Anarhist|talk]]) 19:13, 19 April 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== DISPLAYTITLE ==&lt;br /&gt;
&lt;br /&gt;
Hi, i see you tried to add DISPLAYTITLE to [[C Sharp]] and noticed that it didn't work. Just wanted to explain why (if you are wondering). Basically the default MediaWiki settings only permit to change the display title if it was potentially possible to interpret title this way. For example, when you change the case of the first letter (that gets altered automatically) or when you change space into an underscore (because software would otherwise do the opposite). It is potentially possible to change [https://www.mediawiki.org/wiki/Manual:$wgRestrictDisplayTitle $wgRestrictDisplayTitle] to false, but that would open us to trolling and other bad things. [[User:VolodyA! V Anarhist|VolodyA! V Anarhist]] ([[User talk:VolodyA! V Anarhist|talk]]) 05:50, 12 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:OK, thanks. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 12:01, 12 May 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
== FTM ==&lt;br /&gt;
Just came back to create those additional Family tree maker categories and found that you'd done it, Thank you [[User:Sam888|Sam888]] ([[User talk:Sam888|talk]]) 00:38, 9 March 2016 (UTC)&lt;br /&gt;
:You're welcome! [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 02:30, 9 March 2016 (UTC)&lt;br /&gt;
::Thanks again, lighting Dan :) [[User:Sam888|Sam888]] ([[User talk:Sam888|talk]]) 23:06, 29 April 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Pages in multiple categories ==&lt;br /&gt;
&lt;br /&gt;
Hey, I noticed you just created a [[Saved Games]] page. I assume any game save formats from the [[Game data files]] page should be moved over, but what about if a format falls into both of these categories? For example, [[Cities Skylines CRP]] files are used for both save games, as well as community made mods and maps. Can a page be in multiple subcategories, or should it remain in the category it fits best? I'm not really sure who to turn to on formatting issues, so hopefully im in the right place.&lt;br /&gt;
--[[User:Hamhock666|Hamhock666]] ([[User talk:Hamhock666|talk]]) 05:03, 25 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:That page has actually been there all along; I just added an entry to it for the newly created &amp;quot;orphan page&amp;quot; that wasn't linked anywhere but was in that category. Pages are sometimes in multiple categories, but the two game-related pages do cross-link to one another. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 05:27, 25 September 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Thank You... ==&lt;br /&gt;
&lt;br /&gt;
...for changing those links on the list page. I had completely forgotten about that. [[User:Effect2|Effect2]] ([[User talk:Effect2|talk]]) 07:06, 11 February 2019 (UTC) (06:27)&lt;br /&gt;
:No problem... I'm always loooking out for &amp;quot;orphan pages&amp;quot; being created without links in the index/list pages. [[User:Dan Tobias|Dan Tobias]] ([[User talk:Dan Tobias|talk]]) 14:18, 11 February 2019 (UTC)&lt;br /&gt;
&lt;br /&gt;
== BlockHashLoc from ForensicsWiki ==&lt;br /&gt;
&lt;br /&gt;
I am not sure whether or not to create a page here for this: https://web.archive.org/web/20190911115527/http://www.forensicswiki.org/wiki/BlockHashLoc . It seems to be a neat, but not necessarily widely (or at all) used idea someone came up with (and implemented). Your thoughts welcomed. [[User:JesseW|JesseW]] ([[User talk:JesseW|talk]]) 01:01, 26 October 2020 (UTC)&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/BSM</id>
		<title>BSM</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/BSM"/>
				<updated>2020-10-25T23:39:00Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Redirected page to Basic Security Module&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Basic Security Module]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Basic_Security_Module</id>
		<title>Basic Security Module</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Basic_Security_Module"/>
				<updated>2020-10-25T23:38:40Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add some details on this; there's more (including links) on the ForensicsWiki entry that needs to be copied over&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Basic Security Module''' is the name given to a format for computer logs (and an associated API to work with them). It originated at Sun, and was later taken up by Apple in OSX, and from there spread to the various BSDs.&lt;br /&gt;
&lt;br /&gt;
== Specs ==&lt;br /&gt;
* [https://web.archive.org/web/20140604095901/https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man5/audit.log.5.html audit.log man page] (copy from Wayback Machine copy of page on apple.com)&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* https://en.wikipedia.org/wiki/OpenBSM&lt;br /&gt;
* [https://web.archive.org/web/20190427230108/http://forensicswiki.org/wiki/Basic_Security_Module_(BSM)_file_format ForensicsWiki entry]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Attribute-Relation_File_Format</id>
		<title>Attribute-Relation File Format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Attribute-Relation_File_Format"/>
				<updated>2020-10-25T23:21:32Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add ForensicsWiki entry link (all details already included)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Text-based data&lt;br /&gt;
|extensions={{ext|arff}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Attribute-Relation File Format''' is an [[ASCII]] text file that describes a list of instances sharing a set of attributes.  ARFF files were developed by the Machine Learning Project at the Department of Computer Science of The University of Waikato, New Zealand, for use with the Weka machine learning software. &lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Main documentation at the University of Waikato [http://weka.wikispaces.com/ARFF ARFF]&lt;br /&gt;
* Superseded documentation from 2008 [http://www.cs.waikato.ac.nz/ml/weka/arff.html Attribute-Relation File Format (ARFF)]&lt;br /&gt;
* [http://code.activestate.com/recipes/440533/ ARFF to SQL Python recipe]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://web.archive.org/web/20190427230032/http://forensicswiki.org/wiki/ARFF ForensicsWiki entry]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/ARFF</id>
		<title>ARFF</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/ARFF"/>
				<updated>2020-10-25T23:20:13Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Redirected page to Attribute-Relation File Format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Attribute-Relation File Format]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/AppleDouble</id>
		<title>AppleDouble</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/AppleDouble"/>
				<updated>2020-10-25T23:19:02Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add details from ForensicsWiki entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Archiving&lt;br /&gt;
|extensions={{ext|adf}}, {{ext|rsrc}}, others/special&lt;br /&gt;
|mimetypes={{mimetype|multipart/appledouble}}&lt;br /&gt;
|pronom={{PRONOM|fmt/966}}, {{PRONOM|fmt/503}}&lt;br /&gt;
|kaitai struct=apple_single_double&lt;br /&gt;
|released=1990&lt;br /&gt;
}}&lt;br /&gt;
[[AppleDouble]] is one of the systems used to store the [[Resource Fork]] of Macintosh files on filesystems not natively supporting it, something which became necessary when Apple moved to Unix-based operating systems instead of &amp;quot;classic&amp;quot; MacOS. [[AppleSingle]] is an alternative format to accomplish the same end, combining all the forks plus a metadata header in one file instead of keeping separate files like AppleDouble. While both AppleSingle and AppleDouble were introduced for use with early Unix-based Apple systems, AppleDouble survived as the main method of storing files with resource forks on OS X systems if a filesystem is used that doesn't directly support such forks.&lt;br /&gt;
&lt;br /&gt;
== File naming ==&lt;br /&gt;
The AppleDouble format keeps the data fork of the file in its original format and filename (this is the main file, as used by non-Mac operating systems, and for many file formats, the only one that matters), and creates a second &amp;quot;header&amp;quot; file with the resource fork as well as [[Finder information|Finder metadata]].&lt;br /&gt;
&lt;br /&gt;
The specification says that the header filename should be prefixed with a &amp;quot;%&amp;quot;, or prefixed with &amp;quot;R.&amp;quot;, or have a file extension of &amp;quot;.ADF&amp;quot;, depending on the filesystem's capabilities.&lt;br /&gt;
&lt;br /&gt;
However, in the OS X era, the convention is to prefix the header filename with &amp;quot;._&amp;quot; (a dot and an underscore). &lt;br /&gt;
&lt;br /&gt;
One of [[The Unarchiver]]'s options is to use an extension of &amp;quot;.rsrc&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Sometimes, instead of using a different filename, the header files are put in special subdirectories named &amp;quot;.AppleDouble&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The Finder's &amp;quot;Archive as...&amp;quot; functionality puts them in subdirectories named &amp;lt;code&amp;gt;__MACOSX&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
AppleDouble header files begin with signature bytes (hex) {{magic|00 05 16 07}}.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://kaiser-edv.de/documents/AppleSingle_AppleDouble.pdf AppleSingle/AppleDouble Developer’s Note] - Version 2&lt;br /&gt;
* [http://kaiser-edv.de/documents/Applesingle_AppleDouble_v1.html AppleSingle and AppleDouble format internals] · [http://kaiser-edv.de/documents/AppleSingle_AppleDouble_v1.pdf PDF] - Version 1&lt;br /&gt;
* [https://archive.org/details/bitsavers_applemacauoolboxMacintoshROMInterface1990_9531329/page/n125 A/UX Toolbox: Macintosh ROM Interface], p. 6-15: AppleSingle and AppleDouble format internals - Version 1 ([https://web.archive.org/web/20190427230049/http://users.phg-online.de/tk/netatalk/doc/Apple/v1/ another copy])&lt;br /&gt;
* RFC 1740 (describes various Mac-specific formats)&lt;br /&gt;
* [https://kazakov.life/2013/10/31/extracting-extended-attributes-from-apple-double-format/ Extracting extended attributes from Apple Double format]&lt;br /&gt;
&lt;br /&gt;
== Metaformat files ==&lt;br /&gt;
* {{Synalysis|appledouble}}&lt;br /&gt;
&lt;br /&gt;
== Utilities ==&lt;br /&gt;
* [https://sourceforge.net/projects/macbinconv/ Mac Binary Converter]&lt;br /&gt;
* [https://metacpan.org/pod/Mac::AppleSingleDouble Mac::AppleSingleDouble Perl library]&lt;br /&gt;
&lt;br /&gt;
== Other links ==&lt;br /&gt;
* [[Wikipedia:AppleSingle and AppleDouble formats|Wikipedia article]]&lt;br /&gt;
* [https://www.forensicswiki.org/wiki/AppleDouble_header_file Forensics Wiki article]&lt;br /&gt;
* [https://tools.ietf.org/html/draft-newman-macbin-binhex-harmful-00 MacBinary and Binhex 4.0 considered harmful]&lt;br /&gt;
* [https://web.archive.org/web/20120602061209/http://support.apple.com/kb/TA20578 Apple KnowledgeBase notes about AppleDouble] (from archive.org)&lt;br /&gt;
* [https://web.archive.org/web/20190427230049/http://forensicswiki.org/wiki/AppleDouble_header_file ForensicsWiki entry]&lt;br /&gt;
&lt;br /&gt;
[[Category:Macintosh]]&lt;br /&gt;
[[Category:Filesystem]]&lt;br /&gt;
[[Category:Multi-file formats]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/AAC</id>
		<title>AAC</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/AAC"/>
				<updated>2020-10-25T23:12:18Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: add details from ForensicsWiki entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Audio and Music&lt;br /&gt;
|released=1997&lt;br /&gt;
|extensions={{ext|aac}}, {{ext|mp4}}, {{ext|m4a}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000114}}, others&lt;br /&gt;
}}&lt;br /&gt;
'''AAC''' ('''Advanced Audio Coding''') is a compressed audio format defined in [[MPEG-2]] Part 7 (ISO/IEC 13818-7), and in an updated form in [[MPEG-4]] Part 3 (ISO/IEC 14496-3). It was designed to be the successor to [[MP3]]. iTunes distributes (or distributed) files in this format, apparently including various metadata (like the name, and sometimes email of the account which downloaded it, along with the time it was downloaded).&lt;br /&gt;
&lt;br /&gt;
An AAC file may contain only the raw AAC format, or it may use a multimedia container format such [[MP4]] or [[QuickTime]]. AAC is often used for the audio component of a video file.&lt;br /&gt;
&lt;br /&gt;
== Identifiers ==&lt;br /&gt;
Raw AAC files typically use the file extension '''.aac'''. In formats based on [[ISO Base Media File Format]], the brand &amp;quot;&amp;lt;code&amp;gt;M4A&amp;lt;/code&amp;gt;&amp;quot; is used.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Format&lt;br /&gt;
! LoCFDD&lt;br /&gt;
|-&lt;br /&gt;
|AAC (MPEG-2) || {{LoCFDD|fdd000036}}&lt;br /&gt;
|-&lt;br /&gt;
|AAC (MPEG-2), ADIF || {{LoCFDD|fdd000112}}&lt;br /&gt;
|-&lt;br /&gt;
|AAC (MPEG-4) || {{LoCFDD|fdd000114}}&lt;br /&gt;
|-&lt;br /&gt;
|AAC (MPEG-4) Low Complexity Object || {{LoCFDD|fdd000233}}&lt;br /&gt;
|-&lt;br /&gt;
|MPEG-4 File Format, V.2, with AAC || {{LoCFDD|fdd000234}}&lt;br /&gt;
|-&lt;br /&gt;
|QuickTime Audio, AAC Codec || {{LoCFDD|fdd000110}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://www.iso.org/iso/catalogue_detail.htm?csnumber=43345 ISO/IEC 13818-7:2006] (MPEG-2 Part 7) (not free to download)&lt;br /&gt;
* [http://www.iso.org/iso/catalogue_detail?csnumber=53943 ISO/IEC 14496-3:2009] (MPEG-4 Part 3) (not free to download)&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [[FFmpeg]]&lt;br /&gt;
* [[Konvertor]]&lt;br /&gt;
* [[VLC]]&lt;br /&gt;
* [http://www.audiocoding.com/faad2.html FAAD2]&lt;br /&gt;
* [http://www.iis.fraunhofer.de/en/ff/amm/impl/fdkaaccodec.html Fraunhofer FDK AAC]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://download.wavetlan.com/SVV/Media/HTTP/http-aac.htm&lt;br /&gt;
* http://samples.libav.org/A-codecs/AAC/&lt;br /&gt;
* http://samples.libav.org/A-codecs/suite/MP4A&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Advanced Audio Coding|Wikipedia: Advanced Audio Coding]]&lt;br /&gt;
* [[Wikipedia:MPEG-4 Part 3|Wikipedia: MPEG-4 Part 3]]&lt;br /&gt;
* [[Wikipedia:MPEG-2|Wikipedia: MPEG-2]]&lt;br /&gt;
* [http://wiki.multimedia.cx/index.php?title=Advanced_Audio_Coding MultimediaWiki: Advanced Audio Coding]&lt;br /&gt;
* [http://wiki.multimedia.cx/index.php?title=Understanding_AAC MultimediaWiki: Understanding AAC]&lt;br /&gt;
* [http://www.jiscdigitalmedia.ac.uk/guide/aac-audio-and-the-mp4-media-format JISC Digital Media guide: AAC Audio and the MP4 Media Format]&lt;br /&gt;
* [http://www.vialicensing.com/licensing/aac-overview.aspx AAC licensing]&lt;br /&gt;
* [http://inkdroid.org/journal/2014/05/23/realaudio-aac-and-archivy/ RealAudio, AAC and Archivy]&lt;br /&gt;
* [https://web.archive.org/web/20190209085502/https://forensicswiki.org/wiki/AAC ForensicsWiki entry]&lt;br /&gt;
&lt;br /&gt;
[[Category:MPEG]]&lt;br /&gt;
[[Category:MPEG-4]]&lt;br /&gt;
[[Category:Box file format]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/M4p</id>
		<title>M4p</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/M4p"/>
				<updated>2020-10-25T23:10:07Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Redirected page to MP4&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[MP4]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.ari</id>
		<title>Category:File formats with extension .ari</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.ari"/>
				<updated>2020-10-25T18:46:18Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:File formats by extension|A]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.ari</id>
		<title>Category:File formats with extension .ari</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Category:File_formats_with_extension_.ari"/>
				<updated>2020-10-25T18:45:40Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Created page with &amp;quot;Ari&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:File formats by extension|Ari]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Arriflex_D-20</id>
		<title>Arriflex D-20</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Arriflex_D-20"/>
				<updated>2020-10-25T18:44:22Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Created page with &amp;quot;{{FormatInfo |formattype=electronic |subcat=Cameras and Digital Image Sensors |extensions={{ext|ari}} }}  A very early digital film camera, first sold in 2005 and discontinued...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Cameras and Digital Image Sensors&lt;br /&gt;
|extensions={{ext|ari}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
A very early digital film camera, first sold in 2005 and discontinued in 2008.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* https://en.wikipedia.org/wiki/Arriflex_D-20&lt;br /&gt;
* https://www.arri.com/en/company/arri-news/news-stories/2017/the-history-of-arri-in-a-century-of-cinema (discusses it in terms of history)&lt;br /&gt;
* http://car.france3.mars.free.fr/Formation%20INA%20HD/Colorimetrie%20HD/STAGE_HD%20(E)/Arri/d20_e.pdf (includes various specs)&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Ical</id>
		<title>Ical</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Ical"/>
				<updated>2017-01-02T01:38:53Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Redirected page to ICalendar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[ICalendar]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/TIFF</id>
		<title>TIFF</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/TIFF"/>
				<updated>2016-06-02T02:16:36Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: /* External links */ add Adobe Photoshop File Formats Specification October 2013&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Graphics&lt;br /&gt;
|thiscat=TIFF&lt;br /&gt;
|extensions={{ext|tif}}, {{ext|tiff}}&lt;br /&gt;
|mimetypes={{mimetype|image/tiff}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000022}}&lt;br /&gt;
|pronom={{PRONOM|fmt/353}}&lt;br /&gt;
}}&lt;br /&gt;
'''TIFF''', formerly known as '''Tag(ged) Image File Format''', is an image format capable of storing multiple high quality images in a single file.&lt;br /&gt;
&lt;br /&gt;
A TIFF image may be uncompressed or use a compression scheme internally.  Two of the most widely used compression schemes in TIFF files are lossless, including [[LZW]] and, for bitonal images [[CCITT Group 4]], as used for facsimile transmission [fax].  [[JPEG]] baseline DCT-based lossy compression is also used.&lt;br /&gt;
&lt;br /&gt;
Several subtypes and extensions of [[TIFF]] exist, including [[TIFF/EP]], [[TIFF/IT]], [[DNG]], [[GeoTIFF]], [[TIFF-FX]], and [[BigTIFF]].  Multi-image TIFFs may represent sequences of images (such as scanned pages of a document), image tiles, or different versions of the same image, for example Pyramid TIFFs that incorporate images at different resolutions (often tiled).  Some software that can read and display a TIFF file may only open the primary image.&lt;br /&gt;
&lt;br /&gt;
TI/A (formerly TIFF/A) is a proposed archival standard based on TIFF (but no longer using its name due to objections by Adobe, which owns the rights to the name TIFF) which is in progress of development.&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
TIFF files begin with bytes &amp;lt;code&amp;gt;4D 4D 00 2A&amp;lt;/code&amp;gt; (big-[[Endianness|endian]]), or &amp;lt;code&amp;gt;49 49 2A 00&amp;lt;/code&amp;gt; (little-endian). &lt;br /&gt;
&lt;br /&gt;
This does not account for [[BigTIFF]] format, which you may or may not consider to be a kind of TIFF.&lt;br /&gt;
&lt;br /&gt;
=== File signatures ===&lt;br /&gt;
Some TIFF-like formats use a different file signature (the first few bytes of the file) to help identify them. Some of the known signatures are listed here.&lt;br /&gt;
&lt;br /&gt;
(For formats lacking a public specification, this table may include a hypothetical signature for a byte order that has not been observed.)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Big-endian signature&lt;br /&gt;
! Little-endian signature&lt;br /&gt;
! Format&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;4d 4d 00 2a&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;49 49 2a 00&amp;lt;/code&amp;gt; || TIFF&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;4d 4d 00 2b&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;49 49 2b 00&amp;lt;/code&amp;gt; || [[BigTIFF]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;4d 4d 00 55&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;49 49 55 00&amp;lt;/code&amp;gt; || [[Panasonic RAW/RW2]]&lt;br /&gt;
|-&lt;br /&gt;
|                         || &amp;lt;code&amp;gt;49 49 bc 01&amp;lt;/code&amp;gt; || [[JPEG XR]]&lt;br /&gt;
|-&lt;br /&gt;
|                         || &amp;lt;code&amp;gt;49 49 4e 31&amp;lt;/code&amp;gt; || [[NIFF (Navy Image File Format)]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;4d 4d 43 52&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;49 49 52 43&amp;lt;/code&amp;gt; || [[DNG camera profile]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;4d 4d 4f 52&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;49 49 52 4f&amp;lt;/code&amp;gt; || [[Olympus ORF]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;4d 4d 53 52&amp;lt;/code&amp;gt; || &amp;lt;code&amp;gt;49 49 52 53&amp;lt;/code&amp;gt; || [[Olympus ORF]]&lt;br /&gt;
|-&lt;br /&gt;
|                         || &amp;lt;code&amp;gt;45 50 2a 00&amp;lt;/code&amp;gt; || [[MDI]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Compression ==&lt;br /&gt;
Tag 259 indicates the image compression scheme, as a coded integer. Some of the known compression schemes are listed below. Some of these are not used in genuine TIFF files, but only in other TIFF-like formats.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Code&lt;br /&gt;
! Compression scheme&lt;br /&gt;
|-&lt;br /&gt;
|1 || uncompressed&lt;br /&gt;
|-&lt;br /&gt;
|2 || CCITTRLE. 1-dimensional [[CCITT Group 3]]. Essentially the same as code 3, but with different settings. There are no end-of-line markers, and each row is aligned on a byte boundary. See this [http://www.fileformat.info/mirror/egff/ch09_05.htm#CH09-DMYID.1.2 description] from the [[Encyclopedia of Graphics File Formats]].&lt;br /&gt;
|-&lt;br /&gt;
|3 || 1- or 2-dimensional [[CCITT Group 3]], depending on the value of T4Options bit 0.&lt;br /&gt;
|-&lt;br /&gt;
|4 || [[CCITT Group 4]]&lt;br /&gt;
|-&lt;br /&gt;
|5 || [[LZW]]&lt;br /&gt;
|-&lt;br /&gt;
|6 || &amp;quot;Old style&amp;quot; [[JPEG]]&lt;br /&gt;
|-&lt;br /&gt;
|7 || &amp;quot;New style&amp;quot; [[JPEG]]&lt;br /&gt;
|-&lt;br /&gt;
|8 || [[DEFLATE]]&lt;br /&gt;
|-&lt;br /&gt;
|9, 10 || [[JBIG]] (refer to [[TIFF-FX]])&lt;br /&gt;
|-&lt;br /&gt;
|32766 || [[NeXT 2-bit RLE]]&lt;br /&gt;
|-&lt;br /&gt;
|32767 || (Used by [[Sony ARW]].)&lt;br /&gt;
|-&lt;br /&gt;
|32769 || Packed RAW / NIKON_PACK (Used by [[Epson ERF]].)&lt;br /&gt;
|-&lt;br /&gt;
|32770 || (Used by [[Samsung SRW]].)&lt;br /&gt;
|-&lt;br /&gt;
|32771 || CCITTRLEW. Same as code 2, except that rows are aligned on a 2-byte boundary.&lt;br /&gt;
|-&lt;br /&gt;
|32773 || [[PackBits]]&lt;br /&gt;
|-&lt;br /&gt;
|32809 || [[ThunderScan compression]]&lt;br /&gt;
|-&lt;br /&gt;
|32867 || Kodak KDC (unconfirmed)&lt;br /&gt;
|-&lt;br /&gt;
|32895, 32896, 32897, 32898 || IT8CTPAD, IT8LW, IT8MP, IT8BL (refer to [[TIFF/IT]])&lt;br /&gt;
|-&lt;br /&gt;
|32908 || PIXARFILM. Pixar 10-bit LZW&lt;br /&gt;
|-&lt;br /&gt;
|32909 || PIXARLOG. Pixar companded 11-bit ZIP&lt;br /&gt;
|-&lt;br /&gt;
|32946 || [[DEFLATE]] (same as code 8)&lt;br /&gt;
|-&lt;br /&gt;
|32947 || (Used by [[Kodak]] DCS.)&lt;br /&gt;
|-&lt;br /&gt;
|33003, 33005 || (Used by [[Aperio SVS]].)&lt;br /&gt;
|-&lt;br /&gt;
|34661 || [[JBIG]]&lt;br /&gt;
|-&lt;br /&gt;
|34676 || SGILOG. 32-bit SGI Log Luminance RLE&lt;br /&gt;
|-&lt;br /&gt;
|34677 || SGILOG24. 24-bit SGI Log Luminance packed&lt;br /&gt;
|-&lt;br /&gt;
|34692 || (Used by [[LuraDocument Format]].)&lt;br /&gt;
|-&lt;br /&gt;
|34712 || [[JPEG 2000]]&lt;br /&gt;
|-&lt;br /&gt;
|34713 || (Used by [[Nikon]] NEF.)&lt;br /&gt;
|-&lt;br /&gt;
|34715 || [[JBIG2]] ([[TIFF-FX]] extension)&lt;br /&gt;
|-&lt;br /&gt;
|34718, 34719, 34720 || (Used by [[MDI]].)&lt;br /&gt;
|-&lt;br /&gt;
|34892 || Lossy JPEG (refer to [[DNG]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Private/rogue compression codes:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Code&lt;br /&gt;
! Compression scheme&lt;br /&gt;
|-&lt;br /&gt;
|99 || JPEG (Used by [[Leaf MOS]].)&lt;br /&gt;
|-&lt;br /&gt;
|262 || Kodak 262 (unconfirmed)&lt;br /&gt;
|-&lt;br /&gt;
|65000 || (Used by [[Kodak]] DCR.)&lt;br /&gt;
|-&lt;br /&gt;
|65535 || (Used by [[Pentax PEF]].)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Color types ==&lt;br /&gt;
Tag 262 indicates the color type (&amp;quot;photometric interpretation&amp;quot;) of the image, as a coded integer. Some of the known color types are listed below.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Code&lt;br /&gt;
! Color type&lt;br /&gt;
|-&lt;br /&gt;
|0 || Grayscale or bi-level, white is 0&lt;br /&gt;
|-&lt;br /&gt;
|1 || Grayscale or bi-level, black is 0&lt;br /&gt;
|-&lt;br /&gt;
|2 || RGB&lt;br /&gt;
|-&lt;br /&gt;
|3 || Palette color&lt;br /&gt;
|-&lt;br /&gt;
|5 || CMYK&lt;br /&gt;
|-&lt;br /&gt;
|6 || YCbCr&lt;br /&gt;
|-&lt;br /&gt;
|8 || CIE L*a*b*&lt;br /&gt;
|-&lt;br /&gt;
|9 || ICC L*a*b*&lt;br /&gt;
|-&lt;br /&gt;
|10 || ITU L*a*b* (refer to [[TIFF-FX]])&lt;br /&gt;
|-&lt;br /&gt;
|32803 || CFA (refer to [[DNG]])&lt;br /&gt;
|-&lt;br /&gt;
|32844 || CIE Log2(L)&lt;br /&gt;
|-&lt;br /&gt;
|32845 || CIE Log2(L) (u',v')&lt;br /&gt;
|-&lt;br /&gt;
|34892 || LinearRaw (refer to [[DNG]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Related formats ==&lt;br /&gt;
&lt;br /&gt;
See also [[:Category:TIFF]].&lt;br /&gt;
&lt;br /&gt;
* Tag 32932 contains [[TIFF annotation data]].&lt;br /&gt;
&lt;br /&gt;
* Tag 33723 contains [[IPTC]] data.&lt;br /&gt;
&lt;br /&gt;
* Tag 34377 contains [[Photoshop Image Resources]].&lt;br /&gt;
&lt;br /&gt;
* Tags 34665 (Exif IFD), 34853 (GPS IFD), and 40965 (Interoperability IFD) point to [[Exif]] directories.&lt;br /&gt;
&lt;br /&gt;
* Tag 34675 contains an [[ICC profile]].&lt;br /&gt;
&lt;br /&gt;
* Tag 37724 (ImageSourceData) contains &amp;quot;Layer and Mask Information&amp;quot; from [[PSD]] format.&lt;br /&gt;
&lt;br /&gt;
* Tag 50933 (ExtraCameraProfiles) points to [[DNG camera profile|DNG camera profiles]].&lt;br /&gt;
&lt;br /&gt;
* [[Cameras and Digital Image Sensors|Raw camera formats]] are often based on TIFF.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf TIFF, Revision 6.0] (1992-06-03)&lt;br /&gt;
* TIFF Revision 5.0 (1988-08-08): [http://cool.conservation-us.org/bytopic/imaging/std/tiff5.html HTML], [http://www.martinreddy.net/gfx/2d/TIFF-5.txt Text]&lt;br /&gt;
* Tag Image File Format Rev 4.0 (1987-04-31): [http://cool.conservation-us.org/bytopic/imaging/std/tiff4.html HTML], [http://www.martinreddy.net/gfx/2d/TIFF-4.txt Text]&lt;br /&gt;
* [http://partners.adobe.com/public/developer/en/tiff/TIFFPM6.pdf Adobe PageMaker 6.0 TIFF Technical Notes] (1995-09-14)&lt;br /&gt;
* [http://partners.adobe.com/public/developer/en/tiff/TIFFphotoshop.pdf Adobe Photoshop TIFF Technical Notes] (2002-03-22) - Defines tag 37724, compression types 7 and 8, photometric interpretation types 8 and 9&lt;br /&gt;
* [http://chriscox.org/TIFFTN3d1.pdf Adobe Photoshop TIFF Technical Note 3] (2005-04-08)&lt;br /&gt;
* [http://www.digitalmeetsculture.net/wp-content/uploads/2015/04/EASY-INNOVA-4.-TIFF-A-Standard-Proposal.pdf TIFF/A draft specification] (2015-02)&lt;br /&gt;
&lt;br /&gt;
=== Metadata tags ===&lt;br /&gt;
* [http://www.awaresystems.be/imaging/tiff/tifftags.html AWare Systems TIFF Tag Reference]&lt;br /&gt;
* http://www.digitizationguidelines.gov/guidelines/TIFF_Metadata_Final.pdf&lt;br /&gt;
* http://www.digitalpreservation.gov/formats/content/tiff_tags.shtml&lt;br /&gt;
&lt;br /&gt;
== Metaformat files ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.synalysis.net/Grammars/tiff.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]])&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
Most multi-format image viewers and editors support TIFF to some extent. Applications listed here have been selected arbitrarily.&lt;br /&gt;
* [[Konvertor]]&lt;br /&gt;
* [http://www.remotesensing.org/libtiff/ LibTIFF]&lt;br /&gt;
* [https://github.com/GPHemsley/tiff-js TIFF.js]&lt;br /&gt;
* [[XnView]]&lt;br /&gt;
* [http://www.irfanview.com/ IrfanView]&lt;br /&gt;
* [https://github.com/SLUB-digitalpreservation/fixit_tiff fixit_tiff (repair TIFF files)]&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://www.fileformat.info/format/tiff/sample/index.htm&lt;br /&gt;
* http://www.remotesensing.org/libtiff/images.html&lt;br /&gt;
* http://people.sc.fsu.edu/~jburkardt/data/tif/tif.html&lt;br /&gt;
* https://github.com/openplanets/format-corpus/tree/master/tiff-examples&lt;br /&gt;
* https://code.google.com/p/imagetestsuite/wiki/TIFFTestSuite&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [[Wikipedia:Tagged Image File Format|Wikipedia article]]&lt;br /&gt;
* {{EGFF|tiff|TIFF File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]]&lt;br /&gt;
* [http://partners.adobe.com/public/developer/tiff/index.html Adobe Developer Resources for TIFF]&lt;br /&gt;
* [https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/ Adobe Photoshop File Formats Specification] from October 2013&lt;br /&gt;
* [https://bytebucket.org/jhove2/main/wiki/documents/JHOVE2-TIFF-module-spec-2-0-0.pdf JHOVE2 TIFF Module Specification 2.0.0] (useful TIFF information)&lt;br /&gt;
* [https://twitter.com/angealbertini/status/532274856151109632/photo/1 TIFF chart]&lt;br /&gt;
* [http://wiki.dpconline.org/images/f/f3/TIFF_Assessment_v1.2_external.pdf TIFF Format Preservation Assessment (British Library)]&lt;br /&gt;
* [https://github.com/friesey/preservation-tools/releases/tag/v0.3_TiffAnalysis_alpha TIFF Analysis 3rd Release]&lt;br /&gt;
* [http://ti-a.org/ TI/A Standard Initiative]&lt;br /&gt;
&lt;br /&gt;
[[Category:Adobe]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Audio_and_Music</id>
		<title>Audio and Music</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Audio_and_Music"/>
				<updated>2016-02-28T23:47:21Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|thiscat=Audio and Music&lt;br /&gt;
|image=Music.jpg&lt;br /&gt;
|caption=Musical notation&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
[[Electronic_File_Formats|Electronic Formats]] concerned with audio and musical data, including sound recording, instrument control, musical notation, etc.&lt;br /&gt;
&lt;br /&gt;
* For an excellent introduction to the issues around audio and video formats, see [http://www.avpreserve.com/blog/a-primer-on-codecs-for-moving-image-and-sound-archives-2/ A Primer on Codecs for Moving Image and Sound Archives - and 10 Recommendations for Codec Selection &amp;amp; Management] [http://www.avpreserve.com/wp-content/uploads/2010/04/AVPS_Codec_Primer.pdf PDF version]&lt;br /&gt;
* [http://www.garymcgath.com/streamingprotocols.html Basics of streaming protocols]&lt;br /&gt;
&lt;br /&gt;
== Audio and sequencer software ==&lt;br /&gt;
&lt;br /&gt;
* Ableton&lt;br /&gt;
** [[Ableton Live]]&lt;br /&gt;
* Aldrin&lt;br /&gt;
** [[Creative Commons Module]] (.ccm)&lt;br /&gt;
* [[Audacity Project Format]] (.aup)&lt;br /&gt;
* Cakewalk&lt;br /&gt;
** [[Cakewalk Project (CWP)]] (.cwp)&lt;br /&gt;
** [[Cakewalk Project (WRK)]] (.wrk)&lt;br /&gt;
** [[Cakewalk Sample Definition File]] (.sfz)&lt;br /&gt;
* [[Cool Edit / Audition Multi Track Session file]] (.sss)&lt;br /&gt;
* [[CPS project]] (.cps)&lt;br /&gt;
* FruityLoops / FL Studio&lt;br /&gt;
** [[DrumSynth Preset]] (.ds)&lt;br /&gt;
** [[FL Studio Score File]] (.fsc)&lt;br /&gt;
** [[FL Studio State File]] (.fst)&lt;br /&gt;
** [[Humanize Preset]] (.fpr)&lt;br /&gt;
** [[Raw FL Studio Project]] (.flp)&lt;br /&gt;
** [[SimSynth Preset]] (.syn)&lt;br /&gt;
** [[Speech Preset]] (.speech)&lt;br /&gt;
* GarageBand (Mac)&lt;br /&gt;
** [[GarageBand project]] (.band, .gbproj)&lt;br /&gt;
** [[Magic GarageBand template]] (.wand)&lt;br /&gt;
** [[GarageBand MagicMentor template]] (.mwand)&lt;br /&gt;
&lt;br /&gt;
* [[Jacker song]]&lt;br /&gt;
* Jeskola Buzz&lt;br /&gt;
** [[Jeskola Buzz machine]] (.dll)&lt;br /&gt;
** [[Jeskola Buzz machine preset]] (.prs)&lt;br /&gt;
** [[Jeskola Buzz song]] (.bmx)&lt;br /&gt;
* [[LMMS]] (Linux MultiMedia Studio) (.mmp, .mmpz)&lt;br /&gt;
* [[LOGIC]] (Logic)&lt;br /&gt;
* [[Maestro]] (RISC OS)&lt;br /&gt;
* [[Make-A-Melody]] (''Big Blue Disk'' #42) (.mus)&lt;br /&gt;
* Piston Collage&lt;br /&gt;
** [[Piston Collage noise]] (.ptnoise)&lt;br /&gt;
** [[Piston Collage song]] (.ptcop, .pttune)&lt;br /&gt;
** [[Piston Collage voice]] (.ptvoice)&lt;br /&gt;
* Pro Tools&lt;br /&gt;
** [[PTS]] (Pro Tools 7-9) &lt;br /&gt;
** [[PTX]] (Pro Tools 10)&lt;br /&gt;
* Propellerhead Reason&lt;br /&gt;
** [[Propellerhead Reason NN-XT Patch File]] (.sx2)&lt;br /&gt;
** [[Propellerhead Reason Reason Project File]] (.rsn)&lt;br /&gt;
** [[Propellerhead Reason Reason Song File]](.rns)&lt;br /&gt;
** [[Propellerhead Reason REX2 Audio File]] (.rx2)&lt;br /&gt;
** [[Propellerhead Reason ReCycle Loop File]] (.rex)&lt;br /&gt;
** [[Propellerhead Reason ReFill Sound Bank]] (.rfl)&lt;br /&gt;
* Renoise&lt;br /&gt;
** [[Renoise song]] (.xrns)&lt;br /&gt;
** [[Renoise instrument]] (.xrni)&lt;br /&gt;
** [[Renoise DSP device-chain]] (.xrnt)&lt;br /&gt;
* SeaTone&lt;br /&gt;
** [[SeaTone song]] (.pxt)&lt;br /&gt;
* Steinberg&lt;br /&gt;
** [[CUBASE]]&lt;br /&gt;
*** [[ALL]] - A Steinberg [[CUBASE]] VST file for saving songs (pre 2002).&lt;br /&gt;
*** [[ARR]]  - A Steinberg [[CUBASE]] VST file for saving arrangements (pre 2002). &lt;br /&gt;
*** [[CPR]] - A Steinberg [[CUBASE]] SX file for saving projects (2002 - ).&lt;br /&gt;
*** [[NPR]] - A Steinberg [[NUENDO]] file for saving arrangements (2002 - ).&lt;br /&gt;
** Wavelab&lt;br /&gt;
*** [[MON]] (Audio montage)&lt;br /&gt;
* [[(Super) Studio Session song]] (.sss)&lt;br /&gt;
&lt;br /&gt;
== Audio recording and sound waves ==&lt;br /&gt;
&lt;br /&gt;
* Lossless compression&lt;br /&gt;
** [[ATRAC Advanced Lossless]] (.aal)&lt;br /&gt;
** [[ADA]]  (Advanced Digital Audio)&lt;br /&gt;
** [[ALAC]] (Apple Lossless Audio Codec)&lt;br /&gt;
** [[APAC]] (Marian's A-pac)&lt;br /&gt;
** [[Dakx Wav]]&lt;br /&gt;
** [[Dolby TrueHD]]&lt;br /&gt;
** [[DTS-HD]] (Lossless variant of DTS- DTS-HD Master Audio)&lt;br /&gt;
** [[FLAC]] (Free Lossless Audio Codec)&lt;br /&gt;
** [[LA]] (Lossless Audio)&lt;br /&gt;
** [[LiteWave]]&lt;br /&gt;
** [[LPAC]] (Lossless Predictive Audio Coding)&lt;br /&gt;
** [[MLP]] (Meridian Lossless Packing Audio)&lt;br /&gt;
** [[Monkey's Audio]] (.ape)&lt;br /&gt;
** [[MPEG-4 ALS]] (MPEG-4 Audio Lossless Coding)&lt;br /&gt;
** [[MPEG-4 SLS]] (MPEG-4 Scalable lossless coding mode)&lt;br /&gt;
** [[OptimFROG]] (.ofr, .ofs)&lt;br /&gt;
** [[Perfect Clarity Audio]] (.pca)&lt;br /&gt;
** [[RALF]] (Real Lossless Audio Codec)&lt;br /&gt;
** [[RK Audio]] (.rka)&lt;br /&gt;
** [[Shorten]] (.shn)&lt;br /&gt;
** [[Sonarc]]&lt;br /&gt;
** [[Split2000]]&lt;br /&gt;
** [[TAK]] (.tak)&lt;br /&gt;
** [[True Audio]] (.tta)&lt;br /&gt;
** [[VocPack]]&lt;br /&gt;
** [[WavArc]]&lt;br /&gt;
** [[WavPack]] (.wv)&lt;br /&gt;
** [[WMA Lossless]] (Windows Media Audio 9 Lossless)&lt;br /&gt;
* Lossy compression&lt;br /&gt;
** [[AAC]] (Advanced Audio Coding)&lt;br /&gt;
** Adaptive differential pulse-code modulation&lt;br /&gt;
*** [[ACT]]&lt;br /&gt;
*** [[MNF]] (Yamaha ADPCM)&lt;br /&gt;
*** [[SPB]] (Yamaha ADPCM)&lt;br /&gt;
*** [[VOX]]&lt;br /&gt;
** ATRAC or [[Adaptive Transform Acoustic Coding]] (.aa3, .oma, .at3)&lt;br /&gt;
** [[Audible Audiobook]] (.aa, .aax)&lt;br /&gt;
** [[CELT]] (.ogg)&lt;br /&gt;
** [[Dolby Digital]] (AC-3 or ATSC A/52)&lt;br /&gt;
** [[Digital Theater Systems]] (.dts)&lt;br /&gt;
** [[GSM]] (GSM 6.10 RPE-LTP)&lt;br /&gt;
** [[MPEG-4 Audio]] (.m4a, .m4b, .m4p, .m4r, .mp4)&lt;br /&gt;
** [[M4B]] (iTunes Audio Book)&lt;br /&gt;
** [[M4P]] (Fairplay DRM Encrypted [[M4A]])&lt;br /&gt;
** [[MPC (Musepack)|MP+]] (MPEGplus Audio)&lt;br /&gt;
** [[MP1]] (MPEG Audio Layer 1)&lt;br /&gt;
** [[MP2]] (MPEG-1 Audio Layer II)&lt;br /&gt;
** [[MP3]] (MPEG-1 / MPEG-2 Audio Layer III)&lt;br /&gt;
** [[MPA]] (MPEG Audio)&lt;br /&gt;
** [[Musepack Audio]] (.mpc)&lt;br /&gt;
** [[Opus]] (.opus)&lt;br /&gt;
** [[RealAudio]] (.ra)&lt;br /&gt;
** [[Speex]] (.spx)&lt;br /&gt;
** [[Vorbis]] (.logg, .oga, .ogg)&lt;br /&gt;
** [[WMA]] (Windows Media Audio)&lt;br /&gt;
* Proprietary&lt;br /&gt;
** [[DCT]] (Dictation format by NCH Software)&lt;br /&gt;
** [[Digital Speech Standard]] (.dss)&lt;br /&gt;
** [[Digital Voice File]] (.dvf)&lt;br /&gt;
** [[IC Sound]] (.ics)&lt;br /&gt;
** [[IKLAX]] (iKlax Media)&lt;br /&gt;
** [[Memory Stick Voice]] (.msv)&lt;br /&gt;
** [[Pono]]&lt;br /&gt;
* Separated parts of tracks&lt;br /&gt;
** [[Stems]]&lt;br /&gt;
* Uncompressed audio&lt;br /&gt;
** [[AIFF|AIF / AIFF]] (Audio Interchange File Format)&lt;br /&gt;
** [[Berkeley/IRCAM/Carl Sound Format]] (.sf)&lt;br /&gt;
** [[BWF]] (Broadcast Wave Format; variant of WAV)&lt;br /&gt;
** [[LPCM]] (Linear Pulse Code Modulated Audio)&lt;br /&gt;
** [[RAW (Audio)|RAW]] (.raw, .pcm)&lt;br /&gt;
** [[RF64]] (extended variant of BWF)&lt;br /&gt;
** [[Sony Wave64]] (.w64)&lt;br /&gt;
** [[WAV]] (Waveform Audio File Format)&lt;br /&gt;
* Various encodings&lt;br /&gt;
** [[AIFC]] ([[AIFF]] Compressed)&lt;br /&gt;
** [[AU]] (Sun Microsystems audio format)&lt;br /&gt;
** [[Computerized Speech Lab NSP]] (.nsp)&lt;br /&gt;
** [[Bonk]] (lossy/lossless audio compression)&lt;br /&gt;
** [[INRS-Telecom file]] (.aud)&lt;br /&gt;
** [[SPPACK]] (.d)&lt;br /&gt;
** [[WVE (Psion)]]&lt;br /&gt;
&lt;br /&gt;
== Chiptune ==&lt;br /&gt;
&lt;br /&gt;
* [[SAM Coupé song]] (.cop, .sng)&lt;br /&gt;
&lt;br /&gt;
== Configuration files ==&lt;br /&gt;
&lt;br /&gt;
* [[X2A]] (Yamaha S70xs/S90xs keyboard workstations)&lt;br /&gt;
&lt;br /&gt;
== Container formats ==&lt;br /&gt;
&lt;br /&gt;
* [[ASF]] (Advanced Systems Format)&lt;br /&gt;
* [[Core Audio Format]] (.caf)&lt;br /&gt;
* [[Extensible Music Format]] (.xmf)&lt;br /&gt;
* [[Matroska Audio]] (.mka)&lt;br /&gt;
* [[MP4]] (MPEG-4 Part 14 media container)&lt;br /&gt;
* [[Ogg]] (.ogg, .oga, .ogx, .spx, .opus)&lt;br /&gt;
* [[Rich Music Format]] (.rmf)&lt;br /&gt;
* [[RealMedia]] (.rm)&lt;br /&gt;
* [[WebM]] (.webm) (also used for video)&lt;br /&gt;
&lt;br /&gt;
== Emulated music ==&lt;br /&gt;
&lt;br /&gt;
* [[2SF]] (Nintendo DS [[PSF]])&lt;br /&gt;
* [[3G2]] (3GPP, also a video format)&lt;br /&gt;
* [[3GP]] (3GPP, also a video format)&lt;br /&gt;
* [[Atari SoundHeader]] (.sndh)&lt;br /&gt;
* [[AY]] (Amstrad CPC / ZX Spectrum)&lt;br /&gt;
* [[DSF]] (Dreamcast [[Portable Sound Format|PSF]])&lt;br /&gt;
* [[EPSGMOD]] (.epsgmod, Mod2PSG)&lt;br /&gt;
* [[Fuxoft AY Language]] (.fmx)&lt;br /&gt;
* [[GBR]] (Game Boy Sound)&lt;br /&gt;
* [[Game Boy Sound]] (.gbs)&lt;br /&gt;
* [[GSF]] (Game Boy Advance [[PSF]])&lt;br /&gt;
* [[GSR]] (Gens Sound Record)&lt;br /&gt;
* [[HES]] (Hudson Entertainment System)&lt;br /&gt;
* [[KSS]] (MSX)&lt;br /&gt;
* [[KSSX]] (Possible expansion of [[KSS]])&lt;br /&gt;
* [[MDX]] (Sharp X68000 / MXDRV)&lt;br /&gt;
* [[NES Sound Format]] (.nsf)&lt;br /&gt;
* [[NES Sound Format Extended]] (.nsfe)&lt;br /&gt;
* [[Portable Sound Format|PSF]] (Portable Sound Format)&lt;br /&gt;
* [[PSF1]] (Playstation [[PSF]])&lt;br /&gt;
* [[PSF2]] (Playstation 2 [[PSF]])&lt;br /&gt;
* [[QSF]] (Capcom Q-Sound [[PSF]])&lt;br /&gt;
* [[SGC]] (Sega Master System / Game Gear / Colecovision)&lt;br /&gt;
* [[SID]] (Commodore)&lt;br /&gt;
* [[SND]] (Atari ST)&lt;br /&gt;
* [[SPC (Audio)|SPC]] (Super Nintendo SPC700)&lt;br /&gt;
* [[SSF]] (Sega Saturn [[Portable Sound Format|PSF]])&lt;br /&gt;
* [[USF]] (Nintendo 64 [[Portable Sound Format|PSF]])&lt;br /&gt;
* [[YM]] (Amstrad CPC / Spectrum ZX / Atari ST)&lt;br /&gt;
* [[ZXAYEMUL Sound]] (.cpc)&lt;br /&gt;
&lt;br /&gt;
== Game audio and music ==&lt;br /&gt;
&lt;br /&gt;
(see also [[Game data files]])&lt;br /&gt;
&lt;br /&gt;
* [[4X IMA ADPCM]]&lt;br /&gt;
* Accolade&lt;br /&gt;
** [[Accolade MIDI File Format]]&lt;br /&gt;
* Adept Software&lt;br /&gt;
** [[God of Thunder Music Format]]&lt;br /&gt;
* [[AFC]] (AFX Audio File) -- used in Mass Effect 2&lt;br /&gt;
* Apogee&lt;br /&gt;
** [[Crystal Caves Sound format]]&lt;br /&gt;
* Atari&lt;br /&gt;
** [[Slight Atari Player]] (Atari POKEY)&lt;br /&gt;
* [[BAF]] (Blur ADPCM)&lt;br /&gt;
* [[BAKA]] (PCM 16 bit)&lt;br /&gt;
* Bandai&lt;br /&gt;
** [[WSR]] (WonderSwan / WonderSwan Color)&lt;br /&gt;
* [[BH2PCM]]&lt;br /&gt;
* [[BNSF]] (G.722.1)&lt;br /&gt;
* Cave Story&lt;br /&gt;
** [[Organya]]&lt;br /&gt;
* Commodore Amiga&lt;br /&gt;
** [[A.M. Composer v1.2]] (.amc)&lt;br /&gt;
** [[AC1D-DC1A Packer]] (.ac1d)&lt;br /&gt;
** [[Actionamics Sound Tool]] (.ast)&lt;br /&gt;
** [[AMOS Music Bank]] (.abk)&lt;br /&gt;
** [[AMOS Memory Bank#AMOS Samples Bank|AMOS Samples Bank]] (.abk)&lt;br /&gt;
** [[Art &amp;amp; Magic]] (.aam)&lt;br /&gt;
** [[Audio Sculpture]] (.as)&lt;br /&gt;
** [[Beathoven Synthesiser]] (.bss)&lt;br /&gt;
** [[Benn Daglish]] (.bd)&lt;br /&gt;
** [[Benn Daglish SID]] (.bds)&lt;br /&gt;
** [[Channel Players]] (.chan)&lt;br /&gt;
** [[Cinemaware]] (.cin)&lt;br /&gt;
** [[Core Design]] (.core)&lt;br /&gt;
** [[CustomMade]] (.cm)&lt;br /&gt;
** [[Darius Zendeh]] (.dz)&lt;br /&gt;
** [[Dave Lowe]] (.dl)&lt;br /&gt;
** [[Dave Lowe New]] (.dln)&lt;br /&gt;
** [[David Hanney]] (.dh)&lt;br /&gt;
** [[David Whittaker]] (.dw)&lt;br /&gt;
** [[Desire]] (.dsr)&lt;br /&gt;
** [[Digital Illusions]] (.di)&lt;br /&gt;
** [[Digital Sonix &amp;amp; Chrome]] (.dsc)&lt;br /&gt;
** [[Digital Sound Creations]] (.han)&lt;br /&gt;
** [[Dirk Bialluch]] (.tpu)&lt;br /&gt;
** [[Dynamic Synthesizer]] (.dns)&lt;br /&gt;
** [[Editeur Musical Sequentiel]] (.ems)&lt;br /&gt;
** [[Follin Player II]] (.tf)&lt;br /&gt;
** [[Fred Editor]] (.fred)&lt;br /&gt;
** [[Fred Gray]] (.fg)&lt;br /&gt;
** [[Future Player]] (.fp)&lt;br /&gt;
** [[FWMP]] (.fw)&lt;br /&gt;
** [[Game Music Creator]] (.gmc)&lt;br /&gt;
** [[Hippel]] (.hip)&lt;br /&gt;
** [[Hippel-COSO]] (.hipc)&lt;br /&gt;
** [[Howie Davies]] (.hd)&lt;br /&gt;
** [[Images Music System]] (.ims)&lt;br /&gt;
** [[Infogrames INS]] (.ins)&lt;br /&gt;
** [[Janko Mrsic-Flogel]] (.jmf)&lt;br /&gt;
** [[Jason Brooke]] (.jcb)&lt;br /&gt;
** [[Jason Page]] (.jp)&lt;br /&gt;
** [[Jeroen Tel]] (.jt)&lt;br /&gt;
** [[Jesper Olsen]] (.jo)&lt;br /&gt;
** [[Jochen Hippel]] (.hip)&lt;br /&gt;
** [[Kris Hatlelid]] (.kh)&lt;br /&gt;
** [[Leggless Music Editor]] (.lme)&lt;br /&gt;
** [[Magnetic Fields Packer]] (.mfp)&lt;br /&gt;
** [[Maniacs of Noise]] (.mon, .jt)&lt;br /&gt;
** [[Mark Cooksey]] (.mc)&lt;br /&gt;
** [[Mark II Sound-System]] (.mii, .mk2, .mkii)&lt;br /&gt;
** [[Martin Walker]] (.mw)&lt;br /&gt;
** [[MaxTrax]] (.mxtx)&lt;br /&gt;
** [[Mike Davies]] (.md)&lt;br /&gt;
** [[MMDC]] (Module packer)&lt;br /&gt;
** [[Mugician]] (.mug)&lt;br /&gt;
** [[Mugician II]] (.mug2)&lt;br /&gt;
** [[NovoTrade Packer]] (.ntp)&lt;br /&gt;
** [[Pierre Adane Packer]] (.pap)&lt;br /&gt;
** [[Professional Sound Artists]] (.psa)&lt;br /&gt;
** [[Promizer]] (.pr1)&lt;br /&gt;
** [[ProPacker 2.1]] (.pp21)&lt;br /&gt;
** [[ProPacker 3.0]] (.pp30)&lt;br /&gt;
** [[Prorunner 1.0]] (.prun)&lt;br /&gt;
** [[Prorunner 2.0]] (.pru2)&lt;br /&gt;
** [[Richard Joseph]] or Vectordean (.rjp)&lt;br /&gt;
** [[Rob Hubbard]] (.rh, .rho)&lt;br /&gt;
** [[Ron Klaren]] (.rk)&lt;br /&gt;
** [[Sean Connolly]] (.scn)&lt;br /&gt;
** [[Sean Conran]] (.scr)&lt;br /&gt;
** [[Sidmon]] (.sid)&lt;br /&gt;
** [[Sidmon II]] (.sid2)&lt;br /&gt;
** [[Silmarils]] (.mok)&lt;br /&gt;
** [[Sonic Arranger]] (.sa)&lt;br /&gt;
** [[Sound Images]] (.tw)&lt;br /&gt;
** [[Sound Master]] (.sm)&lt;br /&gt;
** [[Sound Programming Language]] (.spl)&lt;br /&gt;
** [[Soundcontrol]] (.sct)&lt;br /&gt;
** [[Soundfactory]] (.psf)&lt;br /&gt;
** [[SoundPlayer]] (.sjs)&lt;br /&gt;
** [[Special FX]] (.jd)&lt;br /&gt;
** [[Speedy System]] (.ss)&lt;br /&gt;
** [[Steve Barrett]] (.sb)&lt;br /&gt;
** [[Jason Page|Steve Turner]] (.jpo)&lt;br /&gt;
** [[Synth Dream]] (.sdr)&lt;br /&gt;
** [[Synth Pack]] (.osp)&lt;br /&gt;
** [[The Musical Enlightenment]] (.tme)&lt;br /&gt;
** [[The Player 4.x]] (.p4x)&lt;br /&gt;
** [[The Player 6.x]] (.p6x)&lt;br /&gt;
** [[Thomas Hermann]] (.thm)&lt;br /&gt;
** [[Wally Beben]] (.wb)&lt;br /&gt;
* CRI Middleware&lt;br /&gt;
** [[ADX]]&lt;br /&gt;
** [[AFS]] (container format for [[ADX]] / [[AHX (CRI)]])&lt;br /&gt;
** [[AHX (CRI)]]&lt;br /&gt;
** [[AIX]]&lt;br /&gt;
* [[DCS]] (ADPCM)&lt;br /&gt;
* [[Death Rally Archive]] (.bpa)&lt;br /&gt;
* [[DMSG]] (PCM 16 bit)&lt;br /&gt;
* [[EACS IMA ADPCM]] (.kcey)&lt;br /&gt;
* Electronic Arts&lt;br /&gt;
** [[8-Bit Sampled Voice]] (.8svx, .iff)&lt;br /&gt;
** [[Asylum Music Format]] (.amf, used in Crusader: No Remorse / Crusader: No Regret)&lt;br /&gt;
** [[Electronic Arts AS4 / ASF Music]] (.as4, .asf)&lt;br /&gt;
** [[Electronic Arts KSF Music]] (.ksf)&lt;br /&gt;
** [[Electronic Arts MUS]] (.mus)&lt;br /&gt;
** [[Electronic Arts SCxl]]&lt;br /&gt;
** [[Electronic Arts Sound Effects]] (.bnk, .crd)&lt;br /&gt;
** [[Electronic Arts Sound / Speech Files]] (.eas, .sph)&lt;br /&gt;
** [[IFF]] (Amiga 8SVX)&lt;br /&gt;
** [[Sonix Music Driver]] (.smus)&lt;br /&gt;
* [[EMFF]] (ADPCM)&lt;br /&gt;
* Epic Megagames&lt;br /&gt;
** [[Epic Megagames MASI]] (.masi, .psm)&lt;br /&gt;
* [[Final Fantasy XI Music file]] (.bgw)&lt;br /&gt;
* [[Funcom ISS]]&lt;br /&gt;
* Galaxy Music System&lt;br /&gt;
** [[Galaxy Music System v4.0]]&lt;br /&gt;
** [[Galaxy Music System v5.0]] (.j2b)&lt;br /&gt;
* [[GCW]] (PCM 16 bit)&lt;br /&gt;
* [[Generic Header]] (.genh, Generic Header Creator)&lt;br /&gt;
* Herad Music System&lt;br /&gt;
** [[Herad Music System AGD]] (.agd)&lt;br /&gt;
** [[Herad Music System SDB]] (.sdb)&lt;br /&gt;
** [[Herad Music System SQX]] (.sqx)&lt;br /&gt;
* [[HIS]] (PCM 8 bit)&lt;br /&gt;
* id Software&lt;br /&gt;
** [[Doom MUS]]&lt;br /&gt;
** [[id Software DNF]] (.dnf)&lt;br /&gt;
** [[id Software Music Format]] (.imf)&lt;br /&gt;
** [[id Software WLF]] (.wlf)&lt;br /&gt;
* [[IMA ADPCM]] (.bar, .dvi, .hwas, .idvi, .ivaud, .myspd, .stma, .strm)&lt;br /&gt;
* [[Interplay ACM]] (.acm)&lt;br /&gt;
* [[Inverse Frequency Sound format]]&lt;br /&gt;
* [[iXMF]] (Interactive [[Extensible Music Format]])&lt;br /&gt;
* Ken Silverman&lt;br /&gt;
** [[Ken's Adlib Music]] (.ksm)&lt;br /&gt;
** [[Ken's Digital Music]] (.kdm)&lt;br /&gt;
** [[SM (Ken Silverman)]] (.sm)&lt;br /&gt;
** [[SND (Ken Silverman)]] (.snd)&lt;br /&gt;
* [[LOUDNESS Sound System]] (.lds)&lt;br /&gt;
* LucasArts&lt;br /&gt;
** [[LucasArts Adlib Audio]] (.laa)&lt;br /&gt;
** [[SCUMM]] (SCUMM)&lt;br /&gt;
* [[Martin Fernandez]] (.adlib)&lt;br /&gt;
* Microsoft&lt;br /&gt;
** [[0x0069]] (Xbox ADPCM)&lt;br /&gt;
** [[2DX]]&lt;br /&gt;
** [[2DX9]] (ADPCM)&lt;br /&gt;
** [[DE2]] (ADPCM)&lt;br /&gt;
** [[Xbox IMA ADPCM]] (.matx, .wavm, .wvs, .xmu, .xvas, .xwav)&lt;br /&gt;
* Nintendo&lt;br /&gt;
** [[Advanced Mario Sequencer file]] (.mss)&lt;br /&gt;
** [[BRSTMPSM]] (Super Paper Mario)&lt;br /&gt;
** [[Donkey Konga 2 DSP]] (Donkey Konga 2)&lt;br /&gt;
** [[Mario Paint Composer]] (MPC)&lt;br /&gt;
** [[Mario Sequencer file]] (.msq)&lt;br /&gt;
** [[Nintendo GameCube / Wii AAAP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii ADP]] (Nintendo Gamecube)&lt;br /&gt;
** [[Nintendo GameCube / Wii AFC]] (Nintendo Gamecube)&lt;br /&gt;
** [[Nintendo GameCube / Wii AGSC]] (.agsc)&lt;br /&gt;
** [[Nintendo GameCube / Wii AMTS]]&lt;br /&gt;
** [[Nintendo GameCube / Wii ASN]] (Nintendo Gamecube)&lt;br /&gt;
** [[Nintendo GameCube / Wii ASR]] (Nintendo Wii)&lt;br /&gt;
** [[Nintendo GameCube / Wii AST]] (Nintendo Wii sound format)&lt;br /&gt;
** [[Nintendo GameCube / Wii BNS]]&lt;br /&gt;
** [[Nintendo GameCube / Wii BO2]]&lt;br /&gt;
** [[Nintendo GameCube / Wii BRSTM]] (Nintendo Wii streaming format)&lt;br /&gt;
** [[Nintendo GameCube / Wii CAPDSP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii CFN]]&lt;br /&gt;
** [[Nintendo GameCube / Wii DDSP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii DSP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii GCA]] (Nintendo Wii)&lt;br /&gt;
** [[Nintendo GameCube / Wii GCM]]&lt;br /&gt;
** [[Nintendo GameCube / Wii GSP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii HPS]]&lt;br /&gt;
** [[Nintendo GameCube / Wii IDSP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii ISD]]&lt;br /&gt;
** [[Nintendo GameCube / Wii ISH]]&lt;br /&gt;
** [[Nintendo GameCube / Wii KRAW]] (Nintendo Wii)&lt;br /&gt;
** [[Nintendo GameCube / Wii LPS]]&lt;br /&gt;
** [[Nintendo GameCube / Wii MPDS]]&lt;br /&gt;
** [[Nintendo GameCube / Wii MPDSP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii MSS]]&lt;br /&gt;
** [[Nintendo GameCube / Wii MUS]]&lt;br /&gt;
** [[Nintendo GameCube / Wii PDT]]&lt;br /&gt;
** [[Nintendo GameCube / Wii SDT]]&lt;br /&gt;
** [[Nintendo GameCube / Wii SMP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii SNS]]&lt;br /&gt;
** [[Nintendo GameCube / Wii SPD]]&lt;br /&gt;
** [[Nintendo GameCube / Wii SPT]]&lt;br /&gt;
** [[Nintendo GameCube / Wii SSM]]&lt;br /&gt;
** [[Nintendo GameCube / Wii STM]]&lt;br /&gt;
** [[Nintendo GameCube / Wii STR]]&lt;br /&gt;
** [[Nintendo GameCube / Wii STS]]&lt;br /&gt;
** [[Nintendo GameCube / Wii SWD]]&lt;br /&gt;
** [[Nintendo GameCube / Wii THP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii TYDSP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii VJDSP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii WAS]]&lt;br /&gt;
** [[Nintendo GameCube / Wii WSD]]&lt;br /&gt;
** [[Nintendo GameCube / Wii WSI]]&lt;br /&gt;
** [[Nintendo GameCube / Wii YDSP]]&lt;br /&gt;
** [[Nintendo GameCube / Wii YMF]]&lt;br /&gt;
** [[Nintendo GameCube / Wii ZWDSP]]&lt;br /&gt;
** [[SHI]] ([http://battleofthebits.org/lyceum/View/ShroomTool ShroomTool] Instrument, used for Mario Paint instruments)&lt;br /&gt;
** [[SHO]] (ShroomTool, used for Mario Paint sounds)&lt;br /&gt;
* Origin Software&lt;br /&gt;
** [[Ultima 6 Music]] (.m)&lt;br /&gt;
* Pixel&lt;br /&gt;
** [[PMD (Pixel)]]&lt;br /&gt;
* [[Pixel Painters]] (.fmf)&lt;br /&gt;
* [[Ragnarok Online 2 RMP]]&lt;br /&gt;
* [[Shadowlands]] (.cal)&lt;br /&gt;
* Sierra&lt;br /&gt;
** [[Sierra AGI]] (Sierra AGI)&lt;br /&gt;
** [[Sierra SCI]] (Used in Sierra PC games)&lt;br /&gt;
* Sony&lt;br /&gt;
** [[Sony Playstation ADS]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation ASS]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation AST]]&lt;br /&gt;
** [[Sony Playstation BG00]]&lt;br /&gt;
** [[Sony Playstation BMDX]]&lt;br /&gt;
** [[Sony Playstation CCC]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation CNK]]&lt;br /&gt;
** [[Sony Playstation DXH]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation ENTH]]&lt;br /&gt;
** [[Sony Playstation FAG]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation FILP]]&lt;br /&gt;
** [[Sony Playstation FSB]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation GCM]]&lt;br /&gt;
** [[Sony Playstation GMS]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation HGC1]]&lt;br /&gt;
** [[Sony Playstation I100]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation I400]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation I80]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation IKM]]&lt;br /&gt;
** [[Sony Playstation ILD]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation IVB]]&lt;br /&gt;
** [[Sony Playstation JOE]]&lt;br /&gt;
** [[Sony Playstation KCES]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation KHV]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation LEG]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation MCG]]&lt;br /&gt;
** [[Sony Playstation MI4]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation MIB]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation MIC]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation MIH]]&lt;br /&gt;
** [[Sony Playstation MIHB]] (merged [[Sony Playstation MIB|MIB]] &amp;amp; [[Sony Playstation MIH|MIH]])&lt;br /&gt;
** [[Sony Playstation MSA]]&lt;br /&gt;
** [[Sony Playstation MSVP]]&lt;br /&gt;
** [[Sony Playstation MUSC]]&lt;br /&gt;
** [[Sony Playstation NPSF]]&lt;br /&gt;
** [[Sony Playstation PNB]]&lt;br /&gt;
** [[Sony Playstation PSH]]&lt;br /&gt;
** [[Sony Playstation RKV]]&lt;br /&gt;
** [[Sony Playstation RND]]&lt;br /&gt;
** [[Sony Playstation RSTM]]&lt;br /&gt;
** [[Sony Playstation RWS]]&lt;br /&gt;
** [[Sony Playstation SFS]]&lt;br /&gt;
** [[Sony Playstation SIR]]&lt;br /&gt;
** [[Sony Playstation SL3]]&lt;br /&gt;
** [[Sony Playstation SMPL]]&lt;br /&gt;
** [[Sony Playstation SND]]&lt;br /&gt;
** [[Sony Playstation SPU]] (Sony Playstation)&lt;br /&gt;
** [[Sony Playstation STER]]&lt;br /&gt;
** [[Sony Playstation STH]]&lt;br /&gt;
** [[Sony Playstation STR]]&lt;br /&gt;
** [[Sony Playstation STS]]&lt;br /&gt;
** [[Sony Playstation SVAG]]&lt;br /&gt;
** [[Sony Playstation SVS]]&lt;br /&gt;
** [[Sony Playstation TEC]]&lt;br /&gt;
** [[Sony Playstation TK5]]&lt;br /&gt;
** [[Sony Playstation VAS]]&lt;br /&gt;
** [[Sony Playstation VAG]]&lt;br /&gt;
** [[Sony Playstation VB2]] (Playstation / PS2)&lt;br /&gt;
** [[Sony Playstation VGS]]&lt;br /&gt;
** [[Sony Playstation VIG]]&lt;br /&gt;
** [[Sony Playstation VPK]]&lt;br /&gt;
** [[Sony Playstation VS]]&lt;br /&gt;
** [[Sony Playstation VSF]]&lt;br /&gt;
** [[Sony Playstation WP2]]&lt;br /&gt;
** [[Sony Playstation XA2]]&lt;br /&gt;
** [[Sony Playstation XA30]]&lt;br /&gt;
** [[Sony Playstation 2 MI2]] (Sony Playstation 2)&lt;br /&gt;
* [[Sound Images Generation 2]] (.sig)&lt;br /&gt;
* [[Sound Interface System]] (.lem)&lt;br /&gt;
* [[STOS memory bank]] (.mbk)&lt;br /&gt;
* [[Unreal Music Format]] (.umx)&lt;br /&gt;
* Union Logic Software Publishing&lt;br /&gt;
** [[Vinyl Goddess From Mars Instrument Format]]&lt;br /&gt;
** [[Vinyl Goddess From Mars Music Format]]&lt;br /&gt;
* [[Unique Development Studios]] (.uds)&lt;br /&gt;
* [[Video Game Music]] (.vgm, .vgz)&lt;br /&gt;
* Westwood Studios&lt;br /&gt;
** [[Westwood Studios ADL]] (.adl)&lt;br /&gt;
** [[Westwood Studios AUD]] (.aud)&lt;br /&gt;
* [[Whacky Wheels]] (.klm)&lt;br /&gt;
* [[XMP Game Module]] (.j2b)&lt;br /&gt;
&lt;br /&gt;
== Metadata formats and related data ==&lt;br /&gt;
&lt;br /&gt;
* [[APE tag]]&lt;br /&gt;
* [[Exif]]&lt;br /&gt;
* [[ID3]]&lt;br /&gt;
* [[ISRC]] (International Standard Recording Code)&lt;br /&gt;
* [[MDZ]] - strictly not itself a music format, but a metadata file for other music files used by Open Cubic Player. See http://www.cubic.org/player/doc/node72.htm&lt;br /&gt;
* [[Monkey's Audio metadata]] (.apl)&lt;br /&gt;
* [[Vorbis comment]]&lt;br /&gt;
&lt;br /&gt;
== Music trackers ==&lt;br /&gt;
&lt;br /&gt;
* [[1tracker module]] (.1tm)&lt;br /&gt;
* [[AHX (Abyss)]] (Abyss Highest eXperience)&lt;br /&gt;
* [[Aley's Module]] (.alm)&lt;br /&gt;
* [[All Sound Tracker module]] (.ast)&lt;br /&gt;
* [[Amiga Module]] (.mod)&lt;br /&gt;
* [[AProSys module]] (.aps)&lt;br /&gt;
* [[Archimedes Tracker module]]&lt;br /&gt;
* [[Arkos Tracker]] (.aks)&lt;br /&gt;
* [[Art of Noise module]] (.aon)&lt;br /&gt;
* [[ASC Sound Master module]] (.asc)&lt;br /&gt;
* [[B's Pro Tracker module]] (.bpm, .bps)&lt;br /&gt;
* [[Beepola song]] (.bbsong)&lt;br /&gt;
* [[BeRoTracker module]] (.br)&lt;br /&gt;
* [[BoyScout Tracker module]] (.bsf)&lt;br /&gt;
* Brian Postma SoundMon&lt;br /&gt;
** [[Brian Postma SoundMon v1.x module]] (.bp)&lt;br /&gt;
** [[Brian Postma SoundMon v2.x &amp;amp; v3.x module]] (.bp3)&lt;br /&gt;
** [[BS]]&lt;br /&gt;
* Buzzic&lt;br /&gt;
** [[Buzzic v1.x]] (.buz)&lt;br /&gt;
** [[Buzzic v2.0]] (.buz2)&lt;br /&gt;
* Chaos Music Composer&lt;br /&gt;
** [[CM3]] ([[CMC]] &amp;quot;3/4&amp;quot;)&lt;br /&gt;
** [[CMC]] (Chaos Music Composer)&lt;br /&gt;
** [[CMR]] ([[CMC]] &amp;quot;Rzog&amp;quot;)&lt;br /&gt;
** [[CMS]] (Stereo Double [[CMC]])&lt;br /&gt;
** [[DMC]] (Double ChaosMusicComposer)&lt;br /&gt;
* [[Chuck Biscuits/Black Artist module]] (.cba)&lt;br /&gt;
* [[Coconizer module]]&lt;br /&gt;
* [[Composer 669 module]] (.669)&lt;br /&gt;
* [[craptracker ii module]] (.ct2)&lt;br /&gt;
* [[Custom Amiga Module]] (.cus. .custom)&lt;br /&gt;
* CyberTracker&lt;br /&gt;
** [[CyberTracker instrument]] (.ci)&lt;br /&gt;
** [[CyberTracker module]] (.ct)&lt;br /&gt;
* [[DeliTracker custom]] (.cust)&lt;br /&gt;
* [[DeltaMusic module]] (.dta)&lt;br /&gt;
* Delta Music Composer&lt;br /&gt;
** [[Delta Music Composer module]] (.dlt)&lt;br /&gt;
** [[Delta Music 2.0 module]] (.dl2)&lt;br /&gt;
* [[Desktop Tracker module]] (.dtt)&lt;br /&gt;
* DigiBooster / DigiBooster PRO&lt;br /&gt;
** [[DigiBooster v1.x module]] (.digi)&lt;br /&gt;
** [[DigiBooster PRO v2.x / DigiBooster 3 module]] (.dbm)&lt;br /&gt;
* [[Digital Symphony module]] (.dsym)&lt;br /&gt;
* Digitrakker&lt;br /&gt;
** [[Digitrakker instrument]] (.ist)&lt;br /&gt;
** [[Digitrakker module]] (.mdl)&lt;br /&gt;
** [[Digitrakker sample]] (.spl)&lt;br /&gt;
* [[DigiTrekker module]] (.dtm)&lt;br /&gt;
* [[Digital Tracker module]] (.dtm)&lt;br /&gt;
* [[DisorderTracker 2 module]] (.plm)&lt;br /&gt;
* [[Dual Module Player DSMI]] (.amf)&lt;br /&gt;
* [[Eureka Packer module]] (.eu)&lt;br /&gt;
* [[Extended MOD]] (.emd)&lt;br /&gt;
* [[Extreme's Tracker module]] (.ams)&lt;br /&gt;
* [[FAC Soundtracker]] (MSX, extension unknown)&lt;br /&gt;
* [[Face the Music module]] (.ftm)&lt;br /&gt;
* Famitracker&lt;br /&gt;
** [[FamiTracker module]] (.ftm)&lt;br /&gt;
** [[FamiTracker instrument]] (.fti)&lt;br /&gt;
* Farandole Composer&lt;br /&gt;
** [[Farandole Form 2.0]] (.f2r)&lt;br /&gt;
** [[Farandole Composer module]] (.far)&lt;br /&gt;
** [[Farandole Composer pattern]] (.fpt)&lt;br /&gt;
** [[Farandole Composer sample]] (.fsm, .usm)&lt;br /&gt;
* [[Fashion Tracker module]] (.ex)&lt;br /&gt;
* FastTracker / FastTracker 2&lt;br /&gt;
** [[FastTracker module]] (.ft, .ftc)&lt;br /&gt;
** [[Extended instrument]] (.xi)&lt;br /&gt;
** [[Extended Module]] (.xm)&lt;br /&gt;
* [[FC-M Packer module]] (.fcm)&lt;br /&gt;
* [[Flash Tracker module]] (.fls)&lt;br /&gt;
* [[Flex Tracker module]] (.flx)&lt;br /&gt;
* [[Fuchs Tracker]] (.fchs)&lt;br /&gt;
* [[FunkTracker module]] (.fnk)&lt;br /&gt;
* Future Composer&lt;br /&gt;
** [[Future Composer v1.x module]] (.fc)&lt;br /&gt;
* Future Composer (BSI)&lt;br /&gt;
** [[Future Composer (BSI) module]]&lt;br /&gt;
* [[Fuzzac Packer module]] (.fuzz)&lt;br /&gt;
* [[General Digital Music module]] (.gdm)&lt;br /&gt;
* [[GoatTracker module]] (.sng)&lt;br /&gt;
* [[Grave Composer module]] (.wow)&lt;br /&gt;
* Graoumf Tracker&lt;br /&gt;
** [[Graoumf Tracker module]] (.gtk)&lt;br /&gt;
** [[Graoumf Tracker 2 module]] (.gt2)&lt;br /&gt;
* [[Global Tracker v1.x module]] (.gtr)&lt;br /&gt;
* [[HeatSeeker Module Cruncher v1.0]] (.crb)&lt;br /&gt;
* [[Hively Tracker module]] (.hvl)&lt;br /&gt;
* [[Ice Tracker module]]&lt;br /&gt;
* [[Imago Orpheus module]] (.imf)&lt;br /&gt;
* Impulse Tracker&lt;br /&gt;
** [[Impulse Tracker module]] (.it, .itbz, .itgz, .itr, .itz)&lt;br /&gt;
** [[Impulse Tracker sample]] (.its)&lt;br /&gt;
* [[JAMCracker Pro module]] (.jam)&lt;br /&gt;
* klystrack&lt;br /&gt;
** [[klystrack instrument]] (.ki)&lt;br /&gt;
** [[klystrack module]] (.kt)&lt;br /&gt;
* [[KRIS Packer / ChipTracker module]] (.kris)&lt;br /&gt;
* Liquid Tracker&lt;br /&gt;
** [[Liquid Digitized Sample]] (.lds)&lt;br /&gt;
** [[Liquid Tracker module]] (.liq)&lt;br /&gt;
* MadTracker 2&lt;br /&gt;
** [[MadTracker 2 envelope]] (.mte)&lt;br /&gt;
** [[MadTracker 2 extension]] (.mtx)&lt;br /&gt;
** [[MadTracker 2 instrument]] (.mti)&lt;br /&gt;
** [[MadTracker 2 module]] (.mt2)&lt;br /&gt;
** [[MadTracker 2 pattern]] (.mtp)&lt;br /&gt;
** [[MadTracker 2 sample]] (.mts)&lt;br /&gt;
* maxYMiser&lt;br /&gt;
** [[maxYMiser instrument]] (.myi)&lt;br /&gt;
** [[maxYMiser module]] (.snd)&lt;br /&gt;
* [[Megatracker module]] (.mgt)&lt;br /&gt;
* [[MO3]] (MP3 / Vorbis compressed module)&lt;br /&gt;
* [[MOD Edit sample]] (.sam)&lt;br /&gt;
* [[Module Protector + noID]] (.mp)&lt;br /&gt;
* Moonblaster (MSX)&lt;br /&gt;
** [[Moonblaster music]] (.mbm)&lt;br /&gt;
** [[Moonblaster sample kit]] (.mbk)&lt;br /&gt;
* [[Multi Track Module]] (.mtm)&lt;br /&gt;
* Muse Tracker / Pornotracker&lt;br /&gt;
** [[Musetracker / Pornotracker instrument]] (.poi)&lt;br /&gt;
** [[Musetracker / Pornotracker module]] (.pom)&lt;br /&gt;
* Music Pro Tracker&lt;br /&gt;
** [[Music Pro Tracker DoublePlay]] (.mpd)&lt;br /&gt;
** [[Music Pro Tracker module (MD1)]] (.md1)&lt;br /&gt;
** [[Music Pro Tracker module (MD2)]] (.md2)&lt;br /&gt;
** [[Music Pro Tracker module (MPT)]] (.mpt)&lt;br /&gt;
* [[Nerdtracker II module]] (.ned)&lt;br /&gt;
* [[NesTracker module]] (.nest)&lt;br /&gt;
* NoisePacker&lt;br /&gt;
** [[NoisePacker 2.x]] (.np2)&lt;br /&gt;
** [[NoisePacker 3.x]] (.np3)&lt;br /&gt;
* [[NoiseTracker module]] (.mod)&lt;br /&gt;
* [[Noisetrekker module]] (.ntk)&lt;br /&gt;
* OctaMED&lt;br /&gt;
** [[OctaMED module (MED)]] (.med)&lt;br /&gt;
** [[OctaMED module (MMD1)]] (.mmd1)&lt;br /&gt;
** [[OctaMED v2.00 module]] (.med3)&lt;br /&gt;
** [[OctaMED v2.10 module (MED4)]] (.med4)&lt;br /&gt;
** [[OctaMED v2.10 module (MMD0)]] (.mmd0)&lt;br /&gt;
** [[OctaMED v5 module]] (.mmd2)&lt;br /&gt;
** [[OctaMED SS module]] (.mmd3)&lt;br /&gt;
* Oktalyzer&lt;br /&gt;
** [[Oktalyzer module]] (.okt, .okta)&lt;br /&gt;
* [[Onyx Music File]] (.omf)&lt;br /&gt;
* [[Open MODPlug Tracker module]] (.mptm)&lt;br /&gt;
* [[Oracle module]] (.orc)&lt;br /&gt;
* [[Pha Packer]] (.pha)&lt;br /&gt;
* PlayerPRO&lt;br /&gt;
** [[Extended PlayerPRO module]] (.madx)&lt;br /&gt;
** [[PlayerPRO module]] (.mad)&lt;br /&gt;
* [[Polly Tracker module]]&lt;br /&gt;
* [[Pro Sound Creator v1.xx]] (.psc, ZX Spectrum)&lt;br /&gt;
* [[Pro Sound Maker]] (.psm)&lt;br /&gt;
* Pro Tracker&lt;br /&gt;
** [[Pro Tracker v1.xx module]] (.pt1)&lt;br /&gt;
** [[Pro Tracker v2.xx module]] (.pt2)&lt;br /&gt;
** [[Pro Tracker v3.xx module]] (.pt3) &lt;br /&gt;
* [[Pro Tracker (MSX)]] (MSX-Music, extension unknown)&lt;br /&gt;
* [[Poly Tracker module]] (.ptm)&lt;br /&gt;
* [[Pumatracker module]] (.puma)&lt;br /&gt;
* [[Quadra Composer module]] (.emod)&lt;br /&gt;
* [[RASTER Music Tracker module]] (.rmt)&lt;br /&gt;
* Real Tracker&lt;br /&gt;
** [[Real Tracker instrument]] (.rti)&lt;br /&gt;
** [[Real Tracker module]] (.rtm)&lt;br /&gt;
** [[Real Tracker sample]] (.rts)&lt;br /&gt;
* Renoise&lt;br /&gt;
** [[Renoise Song (NTK)]] (.ntk)&lt;br /&gt;
** [[Renoise Song (PTK]] (.ptk)&lt;br /&gt;
** [[Renoise Song (RNS]] (.rns)&lt;br /&gt;
** [[Renoise Song (XRNS)]] (.xrns)&lt;br /&gt;
* [[SBStudio module]] (.pac, .son, .sou)&lt;br /&gt;
* SCC Blaffer NT&lt;br /&gt;
** [[SCC Blaffer NT music]] (.sbm, MSX)&lt;br /&gt;
** [[SCC Blaffer NT instrument kit]] (.sbk)&lt;br /&gt;
* Scream Tracker&lt;br /&gt;
** [[Scream Tracker Music Interface Kit module]]&lt;br /&gt;
** [[Scream Tracker 1 &amp;amp; 2 module]] (.stm)&lt;br /&gt;
** [[Scream Tracker 3 Adlib module]] (.as3m)&lt;br /&gt;
** [[Scream Tracker 3 module]] (.s3m)&lt;br /&gt;
** [[Scream Tracker 3 / DigiTracker sample]] (.s31)&lt;br /&gt;
** [[Scream Tracker 3 / DigiTracker sample]] (.smp)&lt;br /&gt;
* [[SoundFX module]] (.sfx, .sfx2)&lt;br /&gt;
* Sound Tracker&lt;br /&gt;
** [[Soundtracker v2.6 / Ice Tracker module]] (.mtn)&lt;br /&gt;
** [[SoundTracker v2.6 module]] (.st26)&lt;br /&gt;
** [[Sound Tracker / Super Sonic module]] (.stc)&lt;br /&gt;
** [[Sound Tracker Pro module]] (.stp)&lt;br /&gt;
* [[SoundSmith module]] (.mtp)&lt;br /&gt;
* Soundtrakker&lt;br /&gt;
** [[Soundtrakker 128 instrument]] (.ins)&lt;br /&gt;
** [[Soundtrakker 128 module]] (.128)&lt;br /&gt;
** [[Soundtrakker v1.x instrument]] (.ins)&lt;br /&gt;
** [[Soundtrakker v1.x module]] (.sng)&lt;br /&gt;
* [[SQ-Tracker module]] (.sqt)&lt;br /&gt;
* [[Starkos Tracker module]] (.sks)&lt;br /&gt;
* [[StarTrekker / Star Tracker module]] (.mod, .nt)&lt;br /&gt;
* [[SunVox module]] (.sunvox)&lt;br /&gt;
* TFMX&lt;br /&gt;
** [[TFMX pattern data]] (.mdat)&lt;br /&gt;
** [[TFMX 7V pattern data]] (.mdat)&lt;br /&gt;
** [[TFMX Pro pattern data]] (.mdat)&lt;br /&gt;
** [[TFMX sample data]] (.smpl)&lt;br /&gt;
* Theta Music Composer&lt;br /&gt;
** [[Theta Music Composer 8-channel stereo module]] (.tm8)&lt;br /&gt;
** [[Theta Music Composer v1.x module]] (.tmc)&lt;br /&gt;
** [[Theta Music Composer v2.x module]] (.tm2)&lt;br /&gt;
* [[Trackerpacker 3 module]] (.tp3)&lt;br /&gt;
* [[Ultra Tracker]] (.ult)&lt;br /&gt;
* [[Velvet Studio AMS v1.x module]] (.ams)&lt;br /&gt;
* [[VIC-TRACKER module]] (.vt)&lt;br /&gt;
* [[Vortex Tracker module]] (.vtx)&lt;br /&gt;
* X-Tracker&lt;br /&gt;
** [[D-Lusion Music File]] (.dmf)&lt;br /&gt;
** [[D-Lusion Sound File]] (.dms)&lt;br /&gt;
&lt;br /&gt;
== Musical instrument control ==&lt;br /&gt;
&lt;br /&gt;
* [[ELECTONE]] - For Yamaha Electone Range Electronic Organs&lt;br /&gt;
** [[BOO]] - Part of the [[ELECTONE]] format. &lt;br /&gt;
** [[EVT]] - Part of the [[ELECTONE]] format.&lt;br /&gt;
* MIDI &amp;amp; Clones&lt;br /&gt;
** [[GMD]] ([[MIDI]] clone)&lt;br /&gt;
** [[Gravis Ultrasound patch]] (used by MIDI synthesizers)&lt;br /&gt;
** [[HMI]] ([[MIDI]] clone)&lt;br /&gt;
** [[HMP]] ([[MIDI]] clone)&lt;br /&gt;
** [[HMZ]] (Compressed [[MIDI]])&lt;br /&gt;
** [[KAR]] ([[MIDI]] Audio)&lt;br /&gt;
** [[MIDI]] (Musical Instrument Digital Interface)&lt;br /&gt;
** [[MIDS]] ([[MIDI]] clone)&lt;br /&gt;
** [[MIZ]] (Compressed [[MIDI]])&lt;br /&gt;
** [[MSS (MIDI)|MSS]] ([[MIDI]] Clone)&lt;br /&gt;
** [[Scalable Polyphony MIDI]]&lt;br /&gt;
** [[SFARK]] (SoundFont archive compressed file)&lt;br /&gt;
** [[SoundFont 1.0]]&lt;br /&gt;
** [[SoundFont 2.0]] (.sf2)&lt;br /&gt;
** [[XMI (Extended MIDI)]]&lt;br /&gt;
** [[ZIPI]] (proposed MIDI replacement)&lt;br /&gt;
* Hardware specific&lt;br /&gt;
** AdLib Sound Cards&lt;br /&gt;
*** [[AdLib instrument]] (.ins)&lt;br /&gt;
*** [[AdLib instrument bank]] (.bnk)&lt;br /&gt;
*** [[AdLib MSCplay]] (.msc)&lt;br /&gt;
*** [[AdLib music]] (.mus)&lt;br /&gt;
*** Adlib Tracker&lt;br /&gt;
**** [[Adlib Tracker instrument]] (.ins)&lt;br /&gt;
**** [[Adlib Tracker module]] (.sng)&lt;br /&gt;
**** [[Adlib Tracker II instrument]] (.a2i)&lt;br /&gt;
**** [[Adlib Tracker II instrument|Adlib Tracker II instrument with fm-register macro]] (.a2f)&lt;br /&gt;
**** [[Adlib Tracker II instrument bank]] (.a2b)&lt;br /&gt;
**** [[Adlib Tracker II instrument bank|Adlib Tracker II instrument bank with macros]] (.a2w)&lt;br /&gt;
**** [[Adlib Tracker II module]] (.a2m)&lt;br /&gt;
**** [[Adlib Tracker II pattern]] (.a2p)&lt;br /&gt;
**** [[Adlib Tracker II module|Adlib Tracker II tiny module]] (.a2t)&lt;br /&gt;
*** [[AdLib Visual Composer / Roland Synthesizer song]] (.rol)&lt;br /&gt;
*** AMusic&lt;br /&gt;
**** [[AMusic module]] (.amd)&lt;br /&gt;
**** [[AMusic XMS]] (.xms)&lt;br /&gt;
*** [[Beni Tracker module]] (.pis)&lt;br /&gt;
*** [[Bob's Adlib Music]] (.bam)&lt;br /&gt;
*** Boom Tracker v4.0&lt;br /&gt;
**** [[Boom Tracker v4.0 instrument]] (.cif)&lt;br /&gt;
**** [[Boom Tracker v4.0 module]] (.cff)&lt;br /&gt;
*** [[DeFy Adlib Tracker module]] (.dtm)&lt;br /&gt;
*** [[Digital FM module]] (.dfm)&lt;br /&gt;
*** [[Drum Traker module]] (.dtl)&lt;br /&gt;
*** [[EdLib packed module]] (.d00)&lt;br /&gt;
*** [[Exotic AdLib module]] (.xad)&lt;br /&gt;
*** [[Extra Simple Music]] (.xsm)&lt;br /&gt;
*** [[Faust Music Creator module]] (.sng)&lt;br /&gt;
*** [[FM Tracker module]] (.fmt)&lt;br /&gt;
*** FM-Kingtracker&lt;br /&gt;
**** [[FM-Kingtracker bank]] (.fib)&lt;br /&gt;
**** [[FM-Kingtracker instrument]] (.fin)&lt;br /&gt;
**** [[FM-Kingtracker module]] (.fmk)&lt;br /&gt;
*** HSC AdLib Composer / HSC-Tracker&lt;br /&gt;
**** [[HSC AdLib Composer / HSC-Tracker module]] (.hsc)&lt;br /&gt;
**** [[HSC AdLib Composer / HSC-Tracker packed module]] (.hsp)&lt;br /&gt;
*** [[JBM Adlib Music]] (.jbl)&lt;br /&gt;
*** JCH&lt;br /&gt;
**** [[JCH-D00]] (.d00)&lt;br /&gt;
**** [[JCH-D01]] (.d01)&lt;br /&gt;
*** [[Johannes Bjerregård module]] (.jbm)&lt;br /&gt;
*** [[Master Tracker module]] (.mtr)&lt;br /&gt;
*** [[MK-Jamz audio]] (.mkj)&lt;br /&gt;
*** [[Mlat Adlib Tracker module]] (.mad)&lt;br /&gt;
*** [[MPU-401 Trakker module]] (.mtk)&lt;br /&gt;
*** [[Palladix module]] (.plx)&lt;br /&gt;
*** [[RAW (Adlib)|RAW]] (AdLib Sound Card)&lt;br /&gt;
*** [[Reality AdLib Tracker module]] (.rad)&lt;br /&gt;
*** [[SNG Player module]] (.sng)&lt;br /&gt;
*** Surprise! Adlib Tracker&lt;br /&gt;
**** [[Surprise! AdLib Tracker v1, 5, 6 module]] (.sat)&lt;br /&gt;
**** [[Surprise! Adlib Tracker v2.0]] (.sa2)&lt;br /&gt;
*** [[Twin TrackPlayer module]] (.dmo)&lt;br /&gt;
*** [[Vibrants module]] (.vib)&lt;br /&gt;
*** [[XMS-Tracker module]] (.xms)&lt;br /&gt;
** Akai&lt;br /&gt;
*** [[Akai S-series MESA multi file]] (.mlt)&lt;br /&gt;
*** [[Akai S-series MESA I program]] (.prg)&lt;br /&gt;
*** [[Akai S-series MESA II program]] (.s3p)&lt;br /&gt;
** [[Codisk Audio File]]&lt;br /&gt;
** Creative Labs&lt;br /&gt;
*** [[Creative Music Format]] (.cmf)&lt;br /&gt;
*** [[Creative Voice File]]&lt;br /&gt;
*** [[Sound Blaster Instrument]] (.sbi)&lt;br /&gt;
** [[Disney Sound Source]]&lt;br /&gt;
** [[DOSBox Raw OPL]] (.dro)&lt;br /&gt;
** [[Downloadable Sounds Banks]] (.dls)&lt;br /&gt;
** Gravis Ultrasound&lt;br /&gt;
*** [[UltraSound GF1 patch]] (.pat)&lt;br /&gt;
** [[Instrument Bank]] (Instrument Bank)&lt;br /&gt;
** [[Software Music Synthesis System]] (for 8080/Z-80 systems with S-100 bus)&lt;br /&gt;
** [[TRS-80 Orchestra-90]] (.orc)&lt;br /&gt;
** [[Voice Sequence]] (.vsq)&lt;br /&gt;
** Yamaha sound chips&lt;br /&gt;
*** [[Callus OPL Register Log]] (YM2151, .cym)&lt;br /&gt;
*** [[GYM]] (YM2612 / Sega Genesis)&lt;br /&gt;
* Software Synthesizers&lt;br /&gt;
** [[Farbrausch BR404 music]] (.bmf)&lt;br /&gt;
** [[iZotope iDrum]] (.idrum)&lt;br /&gt;
** Native Instruments&lt;br /&gt;
*** [[Native Instruments Reaktor ensemble]] (.ens)&lt;br /&gt;
** Steinberg VST Presets&lt;br /&gt;
*** [[FXB]] (Bank of presets)&lt;br /&gt;
*** [[FXP]] (single preset)&lt;br /&gt;
&lt;br /&gt;
== Musical notation ==&lt;br /&gt;
&lt;br /&gt;
* [[Guitar tablatures]]&lt;br /&gt;
** [[ASCII tab]] (.tab, .btab, .txt)&lt;br /&gt;
** [[Guitar Pro]] (.gtp)&lt;br /&gt;
*** [[Guitar Pro 3]] (.gp3)&lt;br /&gt;
*** [[Guitar Pro 4]] (.gp4)&lt;br /&gt;
*** [[Guitar Pro 5]] (.gp5)&lt;br /&gt;
*** [[Guitar Pro 6]] (.gp6)&lt;br /&gt;
** [[KGuitar]] (.kg)&lt;br /&gt;
** [[Power Tab]] (.ptb)&lt;br /&gt;
** [[Progression]]&lt;br /&gt;
** [[Rich MIDI Tablature Format]] (.rmtf)&lt;br /&gt;
** [[TablEdit]] (.tef)&lt;br /&gt;
** [[VexTab]]&lt;br /&gt;
&lt;br /&gt;
* [[Musical notation]]&lt;br /&gt;
** [[ABC (musical notation)]]&lt;br /&gt;
** Capella&lt;br /&gt;
*** [[CAP]]&lt;br /&gt;
*** [[CapXML]] (.capx)&lt;br /&gt;
** [[ChordML]]&lt;br /&gt;
** Copyist&lt;br /&gt;
*** [[CP4]]&lt;br /&gt;
*** [[CP6]]&lt;br /&gt;
** [[Encore]] (.enc)&lt;br /&gt;
** [[Extensible Music Notation Markup Language]]&lt;br /&gt;
** [[Finale]] (.mus)&lt;br /&gt;
** [[Forte]] (.fnf)&lt;br /&gt;
** Guido&lt;br /&gt;
*** [[GUIDO]]&lt;br /&gt;
*** [[GUIDO XML]]&lt;br /&gt;
** JMSL&lt;br /&gt;
*** [[JMSL]]&lt;br /&gt;
*** [[JMSL Score]]&lt;br /&gt;
** [[JScoreML]]&lt;br /&gt;
** [[LilyPond]]&lt;br /&gt;
** [[MEI]]&lt;br /&gt;
** [[MHTML]]&lt;br /&gt;
** [[MidiXML]]&lt;br /&gt;
** [[minimusic]]&lt;br /&gt;
** [[MPEG4-SMR]]&lt;br /&gt;
** [[Mup]]&lt;br /&gt;
** [[MuseScore]]&lt;br /&gt;
*** [[MSC]] -(old file format)&lt;br /&gt;
*** [[MSCX]] - [[XML file format]]&lt;br /&gt;
*** [[MSCZ]] - [[GZIP]] compressed [[MSCX]]&lt;br /&gt;
** [[Music Description Language]]&lt;br /&gt;
** [[Music Markup Language]]&lt;br /&gt;
** [[Music Time]] (.mus)&lt;br /&gt;
** [[Music Time Pro]] (.mts)&lt;br /&gt;
** [[Musical Notation Markup Language]]&lt;br /&gt;
** [[MusicML]]&lt;br /&gt;
** [[MusicWrite]] (.mwk)&lt;br /&gt;
** [[MusicXML]]&lt;br /&gt;
** [[MusicXML compressed]] (.mxl)&lt;br /&gt;
** [[Musink]] (.musink)&lt;br /&gt;
** [[MusiqueXML]]&lt;br /&gt;
** [[MusiXML]]&lt;br /&gt;
** [[Myriad Software]] (.msf)&lt;br /&gt;
** [[NeumesXML]]&lt;br /&gt;
** [[Neuratron Photoscore Format]] (.opt)&lt;br /&gt;
** [[Notation Interchange File Format]]&lt;br /&gt;
** [[NoteAbility Pro]]&lt;br /&gt;
** [[Noteworthy Composer and Music Publisher]] (.nwc)&lt;br /&gt;
** [[NoteWriter]]&lt;br /&gt;
** [[Notion]]&lt;br /&gt;
** [[NtEd]]&lt;br /&gt;
** [[Overture]] (.ove)&lt;br /&gt;
** [[PriMus]]&lt;br /&gt;
** [[Rhapsody Notation Program File]] (.rhp)&lt;br /&gt;
** [[Rhapsody 2/3]] (RISC OS.  Unrelated to the above &amp;quot;Rhapsody Notation Program File&amp;quot;)&lt;br /&gt;
** [[Rhapsody 4]] (RISC OS, .c00)&lt;br /&gt;
** [[Rosegarden]] (.rg)&lt;br /&gt;
** [[QuickScore Elite]] (.qsd)&lt;br /&gt;
** [[SCORE]] (.mus)&lt;br /&gt;
** [[Score Perfect]] (.spp)&lt;br /&gt;
** [[ScoreML]]&lt;br /&gt;
** [[ScoreWriter]] (.scw)&lt;br /&gt;
** [[Sibelius]]&lt;br /&gt;
** [[SMDL]]&lt;br /&gt;
** [[SongWrite]]&lt;br /&gt;
** [[Studio Session Song]] (.sss)&lt;br /&gt;
** [[Theta]]&lt;br /&gt;
** [[Tilia]]&lt;br /&gt;
** [[Virtual Musician Markup Language]]&lt;br /&gt;
** [[WEDELMUSIC]]&lt;br /&gt;
** [[XMF]]&lt;br /&gt;
** [[XMusic]]&lt;br /&gt;
** [[XScore]] (eXtensible Score Language)&lt;br /&gt;
&lt;br /&gt;
== Playlists, music libraries, music store downloaders ==&lt;br /&gt;
&lt;br /&gt;
* [[Amazon downloader file]] (.amz)&lt;br /&gt;
* [[B4S]] (Winamp 3 playlist)&lt;br /&gt;
* [[FPL]] (foobar2000 playlist)&lt;br /&gt;
* [[iTunes Music Library]]&lt;br /&gt;
* [[Kapsule]] (Kazaa XML Manifest)&lt;br /&gt;
* [[KPL]] (Kazaa Playlist Format)&lt;br /&gt;
* [[M3U]] (Multimedia Playlist Format)&lt;br /&gt;
* [[MAGMA]] ([[Magnet URI]])&lt;br /&gt;
* [[MOD4WIN Module List]] (.mol)&lt;br /&gt;
* [[PLS]] (Multimedia Playlist)&lt;br /&gt;
* [[RAM]] (RealAudio)&lt;br /&gt;
* [[SMIL]] (W3C open standard)&lt;br /&gt;
* [[WPL]] (Windows Media Playlist)&lt;br /&gt;
* [[XML Sharable Playlist]]&lt;br /&gt;
&lt;br /&gt;
== Programming languages and APIs (audio/music-specific) ==&lt;br /&gt;
&lt;br /&gt;
* [[Music Macro Language]]&lt;br /&gt;
* [[WaveGL]]&lt;br /&gt;
* [[Web Audio API]]&lt;br /&gt;
&lt;br /&gt;
== Ringtones ==&lt;br /&gt;
&lt;br /&gt;
* [[i Melody]]&lt;br /&gt;
* [[M4R]] (Apple iPhone Ringtones - see [[M4A]])&lt;br /&gt;
* [[Polyphonic ringtone]]&lt;br /&gt;
* [[RTTTL]]&lt;br /&gt;
&lt;br /&gt;
== Sound card related formats ==&lt;br /&gt;
&lt;br /&gt;
* [[CMS (Creative Music System)]]&lt;br /&gt;
&lt;br /&gt;
== Speech synthesis ==&lt;br /&gt;
&lt;br /&gt;
* [[VoiceDescription]] (OS X)&lt;br /&gt;
&lt;br /&gt;
== Unclassified (need to move to other categories) ==&lt;br /&gt;
&lt;br /&gt;
* [[ACM]] (Audio Compression Manager)&lt;br /&gt;
* [[ADM]] (ADM Audio File)&lt;br /&gt;
* [[ANSI Music]]&lt;br /&gt;
* [[B1S]]&lt;br /&gt;
* [[BDSP]] (BotDetect Sound Package)&lt;br /&gt;
* [[BVG]]&lt;br /&gt;
* [[CBD2]]&lt;br /&gt;
* [[DSM]] (DSIK Internal)&lt;br /&gt;
* [[DSPW]]&lt;br /&gt;
* [[DTK]]&lt;br /&gt;
* [[FFW]]&lt;br /&gt;
* [[First Rate Music Hall]] (.pck, MSX-Music song editor using [[Music Macro Language]])&lt;br /&gt;
* [[GBTS]]&lt;br /&gt;
* [[GCUB]]&lt;br /&gt;
* [[GSB]]&lt;br /&gt;
* [[HLWAV]]&lt;br /&gt;
* [[IAB]]&lt;br /&gt;
* [[IADP]]&lt;br /&gt;
* [[INT]] (RAW File)&lt;br /&gt;
* [[ISWS]]&lt;br /&gt;
* [[JSTM]]&lt;br /&gt;
* [[KOVS]]&lt;br /&gt;
* [[MA]] (Music Assembler)&lt;br /&gt;
* [[MNSTR]]&lt;br /&gt;
* [[MSF]]&lt;br /&gt;
* [[MTAF]]&lt;br /&gt;
* [[S98]] (NEC PC-98)&lt;br /&gt;
* [[SD]] (ESPS sampled data file)&lt;br /&gt;
* [[SGI]] (Sound Generator 3.0 instrument)&lt;br /&gt;
* [[SNG (SCC Musixx)|SNG]] (SCC Musixx)&lt;br /&gt;
* [[Sound Effect Editor]] (.see, MSX)&lt;br /&gt;
* [[TFMX]] (TFMX)&lt;br /&gt;
* [[Vivaldi]] (RISC OS)&lt;br /&gt;
&lt;br /&gt;
See the Open Cubic Player homepage for a list of demo formats: http://www.cubic.org/player/features.html&lt;br /&gt;
&lt;br /&gt;
See also [[Piano Rolls]] (which is under the [[Physical File Formats]]).&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://boingboing.net/2013/09/20/kickstarting-free-open-record.html Kickstarting free, open recordings of Bach's &amp;quot;Well-Tempered Clavier, Book 1&amp;quot;]&lt;br /&gt;
* [http://mpc-hc.org/ MPC-HC: media player for Windows handling just about all video/audio formats]&lt;br /&gt;
* [http://boingboing.net/2013/09/27/david-byrnes-how-music-wor.html How Music Works]&lt;br /&gt;
* [http://www.textfiles.com/programming/FORMATS/admusfmt.pro Some discussion of &amp;quot;advanced music formats&amp;quot; from 1994]&lt;br /&gt;
* [http://www.textfiles.com/programming/FORMATS/audiof23.txt FAQ on audio file formats (1992-07-09)]&lt;br /&gt;
* [http://boingboing.net/2013/11/03/this-must-be-the-8-bit-place.html Chiptune version of Talking Heads song]&lt;br /&gt;
* [http://www.youtube.com/watch?v=3Z2vU8M6CYI Beatles 3000: humorous video of how the future might misunderstand 20th century pop culture if artifacts decay as happened in the past]&lt;br /&gt;
* [http://publicdomainreview.tumblr.com/post/76437123224/chaoscontrolled123-luke-and-i-were-looking-at The Music Written on This Dude's Butt]&lt;br /&gt;
* [http://vimeo.com/58200103 &amp;quot;Eye of the tiger&amp;quot; played on a modified dot matrix printer]&lt;br /&gt;
* [http://chipflip.wordpress.com/2014/03/09/a-short-history-of-hardcore-chipmusic/ A Short History of Hardcore Chipmusic]&lt;br /&gt;
* [https://medium.com/message/you-need-to-hear-this-extremely-rare-recording-27619411e077 You Need to Hear This Extremely Rare Recording]&lt;br /&gt;
* [http://www.loc.gov/preservation/resources/rfs/audio.html Library of Congress Recommended Format Specifications: Audio Works]&lt;br /&gt;
* [http://betaboston.com/news/2014/07/17/in-a-bid-for-more-emotional-snacking-frito-lay-patents-culinary-theme-songs/ In a bid for more emotional snacking, Frito-Lay patents culinary theme songs]&lt;br /&gt;
* [http://www.theverge.com/2014/8/4/5968243/mit-turns-recorded-vibrations-back-into-speech-and-music Scientists reconstruct speech through soundproof glass by watching a bag of potato chips]&lt;br /&gt;
* [http://www.palmbeachpost.com/ap/ap/business/apple-releases-tool-to-remove-free-u2-album/nhNG9/ Apple releases tool to remove free U2 album] (which they gave you whether you wanted it or not)&lt;br /&gt;
* [https://github.com/AyrA/ExcelPlayer Excel sheet that plays video and audio]&lt;br /&gt;
* [http://webaudio.github.io/web-audio-api/ Web Audio API (W3C)]&lt;br /&gt;
* [http://www.wonderingsound.com/feature/why-collecting-music-matters/ Why Collecting Matters: Citizen Archivists and the Battle for Future Pasts]&lt;br /&gt;
* [http://mediaarea.net/en/MediaInfo MediaInfo: software that shows metadata for audio/video files]&lt;br /&gt;
* [http://www.bl.uk/projects/save-our-sounds Save our Sounds]&lt;br /&gt;
* [http://www.davidsystems.com/#tools David Systems tools: includes online loudness analysis of sound files]&lt;br /&gt;
* [http://createdigitalmusic.com/2015/07/next-web-standard-music-notation/ The next Web standard could be music notation]&lt;br /&gt;
* [https://www.youtube.com/watch?v=q_3d1x2VPxk How Oldschool Sound/Music worked] (video)&lt;br /&gt;
&lt;br /&gt;
[[Category:Audio and Music| ]]&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Magnet_URI</id>
		<title>Magnet URI</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Magnet_URI"/>
				<updated>2016-02-28T23:46:57Z</updated>
		
		<summary type="html">&lt;p&gt;JesseW: Created page with &amp;quot;https://en.wikipedia.org/wiki/Magnet_URI_scheme  http://www.bittorrent.org/beps/bep_0009.html  https://stackoverflow.com/questions/3844502/how-do-bittorrent-magnet-links-work ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://en.wikipedia.org/wiki/Magnet_URI_scheme&lt;br /&gt;
&lt;br /&gt;
http://www.bittorrent.org/beps/bep_0009.html&lt;br /&gt;
&lt;br /&gt;
https://stackoverflow.com/questions/3844502/how-do-bittorrent-magnet-links-work&lt;br /&gt;
&lt;br /&gt;
TODO: Summarize above links here.&lt;/div&gt;</summary>
		<author><name>JesseW</name></author>	</entry>

	</feed>