1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
" -h, -u, --usage Display this usage\n"
" --help Display extensive help\n"
" -V, --version Display version\n"
" -i, --inlittle Input data is little endian (LSB, MSB)\n"
" -I, --inbig Input data is big endian (MSB, LSB)\n"
" -o, --outlittle Output data in little endian (LSB, MSB)\n"
" -O, --outbig Output data in big endian (MSB, LSB)\n"
" --monostereo Convert both channels to mono, then back to stereo\n"
" --inwav Input is in wav format (default)\n"
" --incdr Input is in cdr format\n"
" --inraw Input is in raw format\n"
" --tocdr Convert to cdr format (default)\n"
" --towav Convert to wav format\n"
" --toraw Convert to raw format\n"
" --iscale NUM Scale data to NUM percent (100 does nothing)\n"
" --fscale FLOAT Scale data by FLOAT / multiply by FLOAT (1.0 does nothing)\n"
" --startsilence, --ss VAL Add VAL silence to the start of each output file\n"
" --endsilence, --es VAL Add VAL silence to the end of each output file\n"
" --swapchannels, Swap channels (consecutive 16 bit values with each other)\n"
" --noswapchannels, Don't swap channels / words\n"
" --fadein LEN Fade in at the start for a duration of LEN\n"
" --fadeout LEN Fade out at the end\n"
" -r, --infile NAME Input filename (default stdin) ['-' = stdin/stdout]\n"
" -w, --outfile NAME Output name (track number appended to name) (dflt stdout)\n"
" --cut VAL ... All remaining arguments are cut numbers\n"
" --silencecuts Generate cut numbers to cut out intervals of silence\n"
" --silencethresh Threshold for silence detection (default 10)\n"
" --silencedelay Delay for silence detection (default 30C)\n"
" --silenceinfo As --silencecuts, shows info about silent/non-silent parts\n"
" --verbose More output\n"
" --quiet Suppress progress output\n"
" -- Stop option scanning, remaining are filenames or cut numbers\n"
"\n"
" Options are processed left-to-right. Parameters to options must be separated\n"
" by a space from the option. VAL units: b (bytes), C (CD sectors), s (seconds)\n"
"\n"
|