Difference between revisions of "RIFF"
Jump to navigation
Jump to search
(3 intermediate revisions by 3 users 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 files start with the magic id "RIFF". RIFF is the underlying format for [[WAVE]] and [[AVI]] files. |
− | + | [[Category:Container]] | |
− | |||
− | [[Category: |
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.