X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/0c77cbf2d0bd91907c43230a02f725f252e92004..ff61f9488475ab4d1bcbf61a238d7fdfdf1ae738:/abcde.conf diff --git a/abcde.conf b/abcde.conf index afeba9e..c2051a9 100644 --- a/abcde.conf +++ b/abcde.conf @@ -60,7 +60,8 @@ # 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. @@ -185,7 +186,15 @@ #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"