diff --git a/src/main.c b/src/main.c index 6d9dce0..c4d0c5f 100644 --- a/src/main.c +++ b/src/main.c @@ -121,10 +121,9 @@ PROGNAME " %s\n" " -m, --bitrate-mode Bitrate configuration\n" " 0: CBR (default)\n" " 1-5: VBR\n" -" (VBR mode is not officially supported, and\n" -" works only on a certain combination of\n" -" parameter settings, sample rate, and\n" -" channel configuration)\n" +" (VBR mode 1 is tuned for HE-AAC v2\n" +" VBR mode 2 is tuned for HE-AAC\n" +" VBR mode 3 or greater is for AAC LC)\n" " -w, --bandwidth Frequency bandwidth in Hz (AAC LC only)\n" " -a, --afterburner Afterburner\n" " 0: Off\n"