RIFF
From Just Solve the File Format Problem
(Difference between revisions)
(Identification) |
|||
Line 6: | Line 6: | ||
}} | }} | ||
[[RIFF]], standing for Resource Interchange File Format, 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. | [[RIFF]], standing for Resource Interchange File Format, 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. | ||
+ | |||
+ | == Identification == | ||
+ | RIFF files begin with the ASCII characters "<code>RIFF</code>". | ||
== Software == | == Software == |
Revision as of 00:53, 17 January 2014
RIFF, standing for Resource Interchange File Format, 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.Identification
RIFF files begin with the ASCII characters "RIFF
".