# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # The format of the below lines is as follows: # # @1:@2:@3:@4:@5 # # @1 - The three-letter name that SlimServer uses to identify the format # @2 - A human-readable name for the format # @3 - Decoding command (DO SAMPLE RATE CONVERSION HERE) # @4 - Encoding command # @5 - Transcoding command # #aif:AIFF: [ffmpeg] -vn -hq -i $FILE$ -f wav - : [ffmpeg] -vn -hq -f wav -i - -f s16be - : $NONE$ : wav:WAV: [cat] $FILE$ : $NONE$ : $NONE$ : flc:FLAC: [flac] -dcs -- $FILE$ : [flac] -cs --totally-silent --compression-level-3 - : [flac] -dcs --sample-rate=44100 -- $FILE$ | [flac] -cs --totally-silent --compression-level-3 -: fec:FLAC with Cuesheet: [flac] -dcs --skip=$START$ --until=$END$ -- $FILE$ : [flac] -cs --totally-silent --compression-level-3 - : [flac] -dcs --sample-rate=44100 --skip=$START$ --until=$END$ -- $FILE$ | [flac] -cs --totally-silent --compression-level-3 -: mp3:MP3: $NONE$ : [lame] --silent -q $QUALITY$ -b $BITRATE$ - - : [lame] --resample 44100 --silent -q $QUALITY$ -b $BITRATE$ $FILE$ -: mov:Quicktime: [faad] -w -f 1 $FILE$ : : : mpc:Musepack: [mppdec] --wav --silent --prev --gain 3 $FILE$ - : : : shn:Shorten: [shorten] -x $FILE$ - : : : ogg:Ogg/Vorbis: [oggdec] --quiet -o - $FILE$ : : : #wma:Windows Media: [ffmpeg] -vn -hq -i $FILE$ -f wav - : : :