Mercurial > hg > sonic-annotator
comparison runner/main.cpp @ 184:64a067c37557
Document --segments-from
author | Chris Cannam |
---|---|
date | Fri, 09 Jan 2015 14:41:56 +0000 |
parents | 11a9ce2fa331 |
children | 3b7ec45abd1c |
comparison
equal
deleted
inserted
replaced
183:50d9a9a46f47 | 184:64a067c37557 |
---|---|
292 cerr << endl; | 292 cerr << endl; |
293 cerr << " --segments <A>,<B>[,...]" << endl; | 293 cerr << " --segments <A>,<B>[,...]" << endl; |
294 cerr << " Summarise in segments, with segment boundaries" << endl; | 294 cerr << " Summarise in segments, with segment boundaries" << endl; |
295 cerr << " at A, B, ... seconds." << endl; | 295 cerr << " at A, B, ... seconds." << endl; |
296 cerr << endl; | 296 cerr << endl; |
297 cerr << " --segments-from <F>" << endl; | |
298 cerr << " Summarise in segments, with segment boundaries" << endl; | |
299 cerr << " at times read from the text file <F>. (one time per" << endl; | |
300 cerr << " line, in seconds)." << endl; | |
301 cerr << endl; | |
297 cerr << " -m, --multiplex If multiple input audio files are given, use mono" << endl; | 302 cerr << " -m, --multiplex If multiple input audio files are given, use mono" << endl; |
298 cerr << " mixdowns of all files as the input channels for a single" << endl; | 303 cerr << " mixdowns of all files as the input channels for a single" << endl; |
299 cerr << " invocation of each transform, instead of running the" << endl; | 304 cerr << " invocation of each transform, instead of running the" << endl; |
300 cerr << " transform against all files separately. The first file" << endl; | 305 cerr << " transform against all files separately. The first file" << endl; |
301 cerr << " will be used for output reference name and sample rate." << endl; | 306 cerr << " will be used for output reference name and sample rate." << endl; |