Resource Interchange File Format: Difference between revisions

Content deleted Content added
RIFF info tags: Remove stuff that doesn't appear to apply. The first sentence is copied from a document that *did* have a table with underlined EXIF tags, and I'm not sure what the second sentence referred to. See Talk:Resource Interchange File Format#Copypaste needs rewriting.
ce for tone
 
(18 intermediate revisions by 9 users not shown)
Line 1:
{{shortShort description|Tagged file structure for multimedia resource files}}
{{moreMore footnotes needed|date=January 2019}}
{{Infobox file format
| name = RIFF
Line 28:
| standard = <!-- or: | standards = -->
| open = Yes
| free = Yes<ref>{{cite techreporttech report |publisher=Library of Congress |___location=Washington, D.C. |series=Sustainability of Digital Formats |type=Full draft |title=RIFF (Resource Interchange File Format) |date=16 September 2004 |url=https://www.loc.gov/preservation/digital/formats/fdd/fdd000025.shtml |access-date=13 December 2021}}</ref>
| url =
}}
 
The '''Resource Interchange File Format''' ('''RIFF''') is a generic file [[container format (digital)|container format]] for storing data in tagged [[Chunk (information)|chunks]].<ref>{{Cite book |title=Multimedia Programming Interface and Data Specifications 1.0 |url=httphttps://www-.mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Docs/riffmci.pdf |pages=10–11 |publisher=IBM / Microsoft |date=August 1991 |access-date=2017-07-07}}</ref> It is primarily used tofor store [[multimedia]] such as soundaudio and video, though it may alsocan be used to store anyfor arbitrary data.<ref name="LoC">{{cite web|url=http://www.digitalpreservation.gov/formats/fdd/fdd000025.shtml|title=RIFF (Resource Interchange File Format)|publisher=[[Library of Congress]]|work=Digital Preservation|date=2014-01-08|access-date=2014-03-11}}</ref>
 
The Microsoft implementation is mostly known through the container formats like [[Audio Video Interleave|AVI]], [[ANI (animation file format)|ANI]] and [[WAV]], which use RIFF as their basis.<ref name="micriff">{{cite book|title=Encyclopedia of Graphics File Formats, Second Edition |date=1996 |authorsauthor=James D. Murray, |author2=William vanRyper |isbn=1-56592-161-5 |publisher=[[O'Reilly Media|O'Reilly]] |at=Microsoft RIFF |url=https://www.fileformat.info/format/riff/egff.htm |access-date=2016-04-07 |url-status=live |archive-url=https://web.archive.org/web/20051128020903/http://www.oreilly.com/www/centers/gff/formats/micriff/index.htm |archive-date=November 28, 2005 }}</ref>
 
== History ==
RIFF was introduced in 1991 by [[Microsoft]] and [[International Business Machines|IBM]], and was presented by Microsoftused as the default format for [[Windows 3.1x|Windows 3.1]] multimedia files. It is based on [[ElectronicInterchange ArtsFile Format]]' introduced by [[InterchangeElectronic File FormatArts]], introduced in 1985 on the [[Commodore Amiga]],. theIFF onlyuses difference beingthe that multi-[[byteEndianness|big-endian]] integersconvention areof inthe Amiga's [[endianness|little-endianMotorola 68000]] formatCPU, nativebut toin theRIFF multi-[[80x86byte]] processorintegers seriesare usedstored in IBM PCs, rather than the [[endiannessEndianness|biglittle-endian]] formatorder native toof the [[68kx86]] processor seriesprocessors used in [[Amiga]]IBM andPC [[Apple Macintoshcompatible]] computers, where IFF files were heavily useds. A RIFX format, which is big-endian, was also introduced.
 
In 2010 Google introduced the [[WebP]] picture format, which uses RIFF as a container.<ref>{{Cite web |url=http://code.google.com/speed/webp/docs/riff_container.html |title=RIFF Container |work=[[Google Code]] |access-date=1 October 2010 }}</ref>
| url = http://code.google.com/speed/webp/docs/riff_container.html
| title = RIFF Container
| work = [[Google Code]]
| access-date = 1 October 2010
}}</ref>
 
== Explanation ==
Line 128 ⟶ 123:
== See also ==
* [[Interchange File Format|IFF]] (the [[big-endian]] format from which RIFF derives)
* [[Audio Interchange File Format|AIFF]]
* [[Broadcast Wave Format|BWF]] Broadcast Wave Format
* [[Type–length–value|TLV]] (the generic format that RIFF is an example of)