Added documentation for the neroAacEnc aac/m4a encoder.
authorandrew@andrews-corner.org <andrew@andrews-corner.org@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Thu, 6 Dec 2012 11:53:39 +0000 (11:53 +0000)
committerandrew@andrews-corner.org <andrew@andrews-corner.org@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Thu, 6 Dec 2012 11:53:39 +0000 (11:53 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@372 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde.1
abcde.conf
changelog

diff --git a/abcde.1 b/abcde.1
index c51c4c1..e42e676 100644 (file)
--- a/abcde.1
+++ b/abcde.1
@@ -318,8 +318,8 @@ Specifies the style of encoder to use for MPP/MP+ (Musepack) encoder. At this
 point we only have \'mpcenc\' available, from musepack.net.
 .TP
 .B AACENCODERSYNTAX
-Specifies the style of encoder to use for M4A (AAC) encoder. At this point we
-only support \'faac\', so \'default\' points to it.
+Specifies the style of encoder to use for M4A (AAC) encoder. We support \'faac\'
+as \'default\' but support is there for neroAacEnc as well.
 .TP
 .B NORMALIZERSYNTAX
 Specifies the style of normalizer to use.  Valid options are \'default\'
@@ -551,7 +551,7 @@ Will extract the files contained in singletrack using the embedded cuesheet.
 \fBabcde\fR requires the following backend tools to work:
 .TP
 .B *
-An Ogg/Vorbis, MP3, FLAC, Ogg/Speex, MPP/MP+(Musepack) or M4A encoder (oggenc, vorbize, lame, gogo, bladeenc, l3enc, mp3enc, flac, speexenc, mpcenc, faac)
+An Ogg/Vorbis, MP3, FLAC, Ogg/Speex, MPP/MP+(Musepack) or M4A encoder (oggenc, vorbize, lame, gogo, bladeenc, l3enc, mp3enc, flac, speexenc, mpcenc, faac, neroAacEnc)
 .TP
 .B *
 An audio CD reading utility (cdparanoia, icedax, cdda2wav, dagrab)
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
-# 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.
 #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"
index 01ad987..4e2e782 100644 (file)
--- a/changelog
+++ b/changelog
@@ -10,6 +10,8 @@ abcde 2.5.5 UNRELEASED
     patch. Closes: #687038 in Debian
   * Switch from Musepack SV7 to SV8. Thanks to Andrew Strong for the
     patch.
+  * Allow aac encoding with neroAacEnc. Thanks to atheren for the patch.
+    Closes issue 8.
 
  -- Steve McIntyre <93sam@debian.org>  Tue, 27 Nov 2012 17:34:55 +0000