Skip to content

Commit f95566e

Browse files
committed
update help message regarding vbr mode
1 parent d705c88 commit f95566e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main.c

+3-4
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,9 @@ PROGNAME " %s\n"
121121
" -m, --bitrate-mode <n> Bitrate configuration\n"
122122
" 0: CBR (default)\n"
123123
" 1-5: VBR\n"
124-
" (VBR mode is not officially supported, and\n"
125-
" works only on a certain combination of\n"
126-
" parameter settings, sample rate, and\n"
127-
" channel configuration)\n"
124+
" (VBR mode 1 is tuned for HE-AAC v2\n"
125+
" VBR mode 2 is tuned for HE-AAC\n"
126+
" VBR mode 3 or greater is for AAC LC)\n"
128127
" -w, --bandwidth <n> Frequency bandwidth in Hz (AAC LC only)\n"
129128
" -a, --afterburner <n> Afterburner\n"
130129
" 0: Off\n"

0 commit comments

Comments
 (0)