Difference between revisions of "RIFF"
Jump to navigation
Jump to search
OAlexander (talk | contribs) m (Removed link-spam) |
m (Fix Wikipedia link) |
||
Line 1: | Line 1: | ||
− | {{wikipedia| | + | {{wikipedia|Resource Interchange File Format}} |
'''RIFF''', the '''Resource Interchange File Format''', is a format which stores data as chunks. RIFF files may store audio in one chunk, video in another, and meta information in a third. It uses [[FourCC]]s to distinguish between different chunks and codecs. | '''RIFF''', the '''Resource Interchange File Format''', is a format which stores data as chunks. RIFF files may store audio in one chunk, video in another, and meta information in a third. It uses [[FourCC]]s to distinguish between different chunks and codecs. | ||
Revision as of 09:43, 19 January 2019
RIFF, the Resource Interchange File Format, is a format which stores data as chunks. RIFF files may store audio in one chunk, video in another, and meta information in a third. It uses FourCCs to distinguish between different chunks and codecs.
RIFF files start with the magic id "RIFF". RIFF is the underlying format for WAVE and AVI files.