shithub: aacenc

Download patch

ref: c0c56a7b0559f23b4b7b68e9bb5f449907e750c0
parent: aff1dc5433684e7776497b0c9095fe5df849d34b
author: Krzysztof Nikiel <knik@users.sourceforge.net>
date: Sat Sep 2 11:28:27 EDT 2017

updated help

--- a/docs/faac.1
+++ b/docs/faac.1
@@ -60,13 +60,13 @@
 .TP
 .BR -q\ <\fIquality\fP>
 Set encoding quality. Set default variable bitrate (VBR) quality level in percent.
-max. 5000 (mp4) or 500 (adts), min. 10.
+max. 5000, min. 10.
 default: 100, averages at approx. 120 kbps VBR for a normal
 stereo input file with 16 bit and 44.1 kHz sample rate
 .TP
 .BR -b\ <\fIbitrate\fP>
 Set average bitrate (ABR) to approximately <bitrate> kbps.
-max. ~500 (stereo mp4) or ~250k (adts)
+max. ~500 (stereo)
 .TP
 .BR -c\ <\fIfreq\fP>
 Set the bandwidth in Hz.
@@ -187,9 +187,6 @@
 .TP
 .BR --mpeg-vers\ \fIX\fP
 Force AAC MPEG version, X can be 2 or 4
-.TP
-.BR --obj-type\ \fIX\fP
-AAC object type. (LC (Low Complexity, default), Main or LTP (Long Term Prediction)
 .TP
 .BR --shortctl\ \fIX\fP
 Enforce block type (0 = both (default); 1 = no short; 2 = no long).
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -107,13 +107,13 @@
 static help_t help_qual[] = {
     {"-q <quality>\tSet encoding quality.\n",
     "\t\tSet default variable bitrate (VBR) quantizer quality in percent.\n"
-    "\t\tmax. 5000 (mp4) or 500 (adts), min. 10.\n"
+    "\t\tmax. 5000, min. 10.\n"
     "\t\tdefault: 100, averages at approx. 120 kbps VBR for a normal\n"
     "\t\tstereo input file with 16 bit and 44.1 kHz sample rate\n"
     },
     {"-b <bitrate>\tSet average bitrate to x kbps. (ABR)\n",
     "\t\tSet average bitrate (ABR) to approximately <bitrate> kbps.\n"
-    "\t\tmax. ~500 (stereo mp4) or ~250k (adts)\n"},
+    "\t\tmax. ~500 (stereo)\n"},
     {"-c <freq>\tSet the bandwidth in Hz.\n",
     "\t\tThe actual frequency is adjusted to maximize upper spectral band\n"
     "\t\tusage.\n"},