RIFF
From Just Solve the File Format Problem
(Difference between revisions)
Line 25: | Line 25: | ||
|- | |- | ||
| <code>BND</code> || [[RIFF Bundle File]] || Defined in the RIFF specifications. | | <code>BND</code> || [[RIFF Bundle File]] || Defined in the RIFF specifications. | ||
+ | |- | ||
+ | | <code>CDR?</code> || [[CorelDRAW]] || | ||
|- | |- | ||
| <code>PAL</code> || [[RIFF Palette File]] || Defined in the RIFF specifications. | | <code>PAL</code> || [[RIFF Palette File]] || Defined in the RIFF specifications. | ||
Line 38: | Line 40: | ||
== Specifications == | == Specifications == | ||
− | * [http://www.aelius.com/njh/wavemetatools/doc/riffmci.pdf Multimedia Programming Interface and Data Specifications 1.0] - RIFF document issued jointly by IBM and Microsoft, | + | * [http://www.aelius.com/njh/wavemetatools/doc/riffmci.pdf Multimedia Programming Interface and Data Specifications 1.0] - RIFF document issued jointly by IBM and Microsoft, 1991-08 |
+ | * [http://netghost.narod.ru/gff/vendspec/micriff/ms_riff.txt Microsoft Multimedia Standards Update, Revision 1.0.97], 1992-07-29 | ||
== Software == | == Software == | ||
Line 46: | Line 49: | ||
* {{EGFF|riff|Microsoft RIFF File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | * {{EGFF|riff|Microsoft RIFF File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | ||
* [[Wikipedia: Resource Interchange File Format]] | * [[Wikipedia: Resource Interchange File Format]] | ||
+ | * [http://www.drdobbs.com/database/inside-the-riff-specification/184409308 Dr. Dobbs: Inside the RIFF Specification] | ||
[[Category:RIFF based file formats]] | [[Category:RIFF based file formats]] |
Revision as of 15:04, 6 October 2016
The Resource Interchange File Format (RIFF), is a wrapper or container format, originally developed by Microsoft and IBM. Formats based on the RIFF container include the widely used WAV (audio) and AVI (video) formats.
It is similar to IFF. One difference is that RIFF uses little-endian byte order.
See also RIFX.
Contents |
Identification
RIFF files begin with the ASCII characters "RIFF
".
RIFF type cross-reference
Selected "RIFF types", and related articles, are listed below. The RIFF type (also called "form type" or "RIFF form") is a four-byte identifier that usually appears at file offset 8. See also Category:RIFF based file formats.
RIFF type | Refer to | Remarks |
---|---|---|
ACON |
Windows Animated Cursor | |
AVI |
AVI | |
BND |
RIFF Bundle File | Defined in the RIFF specifications. |
CDR? |
CorelDRAW | |
PAL |
RIFF Palette File | Defined in the RIFF specifications. |
RDIB |
RDIB | Defined in the RIFF specifications. |
RMID |
RIFF MIDI | Defined in the RIFF specifications. |
WAVE |
WAV | Defined in the RIFF specifications. |
WEBP |
WebP |
Specifications
- Multimedia Programming Interface and Data Specifications 1.0 - RIFF document issued jointly by IBM and Microsoft, 1991-08
- Microsoft Multimedia Standards Update, Revision 1.0.97, 1992-07-29