qwavcut(1) | quelcom man pages | qwavcut(1) |
qwavcut - extract and/or delete parts of a wav file
qwavcut [option]... file
qwavcut allows to extract and/or delete a fragment of a wav file. some parameters must be supplied in order to define the start/size/end cut points and what to do then: either the fragment must be copied to another file or erased from the file (or both)
cut options are used to specify at which sample the fragment begins (options -b or -B), ends (options -e and -E), or which size it has (option -s). at least, one cut option must be specified. neither the options -b and -B, and the options -e and -E can be used together; also, a begin, end and size option can be used at the same time.
by default, the fragment begins at the first sample and ends at the last sample; there's no default value for size.
all the values are treated as a sample number unless a format specifier is used. see the FORMATS section below for information. all values must be positive integer.
cut options can have also an optional modifier. if this modifier is not used, then the value provided with the corresponding cut option will be interpreted as a number of samples. since most of the times will be difficult to specify a cut in terms of samples, the following modifiers are provided:
in either case, the values specified will be rounded to get an integer number of samples.
here are some examples:
if neither the options --output nor --delete are specified, the program will do nothing.
when cutting at the end, a simple truncate call is needed. but when cutting in the middle or in the beginning, all the data behind the cut must be moved ahead and, depending on the amount of the data to be moved, this can be a time consuming operation.
tests has been done only with 44100 Hz 16 bit stereo files, though it may work with mono/stereo 8/16 bits files.
dmanye@etse.urv.es
http://www.etse.urv.es/~dmanye/quelcom/quelcom.html
qwavinfo(1), qwavjoin(1), qwavsilence(1),
qwavfade(1), qwavheaderdump(1)
qmp3info(1), qmp3join(1), qmp3cut(1),
qmp3check(1), qmp3report(1)
february 2001 | quelcom 0.4.0 |