Bugzilla – Bug 14597
AAC to MP3 fails because of bug in convert.conf file.
Last modified: 2009-10-14 18:03:38 UTC
When using AAC/MP4 to MP3 either explicitly or via bit rate limiting the "cant open file for" error appears. The problem is in convert.conf entries "aac mp3" and "mp4 mp3" the $BITRATE$ is missing the trailing dollar in the convert.conf file The entries should be mp4 mp3 * * # FB:{BITRATE=-B %B} [faad] -w -f 1 $FILE$ | [lame] -q $QUALITY$ $BITRATE$ - - aac mp3 * * # IFB:{BITRATE=-B %B} [faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE$ - -
This is cross-platform not just Vista...
Andy, could you please fix the two typos in convert.conf? Thanks!
== Auto-comment from SVN commit #28787 to the slim repo by andy == == https://svn.slimdevices.com/slim?view=revision&revision=28787 == Fixed bug 14597, fixed typo in convert.conf
Verified typos fixed in r28848.