RIFF
From Just Solve the File Format Problem
(Difference between revisions)
(→RIFF type cross-reference) |
(→RIFF type cross-reference) |
||
Line 33: | Line 33: | ||
|- | |- | ||
| <code>RMID</code> || [[RIFF MIDI]] || Defined in the RIFF specifications. | | <code>RMID</code> || [[RIFF MIDI]] || Defined in the RIFF specifications. | ||
+ | |- | ||
+ | | <code>RMMP</code> || [[RIFF Multimedia Movie]] || | ||
|- | |- | ||
| <code>WAVE</code> || [[WAV]] || Defined in the RIFF specifications. | | <code>WAVE</code> || [[WAV]] || Defined in the RIFF specifications. |
Revision as of 15:09, 19 April 2019
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. |
RMMP |
RIFF Multimedia Movie | |
WAVE |
WAV | Defined in the RIFF specifications. |
WEBP |
WebP | |
shw4 |
SHW (Corel) |
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