I'm streaming audio using TwonkyMediaServer on my MacBook to my Pioneer SC-25 AV receiver. Twonky streams all formats nicely except for my Apple Lossless files. Also, the Pioneer doesn't except lossless AAC, so I'll need to transcode to another format. I've tried transcoding the lossless AAC files to flac using ffmpeg. At a terminal prompt, this conversion works well using a command like this:
Code: Select all
ffmpeg -i $infile -acodec flac $outfile
My desc file for the flac conversion looks like this:
Code: Select all
MACLT:cgi-bin sodo$ cat /Users/sodo/ffmpeg-m4a-flac.desc
# transcode audio (m4a to flac)
#(c) 2008 by PacketVideo
exec: ffmpeg -i $infile -acodec flac $outfile 2>/dev/null
# capabilities
from=audio/x-m4a
to=audio/x-flac
asynchronous
priority=idle
Has anyone had any luck using TwonkyMediaServer to transcode lossless AAC files to ANY other format (flac/mp3/wav preferred)?
thanks.
sodo