Bug 16639 - Convert.conf specifies wrong .ape to .mp3 transcoding
: Convert.conf specifies wrong .ape to .mp3 transcoding
Status: RESOLVED INVALID
Product: Logitech Media Server
Classification: Unclassified
Component: Transcoding
: 7.5.0
: All All
: -- normal with 1 vote (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-10-28 06:21 UTC by Hans Brand
Modified: 2010-11-15 09:11 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Brand 2010-10-28 06:21:26 UTC
For .ape to .mp3 transcoding the convert.conf file specifies [faad] as Monkeys Audio decoder, this should be [mac].

================================================================

brand@silver$ diff -c convert.conf.sample convert.conf
*** convert.conf.sample Mon Apr 12 23:26:34 2010
--- convert.conf        Tue Oct 26 18:12:03 2010
***************
*** 127,133 ****
  
  ape mp3 * *
        # FB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
!       [faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ - -
  
  wvp mp3 * *
        # FB:{BITRATE=-B %B}T:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=--resample %D}
--- 127,133 ----
  
  ape mp3 * *
        # FB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
!       [mac] $FILE$ - -d | [lame] --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ - -
  
  wvp mp3 * *
        # FB:{BITRATE=-B %B}T:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=--resample %D}
Comment 1 Alan Young 2010-11-15 09:11:06 UTC
I think there must be some mistake. The release version of this file is correct.