RIFF
From Just Solve the File Format Problem
(Difference between revisions)
Line 18: | Line 18: | ||
{| class="wikitable" | {| class="wikitable" | ||
− | ! RIFF type | + | ! RIFF type !! Refer to !! Remarks |
− | ! Refer to | + | |
|- | |- | ||
− | | <code>ACON</code> || [[Windows Animated Cursor]] | + | | <code>ACON</code> || [[Windows Animated Cursor]] || |
|- | |- | ||
− | | <code>AVI</code> || [[AVI]] | + | | <code>AVI</code> || [[AVI]] || |
|- | |- | ||
− | | <code> | + | | <code>BND</code> || [[RIFF Bundle File]] || Defined in the RIFF specifications. |
|- | |- | ||
− | | <code> | + | | <code>PAL</code> || [[RIFF Palette File]] || Defined in the RIFF specifications. |
|- | |- | ||
− | | <code>WEBP</code> || [[WebP]] | + | | <code>RDIB</code> || [[RDIB]] || Defined in the RIFF specifications. |
+ | |- | ||
+ | | <code>RMID</code> || [[RIFF MIDI]] || Defined in the RIFF specifications. | ||
+ | |- | ||
+ | | <code>WAVE</code> || [[WAV]] || Defined in the RIFF specifications. | ||
+ | |- | ||
+ | | <code>WEBP</code> || [[WebP]] || | ||
|} | |} | ||
+ | |||
+ | == 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, August 1991 | ||
== Software == | == Software == | ||
Line 37: | Line 45: | ||
== Links == | == Links == | ||
* {{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]] | ||
Revision as of 20:04, 5 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. |
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, August 1991