
this command line utility does scan and dump out the structure of a RIFF file. i use it primarily to figure out the AVI codec fourCC's of a video stream. i also have used it frequently to get detail information on avi header and wave header structures within avi files.
this utility has also taught me about the structure of ms wave files (*.wav), about sound fonts (*.sf2) and other file types which use the RIFF format for "packaging"
In Practice:
type at the command prompt:
tabriffdump filename
Download:
linux tar.gz file
osx tar.gz file
win32 zip file
tabriffdump: copyright (c) 2004, t@b software. written by andy flinn.