<?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=Ondertitel</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=Ondertitel"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Ondertitel"/>
		<updated>2026-05-20T11:40:02Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/NDS</id>
		<title>NDS</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/NDS"/>
				<updated>2016-01-10T18:02:24Z</updated>
		
		<summary type="html">&lt;p&gt;Ondertitel: Initial page with just links and infobox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=ROM and memory images&lt;br /&gt;
|extensions={{ext|nds}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
*http://dsibrew.org/wiki/NDS_Format&lt;br /&gt;
*http://www.romhacking.net/documents/%5B469%5Dnds_formats.htm&lt;br /&gt;
*https://web.archive.org/web/20120404151617/http://www.bottledlight.com/ds/index.php/FileFormats/NDSFormat&lt;br /&gt;
*http://imrannazar.com/The-Smallest-NDS-File&lt;br /&gt;
*https://web.archive.org/web/20140429045759/http://nocash.emubase.de/gbatek.htm#dstechnicaldata&lt;/div&gt;</summary>
		<author><name>Ondertitel</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/ZIP</id>
		<title>ZIP</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/ZIP"/>
				<updated>2013-12-18T14:56:51Z</updated>
		
		<summary type="html">&lt;p&gt;Ondertitel: /* Specifications */ TorrentZip&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;:''Not to be confused with [[Zip disk]], an unrelated disk cartridge unit.''&lt;br /&gt;
{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Archiving&lt;br /&gt;
|extensions={{ext|zip}}&lt;br /&gt;
|mimetypes={{mimetype|application/zip}}&lt;br /&gt;
|locfdd={{LoCFDD|fdd000354}}&lt;br /&gt;
|pronom={{PRONOM|x-fmt/263}}&lt;br /&gt;
|released=1989&lt;br /&gt;
}}&lt;br /&gt;
'''[[ZIP]]''' is one of the most popular file compression formats. It was created in 1989 as the native format of the PKZIP program, which was introduced by Phil Katz in the wake of a lawsuit (which he lost) against him by the makers of the then-popular [[ARC]] program (and file format) for copyright and trademark infringement in an earlier program PKARC which had been file-compatible with ARC.  This resulted in Katz creating a new file format, which rapidly overtook ARC in popularity (to a large extent because of BBS sysops, then the primary users of such compression, resenting the lawsuit). Many programs have been released for a variety of operating systems to compress and decompress ZIP files, and native support for the format is built into several popular operating systems.&lt;br /&gt;
&lt;br /&gt;
ZIP implementations vary in their support for features in the specification from PKWARE (http://www.pkware.com/documents/casestudies/APPNOTE.TXT), particularly features added since version 2 (1993), some of which are protected by patents and require licensing.  Many implementations limit the use of compression to the [[DEFLATE]] algorithm, introduced with version 2. Extensions incorporated into the specification that have been widely adopted are: long filenames; large files (using a technique known as ZIP64); and filenames in [[UTF-8]].  In 2011 work began on an interoperable subset of the latest APPNOTE.TXT with the intention of publication as ISO/IEC 21320-1, Document Container File -- Part 1: Core.  As of November 2012, a discussion draft is available at http://www.itscj.ipsj.or.jp/sc34/open/1855.pdf.  Designed to promote interoperable implementations, the draft ISO/IEC 21320-1 prohibits compression other than using [[DEFLATE]], segmentation or multiple volumes, and features that are subject to patents.&lt;br /&gt;
&lt;br /&gt;
While .zip is the usual file extension, ZIP-formatted files can be found with many other extensions since a number of other file formats use ZIP compression but store their files in application-specific extensions. See [[:Category:ZIP based file formats]] for a list of such formats.&lt;br /&gt;
&lt;br /&gt;
== Identifiers ==&lt;br /&gt;
* File extension: '''.ZIP'''&lt;br /&gt;
* MIME type (Internet media type): '''application/zip'''&lt;br /&gt;
* Uniform Type Identifier (Apple): '''com.pkware.zip-archive'''&lt;br /&gt;
* PUID (PRONOM): '''x-fmt/263'''&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://www.pkware.com/documents/casestudies/APPNOTE.TXT APPNOTE from PKWARE] (latest version of formal spec)&lt;br /&gt;
* [http://www.pkware.com/support/zip-app-note/archives APPNOTE Archives from PKWARE] (selected versions all the way back to 1.0)&lt;br /&gt;
* [http://www.textfiles.com/programming/FORMATS/appnote.hac An early version of APPNOTE (not numbered or dated); perhaps the very first]&lt;br /&gt;
* [http://www.iana.org/assignments/media-types/application/zip IANA registration for application/zip in July 1993] (corresponds to version 2 of APPNOTE.TXT)&lt;br /&gt;
* [ftp://ftp.info-zip.org/pub/infozip/doc/ Documentation from Info-ZIP] (Includes Info-ZIP variants on APPNOTE.TXT dated from 1996 to 2004, specifications used as the basis for various open-source tools)&lt;br /&gt;
* [http://kikaku.itscj.ipsj.or.jp/sc34/open/1855.pdf November 2012 working draft of ISO/IEC WD 21320-1, Document Container File -- Part 1: Core] Intended as restricted subset of APPNOTE 6.3.3 designed to promote interoperability.&lt;br /&gt;
* [http://kikaku.itscj.ipsj.or.jp/sc34/open/1886.pdf February 2013 committee draft of ISO/IEC CD 21320-1, Document Container File -- Part 1: Core] Essentially the same as November 2012 working draft except that it mandates use of the UTF-8 indicator.&lt;br /&gt;
* [http://apple2.org.za/gswv/a2zine/GS.WorldView/Resources/The.MacShrinkIt.Project/ARCHIVES.TXT Archive format info, including ZIP] (from 1989, when ZIP was newly released)&lt;br /&gt;
* [http://www.textfiles.com/programming/FORMATS/arc_fmts.txt ZIP file header format (among other archive types)]&lt;br /&gt;
* [http://rescene.wikidot.com/torrentzip TorrentZip]&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
* [http://www.info-zip.org/ Info-ZIP]: [http://www.info-zip.org/Zip.html Zip], [http://www.info-zip.org/UnZip.html UnZip]&lt;br /&gt;
* [http://www.7-zip.org/ 7-Zip]&lt;br /&gt;
* [http://zziplib.sourceforge.net/ zziplib]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:Zip (file format)|ZIP (file format): Wikipedia]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Compression]]&lt;br /&gt;
[[Category:Metaformats]]&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;/div&gt;</summary>
		<author><name>Ondertitel</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SRR</id>
		<title>SRR</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SRR"/>
				<updated>2013-01-22T16:46:01Z</updated>
		
		<summary type="html">&lt;p&gt;Ondertitel: link to file format specification added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Video&lt;br /&gt;
|extensions={{ext|srr}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Files for recreating the original [[RAR]] files for scene distributed files. File format is based on that of rar files.&lt;br /&gt;
&lt;br /&gt;
Homepage: http://rescene.wikidot.com&lt;br /&gt;
&lt;br /&gt;
[https://bitbucket.org/Gfy/pyrescene/raw/fd23b453ec53ce239378abbfc2fad24f4352ef11/dev-docs/srr_spec.txt File format specification]&lt;/div&gt;</summary>
		<author><name>Ondertitel</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SUP</id>
		<title>SUP</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SUP"/>
				<updated>2013-01-22T16:11:05Z</updated>
		
		<summary type="html">&lt;p&gt;Ondertitel: just a link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://www.exar.ch/suprip/hddvd.php&lt;/div&gt;</summary>
		<author><name>Ondertitel</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Video</id>
		<title>Video</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Video"/>
				<updated>2013-01-22T16:07:49Z</updated>
		
		<summary type="html">&lt;p&gt;Ondertitel: /* Subtitle formats */ SUP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|thiscat=Video&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Pure video formats==&lt;br /&gt;
These formats are &amp;quot;monolithic&amp;quot; video formats, meaning that the file format and the encoding of the video data are tied to each other.&lt;br /&gt;
&lt;br /&gt;
* [[Bink Video]] (BIK)&lt;br /&gt;
* [[FLI]] and FLC (animation format used by older Autodesk products)&lt;br /&gt;
* [[Enhanced VOB]]&lt;br /&gt;
* [[GRASP GL]] animation format&lt;br /&gt;
* [[RealVideo]]&lt;br /&gt;
* [[Smacker]]/SMK (created by RadGameTools; mostly used in games)&lt;br /&gt;
* [[WMV]]&lt;br /&gt;
&lt;br /&gt;
==Video container formats==&lt;br /&gt;
These formats are only containers for video, which can contain videos in many different encodings (or even other data like audio)&lt;br /&gt;
&lt;br /&gt;
* [[ASF]]&lt;br /&gt;
* [[AVI]]&lt;br /&gt;
* [[FLV]]&lt;br /&gt;
* [[MKV]]&lt;br /&gt;
* [[MXF]]&lt;br /&gt;
* [[Quicktime]]&lt;br /&gt;
* [[Acorn Replay|Replay]]&lt;br /&gt;
* [[VOB]]&lt;br /&gt;
* [[VP8]]&lt;br /&gt;
* [[WebM]]&lt;br /&gt;
* [[OGG]] containers (with their variants OGM, OGV, etc.)&lt;br /&gt;
&lt;br /&gt;
==Video stream formats==&lt;br /&gt;
These formats are raw bitstream formats commonly contained in one of the above containers (but not necessarily)&lt;br /&gt;
&lt;br /&gt;
* [[Apple Intermediate Codec]]&lt;br /&gt;
* [[Cinepak]]&lt;br /&gt;
* [[Dirac]]&lt;br /&gt;
* [[H.264]]&lt;br /&gt;
* [[HuffyYUV]]&lt;br /&gt;
* [[Indeo]]&lt;br /&gt;
* [[Moving Blocks]] - Acorn Replay stream&lt;br /&gt;
* [[MPEG]] and all of its variants (MPEG2, MPEG4, etc.)&lt;br /&gt;
** [[3ivx]] (this is just another fourcc for an MPEG4 variant)&lt;br /&gt;
** [[DivX]] (this is essentially MPEG4 with some quirks)&lt;br /&gt;
** [[XviD]] (another MPEG4 variant)&lt;br /&gt;
* [[Sorenson]] Video Codec&lt;br /&gt;
* [[Theora]]&lt;br /&gt;
* [[VC-1]]&lt;br /&gt;
* [[VC-3]]&lt;br /&gt;
&lt;br /&gt;
==Metadata formats==&lt;br /&gt;
* [[SRR]] (reScene files)&lt;br /&gt;
* [[SRS]] (reSample files)&lt;br /&gt;
&lt;br /&gt;
==Subtitle formats==&lt;br /&gt;
* [[SUB]] and IDX ([[VobSub]] subtitle format)&lt;br /&gt;
* [[SUP]] (HD-DVD subtitle format)&lt;br /&gt;
* [[SSA]] and ASS (SubStation Alpha)&lt;br /&gt;
* [[SRT]] (SubRip)&lt;br /&gt;
* [[SMI]] (SAMI subtitle format)&lt;br /&gt;
* [[USF (subtitles)]] (Universal Subtitle Format)&lt;br /&gt;
* [[SSF (subtitles)]] (Structured Subtitle Format)&lt;br /&gt;
* [[CMML]] (Continuous Media Markup Language)&lt;br /&gt;
* [[CVD]] (An SVCD subtitle format)&lt;br /&gt;
* [[DVD]] (DVD subtitle format)&lt;br /&gt;
* [[DXFP]] (Distribution Format Exchange Profile)&lt;br /&gt;
* [[JACOsub]] (Subtitles for Amiga video)&lt;br /&gt;
* [[Kate]] (Kate subtitle format)&lt;br /&gt;
* [[OGT]] (Philips Overlay Graphics Text)&lt;br /&gt;
* [[STL]] (Spruce Subtitle Format)&lt;br /&gt;
* [[XSUB]] (XSUB subtitle format)&lt;br /&gt;
&lt;br /&gt;
==Television broadcast formats==&lt;br /&gt;
* [[BTSC]] (NTSC with multichannel sound carrier)&lt;br /&gt;
* [[NTSC]]&lt;br /&gt;
* [[PAL]]&lt;br /&gt;
* [[SECAM]]&lt;br /&gt;
&lt;br /&gt;
==Unknown==&lt;br /&gt;
These formats still need to be sorted into the above categories&lt;br /&gt;
* [[Ace Film]]&lt;br /&gt;
* Animated [[GIF]]&lt;br /&gt;
* [[AVS]]&lt;br /&gt;
* [[Canopus ProCoder]]&lt;br /&gt;
* [[Cineform]]&lt;br /&gt;
* [[Cinema Craft Encoder]]&lt;br /&gt;
* [[Elecard]]&lt;br /&gt;
* [[InterVideo]]&lt;br /&gt;
* [[MJ2]]&lt;br /&gt;
* [[MainConcept]]&lt;br /&gt;
* [[MSU Lossless Video Codec]]&lt;br /&gt;
* [[NSD]] (Nero Super Video CD)&lt;br /&gt;
* [[SheerVideo]]&lt;br /&gt;
* [[TechSmith Screen Capture Codec]]&lt;/div&gt;</summary>
		<author><name>Ondertitel</name></author>	</entry>

	</feed>