Difference between revisions of "RIFF"

From VideoLAN Wiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wikipedia|RIFF}}
+
{{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.
  
[http://www.wa-liability-insurance.com/ Liability insurance Washington]
+
[[Category:Container]]
 
 
RIFF is the underlying format for [[WAVE]] and [[AVI]] files.
 
 
 
[[Category:File and protocol types]]
 

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.