[Abcde-users] [abcde] r371 committed - Allows encoding with neroAacEnc, thanks to atheren for the patch....

abcde at googlecode.com abcde at googlecode.com
Thu Dec 6 11:43:06 GMT 2012


Revision: 371
Author:   andrew at andrews-corner.org
Date:     Thu Dec  6 03:42:29 2012
Log:      Allows encoding with neroAacEnc, thanks to atheren for the patch.
Closes issue 8.

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

Modified:
  /trunk/abcde

=======================================
--- /trunk/abcde	Tue Nov 27 09:36:08 2012
+++ /trunk/abcde	Thu Dec  6 03:42:29 2012
@@ -1151,7 +1151,10 @@
  				;;
  			m4a)
  				# Tag the file at encode time, as it can't be done after encoding.
-				if [ "$DOTAG" = "y" ]; then
+				if [ "$AACENC" = "neroAacEnc" ] ; then
+					DOTAG=y
+					$RUN_COMMAND nice $ENCNICE $AACENC $AACENCOPTS -if "$IN" -of "$OUT"
+									elif [ ! "$DOTAG" = "y" ]; then
  					$RUN_COMMAND nice $EFFECTIVE_NICE $AACENCODER $AACENCODEROPTS  
--artist "$TRACKARTIST" --album "$DALBUM" --title "$TRACKNAME" --track "$1"  
--genre "$CDGENRE" --year "$CDYEAR" --comment "$COMMENT" -o "$OUT" "$IN"

  				else



More information about the Abcde-users mailing list