My custom-convert.conf file looks like this now. But won´t play the  
.ape files either. Am I doing it wrong when I make the adjustments in
the custom-convert.conf file ? Do I have to add more lines etc. ? 

# AlienBBC - windows version

# Default for mplayer pre7 or later (note: -bandwidth 10000000 only
works on recent pre8 builds)

rtsp wav * *
[mplayer-stdout] -really-quiet -vc null -vo null -bandwidth
10000000 -cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=- $FILE$ 2>/dev/null

rtsp mp3 * *
[mplayer-stdout] -really-quiet -vc null -vo null -bandwidth
10000000 -cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=- $FILE$ 2>/dev/null | [lame] --silent -r -x -q
$QUALITY$ -b $BITRATE$ - - 2>/dev/null

rtsp flc * *
[mplayer-stdout] -really-quiet -vc null -vo null -bandwidth
10000000 -cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=- $FILE$ 2>/dev/null | [flac] -cs --endian=little
--channels=2 --sign=signed --bps=16 --sample-rate=44100
--compression-level-0

wma wav * *
[mplayer-stdout] -really-quiet -vc null -vo null -af
volume=0,resample=44100:0:1,channels=2 -ao pcm:waveheader:file=- $FILE$
2>/dev/null

wma mp3 * *
[mplayer-stdout] -really-quiet -vc null -vo null  -af
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=-
$FILE$ 2>/dev/null | [lame] --silent -r -x -q $QUALITY$ -b $BITRATE$ -
- 2>/dev/null

wma flc * *
[mplayer-stdout] -really-quiet -vc null -vo null  -af
volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=-
$FILE$ 2>/dev/null | [flac] -cs --endian=little --channels=2
--sign=signed --bps=16 --sample-rate=44100 --compression-level-0 - -
2>/dev/null

mov mp3 * *
[alac] -r $FILE$ | [lame] --resample 44100 --silent -q
$QUALITY$ -b $BITRATE$ -r -x - -

mov flc * *
[alac] -r $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --endian big --sign signed --channels 2 --bps 16
--sample-rate 44100 -

mov wav * *
[alac] -r $FILE$

# Alternative for mplayer up to pre6
#rtsp wav * *
#       [mplayer] -really-quiet -vo null -cache 128 -af resample=44100:0:1
-ao pcm -nowaveheader -aofile #PIPE# $FILE$
#rtsp mp3 * *
#       [mplayer] -really-quiet -vo null -cache 128 -af resample=44100:0:1
-ao pcm -nowaveheader -aofile #PIPE# $FILE$ | [lame] --silent -r -x -q
$QUALITY$ -b $BITRATE$ - -
#rtsp flc * *
#       [mplayer] -really-quiet -vo null -cache 128 -af resample=44100:0:1
-ao pcm -nowaveheader -aofile #PIPE# $FILE$ | [flac] -cs
--totally-silent --endian=little --channels=2 --sign=signed --bps=16
--sample-rate=44100 --compression-level-0 -

#
# Edit the above lines for the following options:
# - To enable socketwrapper debug mode change #PIPE# to #DEBUGPIPE#
#
# To boost volume, change resample=44100:0:1 to
volume=x:sc,resample=44100:0:1, where x is a number e.g. 8


-- 
Bergowitz
------------------------------------------------------------------------
Bergowitz's Profile: http://forums.slimdevices.com/member.php?userid=11947
View this thread: http://forums.slimdevices.com/showthread.php?t=36242

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

Reply via email to