/[svn]/libgig/trunk/man/rifftree.1.in
ViewVC logotype

Contents of /libgig/trunk/man/rifftree.1.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2484 - (show annotations) (download)
Tue Dec 31 00:13:20 2013 UTC (10 years, 2 months ago) by schoenebeck
File size: 1039 byte(s)
* Added new command line tool "gig2mono" (and a new man page for it).
* src/gig.cpp: Delete "ewav" chunk of Sample if "Compression" attribute was
  toggled to false.
* Bumped version to 3.3.0.svn7.

1 .TH "rifftree" "1" "8 May 2005" "libgig @VERSION@" "libgig tools"
2 .SH NAME
3 rifftree \- Print RIFF tree structure of an arbitrary RIFF file.
4 .SH SYNOPSIS
5 .B rifftree
6 [ -s | -v ] 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 .TP
17 .B \ -v
18 print version and exit
19 .SH "SEE ALSO"
20 dlsdump(1), gigdump(1)
21 .SH "BUGS"
22 None. Report bugs to http://bugs.linuxsampler.org
23 .SH "Author"
24 Written by Christian Schoenebeck <cuse@users.sf.net>

  ViewVC Help
Powered by ViewVC