Do you think I have a floating or fixed point mplayer installed?
When I disable the apple AAC or Movie File dropdowns, and play m4a, I
get no sound and the player goes  to “stop”.  When I re-enable the
dropdowns it goes back to the “(Original 1% decoding
/mnt/disk1/mediaserver/data/media/1-04 Clash City Rockers)”
I am using this cutom-convert.conf, is there any adjustments I can do
in here:

# AACplus rules to start mplayer 
aap wav * *
        [mplayer] -ac faad -demuxer aac -really-quiet -vc null -vo null 
-cache 64 -af volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null 
aap mp3 * *
        [mplayer] -ac faad -demuxer aac -really-quiet -vc null -vo null 
-cache 64 -af volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null | [lame]
--silent -r -x -q $QUALITY$ -b $BITRATE$ - -
aap flc * *
        [mplayer] -ac faad -demuxer aac -really-quiet -vc null -vo null 
-cache 64 -af volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=/dev/fd/4 $FILE$ 4>&1 1>/dev/null  | [flac] -cs
--totally-silent --endian=little --channels=2 --sign=signed --bps=16
--sample-rate=44100 --compression-level-0 -

# Transcoding for AAC files.
mov flc * *
[faad] -w -f 2 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --endian little --sign signed --channels 2 --bps
16 --sample-rate 44100 -

mov mp3 * *
[faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q
$QUALITY$ -b $BITRATE$ -r - -

mov wav * *
[faad] -w -f 2 $FILE$


-- 
mike10100
------------------------------------------------------------------------
mike10100's Profile: http://forums.slimdevices.com/member.php?userid=17145
View this thread: http://forums.slimdevices.com/showthread.php?t=46861

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

Reply via email to