Next Previous Contents

3. Usage

3.1 General Usage

SJBtime reads from a given File and produces numbered output files. The best way to call it is:

sjbtime datafile 5 5

3.2 Parameters

As first parameter you have to give the name of the input file.

The second parameter is the length for each the piece of music in seconds.

As a third parameter you can give the starting point of the following piece of music. If you set this parameter to 4 and the lengthparameter to 5 this means, that you want files with length of 5 seconds taken every 4 seconds. There is an overlapping of 1 second.

The resulting files are namend the following way:

filename.0s
till
filename.999s
(if needed)

3.3 INPUT Format

Don't use any other input than that produced by SJBsplit!

Header of a sample inputfile:

0 204
20841 146
19798 62

3.4 OUTPUT Format

Header of a sample outputfile: (one of many)

0 204
20841 146
40639 62


Next Previous Contents