[Abcde-users] [abcde] r372 committed - Added documentation for the neroAacEnc aac/m4a encoder.

abcde at googlecode.com abcde at googlecode.com
Thu Dec 6 11:53:59 GMT 2012


Revision: 372
Author:   andrew at andrews-corner.org
Date:     Thu Dec  6 03:53:39 2012
Log:      Added documentation for the neroAacEnc aac/m4a encoder.

http://code.google.com/p/abcde/source/detail?r=372

Modified:
  /trunk/abcde.1
  /trunk/abcde.conf
  /trunk/changelog

=======================================
--- /trunk/abcde.1	Tue Nov 27 09:36:08 2012
+++ /trunk/abcde.1	Thu Dec  6 03:53:39 2012
@@ -318,8 +318,8 @@
  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 @@
  \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)
=======================================
--- /trunk/abcde.conf	Tue Nov 27 09:36:08 2012
+++ /trunk/abcde.conf	Thu Dec  6 03:53:39 2012
@@ -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"
=======================================
--- /trunk/changelog	Tue Nov 27 09:36:08 2012
+++ /trunk/changelog	Thu Dec  6 03:53:39 2012
@@ -10,6 +10,8 @@
      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 at debian.org>  Tue, 27 Nov 2012 17:34:55 +0000




More information about the Abcde-users mailing list