diff --git a/README b/README index 3cf15d2..526c199 100644 --- a/README +++ b/README @@ -6,34 +6,36 @@ Usage: cue2tracks [options] Options: - -R - Stop testing and doing nothing - starts real work. - -W - Force recode to WAV before split. Make image.{codec}.wav - -e - Switch to debug mode - -L - Set log file. By default - none. - -i - Set image file. By default its readed from cue. - -c - Setup output codec (flac default). - -l - Setup level of compression of output codec (best default). - -f - Convert to UTF-8 from this codepage... - -d - Disable taging output files with info from cue. - -A - Set album title. - -P - Set album performer. - -D - Set album date. - -G - Set album genre. - -I - Set album disc ID. - -N - Set album disc number. - -o - Set naming scheme for output file names. - -V - Print version and exit. - -n : Process niceness level of codec tools (process scheduling priority): + -R : Stop testing and doing nothing - starts real work. + -C : Use colored messages + -X : Set XTerm title + -W : Force recode to WAV before split. Make image.{codec}.wav + -e : Switch to debug mode + -L : Set log file. By default - none. + -i : Set image file. By default its readed from cue. + -c : Setup output codec (flac default). + -l : Setup level of compression of output codec (best default). + -f : Convert to UTF-8 from this codepage... + -d : Disable taging output files with info from cue. + -A : Set album title. + -P : Set album performer. + -D : Set album date. + -G : Set album genre. + -I : Set album disc ID. + -N : Set album disc number. + -o : Set naming scheme for output file names. + -V : Print version and exit. + -n : Process niceness level of codec tools (process scheduling priority): -19 to 19, 0 - default. Options only for mp3, ogg, m4a: - -Q : Set quality of codec compression (4 - default). + -Q : Set quality of codec compression (4 - default). Quality may be: MP3: 0 - high, 9 - low M4A: 500 - high, 9 - low OGG: 10 - high, -1 - low - -B : Set compression bitrate in kbps (128 default). - -M : C - Constant, V - Variable (default). + -B : Set compression bitrate in kbps (128 default). + -M : C - Constant, V - Variable (default). If choosen V - then -B specifies maximum bitrate. diff --git a/cue2tracks b/cue2tracks index 0469030..6104da4 100755 --- a/cue2tracks +++ b/cue2tracks @@ -363,6 +363,9 @@ Options:\n\ \t-R : Disable testing and doing nothing - starts Real work\n\ \t-C : Use colored messages\n\ \t-X : Set XTerm title\n\ +\t-W : Force recode to WAV before split. Make image.{codec}.wav\n\ +\t-e : Switch to debug mode\n\ +\t-L : Set log file. By default - none.\n\ \t-i : Set CD image file. If not set - read from cue\n\ \t-c : Set output codec" >&2 print_codecs