There is a bug in 7.3.3 & 7.3.4 with m4a & AAC  to MP3

Edit convert.conf and add a "dollar" to the $BITRATE as follows (the
dollar is shown in red)


Code:
--------------------
    
  mp4 mp3 * *
  # FB:{BITRATE=-B %B}
  [faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE*$* - -
        
  aac mp3 * *
  # IFB:{BITRATE=-B %B}
  [faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE*$* - - 
  
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=69830

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to