Added documentation for the neroAacEnc aac/m4a encoder.
[clinton/abcde.git] / abcde.conf
index afeba9e..c2051a9 100644 (file)
@@ -60,7 +60,8 @@
 # flac - the only supported for FLACENCODERSYNTAX at the moment
 # speexenc - the only encoder for SPEEXENCODERSYNTAX
 # mpcenc - encoder for MPCENCODERSYNTAX
 # flac - the only supported for FLACENCODERSYNTAX at the moment
 # speexenc - the only encoder for SPEEXENCODERSYNTAX
 # mpcenc - encoder for MPCENCODERSYNTAX
-# default is a valid option for oggenc, lame, flac, speexenc and mpcenc.
+# faac, neroAacEnc - for AACENCODER
+# default is a valid option for oggenc, lame, flac, speexenc, mpcenc and faac.
 # Currently this affects the default location of the binary, the variable
 # to pick encoder command-line options from, and where the options are
 # given.
 # Currently this affects the default location of the binary, the variable
 # to pick encoder command-line options from, and where the options are
 # given.
 #MPCENCOPTS=
 
 # M4A/AAC
 #MPCENCOPTS=
 
 # M4A/AAC
-#AACENCOPTS=
+#For faac encoding try the following options (see also: faac --help):
+#AACENC=faac
+#AACENCOPTS='-q 250 -w -s'
+#OUTPUTTYPE="m4a"
+# For neroAacEnc encoding try the following options (see also neroAacEnc -help):
+#AACENC=neroAacEnc
+#AACENCOPTS='-q 0.65'
+#OUTPUTTYPE="m4a"
+#ATOMICPARSLEY='AtomicParsley'
 
 #ID3OPTS=
 #EYED3OPTS="--set-encoding=utf16-LE"
 
 #ID3OPTS=
 #EYED3OPTS="--set-encoding=utf16-LE"