/[svn]/libgig/branches/release1_0_0/man/rifftree.1
ViewVC logotype

Annotation of /libgig/branches/release1_0_0/man/rifftree.1

Parent Directory Parent Directory | Revision Log Revision Log


Revision 58 - (hide annotations) (download)
Mon May 3 14:16:59 2004 UTC (20 years ago) by schoenebeck
Original Path: libgig/trunk/man/rifftree.1
File size: 949 byte(s)
* libtoolized libgig
* added man pages for the command line tools
  (gigextract, gigdump, dlsdump, rifftree)
* minor preparations for libgig release 0.7.0 (updated Changelog, etc.)

1 schoenebeck 58 .TH "rifftree" "1" "3 May 2004" "libgig 0.7.0" "libgig tools"
2     .SH NAME
3     rifftree \- Print RIFF tree structure of an arbitrary RIFF file.
4     .SH SYNOPSIS
5     .B rifftree
6     [ -s ] RIFFFILE
7     .SH DESCRIPTION
8     Print RIFF tree structure of an arbitrary RIFF file. RIFF is a simple, binary file format intended for tree like data structures. Many proprietary file formats are built on top of the RIFF format (e.g. media file formats like WAV, AVI, DLS, GIG). Data in a RIFF file is encapsulated into so called "chunks". There are list chunks which can be seen as nodes in the data tree and thus can have childs (that is can have subchunks) and there are normal chunks which can be seen as leafs in the data tree and thus cannot have childs.
9     .SH OPTIONS
10     .TP
11     .B \ RIFFFILE
12     filename of the RIFF based file
13     .TP
14     .B \ -s
15     print the size of each RIFF chunk
16     .SH "SEE ALSO"
17     dlsdump(1) gigdump(1)
18     .SH "BUGS"
19     none
20     .SH "Author"
21     Written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC