RIFF
From Just Solve the File Format Problem
(Difference between revisions)
Line 8: | Line 8: | ||
It is similar to [[IFF]]. One difference is that RIFF uses little-endian [[Endianness|byte order]]. | It is similar to [[IFF]]. One difference is that RIFF uses little-endian [[Endianness|byte order]]. | ||
+ | |||
+ | See also [[RIFX]]. | ||
== Identification == | == Identification == |
Revision as of 20:42, 13 January 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 |
---|---|
ACON |
Windows Animated Cursor |
AVI |
AVI |
RDIB |
RDIB |
WAVE |
WAV |
WEBP |
WebP |