Index: convert.conf =================================================================== RCS file: /cvsroot/slim/server/convert.conf,v retrieving revision 1.31 diff -u -r1.31 convert.conf --- convert.conf 19 Nov 2004 04:04:23 -0000 1.31 +++ convert.conf 2 Dec 2004 08:53:15 -0000 @@ -28,39 +28,40 @@ # $FILE$ is the absolute path to the source file # $RATE$ is the sample rate of the source file (in kS/sec) # $BITRATE$ is the bandwidth of the output stream in kb/s +# $QUALITY$ is the conversion quality # [bin] is the executable binary for the encoder or decoder # - is a special command line that implies passthrough of data # specific combinations match before wildcards mov mp3 * * - [mov123] $FILE$ | [lame] --resample 44100 --silent -q 9 -b $BITRATE$ -r - - + [mov123] $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ -r - - ogg mp3 * * - [oggdec] -Q -o - -R $FILE$ | [lame] --resample 44100 --silent -b $BITRATE$ -r -x - - + [oggdec] -Q -o - -R $FILE$ | [lame] --resample 44100 -q $QUALITY$ --silent -b $BITRATE$ -r -x - - wav mp3 * * - [lame] --resample 44100 --silent -q 9 -b $BITRATE$ $FILE$ - + [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ $FILE$ - aif mp3 * * - [lame] --resample 44100 --silent -q 9 -b $BITRATE$ $FILE$ - + [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ $FILE$ - shn mp3 * * - [shorten] -x $FILE$ - | [lame] --resample 44100 --silent -q 9 -b $BITRATE$ - - + [shorten] -x $FILE$ - | [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ - - #flc mp3 * * -# [flac] -dcs $FILE$ | [lame] --resample 44100 --silent -q 9 -b $BITRATE$ - - +# [flac] -dcs $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ - - # Comment out previous entry and uncomment this entry to use cuesheets with FLAC files # This is buggy with FLAC 1.1 or earlier flc mp3 * * - [flac] -dcs --skip=$START$ --until=$END$ $FILE$ | [lame] --resample 44100 --silent -q 9 -b $BITRATE$ - - + [flac] -dcs --skip=$START$ --until=$END$ $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ - - wma mp3 * * - [wmadec] -r 44100 -b 16 -n 2 $FILE$ | [lame] -x --resample 44100 --silent -q 9 -b $BITRATE$ - - + [wmadec] -r 44100 -b 16 -n 2 $FILE$ | [lame] -x --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ - - mpc mp3 * * - [mppdec] --raw-le --silent --prev --gain 3 $FILE$ - | [lame] -x --resample 44100 --silent -q 9 -b $BITRATE$ - - + [mppdec] --raw-le --silent --prev --gain 3 $FILE$ - | [lame] -x --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ - - mp3 mp3 * * -