Difference between revisions of "RIFF"
Jump to navigation
Jump to search
OAlexander (talk | contribs) m (Removed link-spam) |
|||
(One intermediate revision by the same user not shown) | |||
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. | ||
RIFF files start with the magic id "RIFF". RIFF is the underlying format for [[WAVE]] and [[AVI]] files. | RIFF files start with the magic id "RIFF". RIFF is the underlying format for [[WAVE]] and [[AVI]] files. | ||
− | [[Category: | + | [[Category:Container]] |
Latest revision as of 06:33, 24 February 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.