In my case it was a problem in convert.conf, the entry for AAC to Flac conversion was telling flac to expect big endian instead of little endian input. Mine is working like this (two lines):
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 - -- egraaf ------------------------------------------------------------------------ egraaf's Profile: http://forums.slimdevices.com/member.php?userid=8495 View this thread: http://forums.slimdevices.com/showthread.php?t=41784 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
