Hi there,
i do have most of my music in flac format but now also looking into ALAC. I therefor transcoded some FLAC Files into M4A format using MAC xld tool - as it was flac before any DRM shit should be obsolete if there even was one which i don´t think as it was ripped from a bought CD anyway. It´s been recognized fine on the server but neither the radio nor the classic play it.
I googled around and found the wiki.slimdevices.com/index.php/AAC article so i installed faad as lame was already. I also added:
# Transcoding for AAC files.
# SC 7.3+
mov flc * *
# F
[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 * *
# FB:{BITRATE=-B %B}
[faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ $BITRATE$ -x -r - -
mov wav * *
# F
[faad] -w -f 2 $FILE$
into my /etc/squeezeboxserver(convert.conf but no luck after a restart. What am i missing?
Thanks4ideas!
Markus
i do have most of my music in flac format but now also looking into ALAC. I therefor transcoded some FLAC Files into M4A format using MAC xld tool - as it was flac before any DRM shit should be obsolete if there even was one which i don´t think as it was ripped from a bought CD anyway. It´s been recognized fine on the server but neither the radio nor the classic play it.
I googled around and found the wiki.slimdevices.com/index.php/AAC article so i installed faad as lame was already. I also added:
# Transcoding for AAC files.
# SC 7.3+
mov flc * *
# F
[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 * *
# FB:{BITRATE=-B %B}
[faad] -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ $BITRATE$ -x -r - -
mov wav * *
# F
[faad] -w -f 2 $FILE$
into my /etc/squeezeboxserver(convert.conf but no luck after a restart. What am i missing?
Thanks4ideas!
Markus