RIFF

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Added another link)
(RIFF type cross-reference)
 
(18 intermediate revisions by 7 users not shown)
Line 5: Line 5:
 
|released=1991
 
|released=1991
 
}}
 
}}
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.
+
The '''Resource Interchange File Format''' ('''RIFF'''), alternatively "'''Reverse [[IFF]]'''"<!-- See https://github.com/1fish2/IFF/blob/master/IFF%20retrospective.md -->, 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 [[Endianness|byte order]].
 
It is similar to [[IFF]]. One difference is that RIFF uses little-endian [[Endianness|byte order]].
Line 21: Line 21:
 
|-
 
|-
 
| <code>ACON</code> || [[Windows Animated Cursor]] ||
 
| <code>ACON</code> || [[Windows Animated Cursor]] ||
 +
|-
 +
| <code>AMV</code> || [[MTV Video (.AMV)]] ||
 
|-
 
|-
 
| <code>AVI</code>  || [[AVI]] ||
 
| <code>AVI</code>  || [[AVI]] ||
Line 27: Line 29:
 
|-
 
|-
 
| <code>CDR?</code>  || [[CorelDRAW]] ||
 
| <code>CDR?</code>  || [[CorelDRAW]] ||
 +
|-
 +
| <code>CDXA</code>  || [[MPEG-1]] || wrapped MPEG (CDXA)
 +
|-
 +
| <code>DES?</code>  || [[Corel Designer]] ||
 +
|-
 +
| <code>LBit</code> || [[LB]] || Also known as Low Bitrate.
 
|-
 
|-
 
| <code>PAL</code> || [[RIFF Palette File]] || Defined in the RIFF specifications.
 
| <code>PAL</code> || [[RIFF Palette File]] || Defined in the RIFF specifications.
Line 35: Line 43:
 
|-
 
|-
 
| <code>RMMP</code> || [[RIFF Multimedia Movie]] ||
 
| <code>RMMP</code> || [[RIFF Multimedia Movie]] ||
 +
|-
 +
| <code>TRID</code> || [[Trd (TRID)]] ||
 +
|-
 +
| <code>VDRM</code> || [[VDR (VirtualDub)]] ||
 
|-
 
|-
 
| <code>WAVE</code> || [[WAV]] || Defined in the RIFF specifications.
 
| <code>WAVE</code> || [[WAV]] || Defined in the RIFF specifications.
 
|-
 
|-
 
| <code>WEBP</code> || [[WebP]] ||
 
| <code>WEBP</code> || [[WebP]] ||
 +
|-
 +
| <code>sfbk</code> || [[SoundFont 2.0]] ||
 
|-
 
|-
 
| <code>shw4</code> || [[SHW (Corel)]] ||
 
| <code>shw4</code> || [[SHW (Corel)]] ||
 +
|-
 +
| <code>MSFX</code> || [[RIFF MSFX]] || Appears to be meta info for .wav's
 +
|-
 +
| <code>MIDS</code> || [[RIFF MIDS]] ||
 +
|-
 +
| <code>STYL</code> || [[RIFF STYL]] ||
 +
|-
 +
| <code>NUND</code> || [[CPR]] [[NPR]] ||
 +
|-
 +
| <code>CAR(A,B,C)</code> || [[Corel R.A.V.E.]] ||
 +
|-
 +
| <code>IDF </code> || [[MIDI Instrument Definition File]] ||
 +
|-
 +
| <code>ACID</code> || [[Sonic Foundry Acid]] || ACD
 +
|-
 +
| <code>imag</code> || [[Easy_CD_Creator|Easy CD Creator]] || contains [[ISO_9660|ISO 9660 filesystem]]
 +
|-
 +
| <code>MDH</code><ref>http://mark0.net/download/triddefs_xml.7z → m → mdl-fs-gen.trid.xml</ref><ref>https://www.fsdeveloper.com/wiki/index.php?title=MDL_file_format_(FSX)</ref> || Microsoft Flight Simulator 3D model ||
 +
|-
 +
| <code>OFM8</code> || [[OFM]] || Melco Embroidery format
 +
|-
 +
| <code>MGX </code> || [[Micrografx Draw]] || Micrografx Designer
 +
|-
 +
| <code>SEKD</code> || [[MAGIX Video Project]] || MAGIX Video Project
 
|}
 
|}
  
Line 48: Line 86:
  
 
== Software ==
 
== Software ==
* [http://www.schnarff.com/file-formats/riff/ RIFFPad]
+
* [https://web.archive.org/web/20120721010552/http://www.schnarff.com/file-formats/riff/ RIFFPad] [https://www.menasoft.com/blog/?p=34 2]
 +
 
 +
== Sample files ==
 +
* {{DexvertSamples|archive/riff}}
  
 
== Links ==
 
== Links ==
Line 55: Line 96:
 
* [http://www.drdobbs.com/database/inside-the-riff-specification/184409308 Dr. Dobbs: Inside the RIFF Specification]
 
* [http://www.drdobbs.com/database/inside-the-riff-specification/184409308 Dr. Dobbs: Inside the RIFF Specification]
 
* [http://johnloomis.org/cpe102/asgn/asgn1/riff.html John S. Loomis: RIFF File Structure]
 
* [http://johnloomis.org/cpe102/asgn/asgn1/riff.html John S. Loomis: RIFF File Structure]
 +
 +
==References==
 +
<references/>
  
 
[[Category:RIFF based file formats]]
 
[[Category:RIFF based file formats]]

Latest revision as of 03:30, 9 March 2024

File Format
Name RIFF
Ontology
LoCFDD fdd000025
Released 1991

The Resource Interchange File Format (RIFF), alternatively "Reverse IFF", 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

[edit] Identification

RIFF files begin with the ASCII characters "RIFF".

[edit] 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
AMV MTV Video (.AMV)
AVI AVI
BND RIFF Bundle File Defined in the RIFF specifications.
CDR? CorelDRAW
CDXA MPEG-1 wrapped MPEG (CDXA)
DES? Corel Designer
LBit LB Also known as Low Bitrate.
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
TRID Trd (TRID)
VDRM VDR (VirtualDub)
WAVE WAV Defined in the RIFF specifications.
WEBP WebP
sfbk SoundFont 2.0
shw4 SHW (Corel)
MSFX RIFF MSFX Appears to be meta info for .wav's
MIDS RIFF MIDS
STYL RIFF STYL
NUND CPR NPR
CAR(A,B,C) Corel R.A.V.E.
IDF MIDI Instrument Definition File
ACID Sonic Foundry Acid ACD
imag Easy CD Creator contains ISO 9660 filesystem
MDH[1][2] Microsoft Flight Simulator 3D model
OFM8 OFM Melco Embroidery format
MGX Micrografx Draw Micrografx Designer
SEKD MAGIX Video Project MAGIX Video Project

[edit] Specifications

[edit] Software

[edit] Sample files

[edit] Links

[edit] References

  1. http://mark0.net/download/triddefs_xml.7z → m → mdl-fs-gen.trid.xml
  2. https://www.fsdeveloper.com/wiki/index.php?title=MDL_file_format_(FSX)
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox