From f95566ee8ed1623e0d683cc94ca5f50c897bef79 Mon Sep 17 00:00:00 2001 From: nu774 Date: Tue, 14 Mar 2023 00:24:51 +0900 Subject: [PATCH] update help message regarding vbr mode --- src/main.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"