RIFX
From Just Solve the File Format Problem
(Difference between revisions)
(Categories) |
(→Links) |
||
(2 intermediate revisions by one user not shown) | |||
Line 6: | Line 6: | ||
'''RIFX''' is a variant of [[RIFF]] that uses big-endian [[Endianness|byte order]]. | '''RIFX''' is a variant of [[RIFF]] that uses big-endian [[Endianness|byte order]]. | ||
− | Note that the [[FourCC]] codes used for chunk names and other identifiers have the same order as in RIFF (left-to-right). | + | Note that the [[FourCC]] codes used for chunk names and other identifiers, although they are often interpreted as 32-bit integers, are ''not'' reversed. They have the same order as in RIFF (left-to-right). |
== XFIR == | == XFIR == | ||
Line 17: | Line 17: | ||
== Links == | == Links == | ||
− | * [ | + | * Refer to [[RIFF#Specifications]]. |
* [http://www.fileformat.info/format/riff/corion_rifx.htm The RIFX File Format] (from Corion.net, via FileFormat.info) | * [http://www.fileformat.info/format/riff/corion_rifx.htm The RIFX File Format] (from Corion.net, via FileFormat.info) | ||
+ | [[Category:RIFF based file formats]] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] | ||
[[Category:IBM]] | [[Category:IBM]] |
Latest revision as of 20:18, 5 October 2016
RIFX is a variant of RIFF that uses big-endian byte order.
Note that the FourCC codes used for chunk names and other identifiers, although they are often interpreted as 32-bit integers, are not reversed. They have the same order as in RIFF (left-to-right).
[edit] XFIR
Evidently, there is also a little-endian variant of RIFX, whose files begin with "XFIR" ("RIFX" backwards). The difference between "XFIR" and RIFF is that in "XFIR", the FourCC codes are stored in reverse order (right-to-left).
[edit] Identification
RIFX files begin with ASCII "RIFX
".
Files that use the "XFIR" variant begin with "XFIR
".
[edit] Links
- Refer to RIFF#Specifications.
- The RIFX File Format (from Corion.net, via FileFormat.info)