Reply To: WMA Lossless transcode is wmal, not wma

#9899
rpedde
Participant

@MikeyP wrote:

Just an FYI for those of us transcoding WMA Lossless files from linux:

Using the nightly svn-1523, I was having trouble transcoding WMA Lossless files from mt-daapd on my intel-based linux box to iTunes and Roku. As it turns out, I assumed that having “wma” in the ssc-codectypes field in mt-daapd.conf would cover WMA Lossless files. This is not the case. Firefly wisely treats the various flavors of WMA differently, and considers WMA Lossless as type “wmal”, not “wma”.

So, to make sure mt-daapd transcodes WMA Lossless files, do three things in mt-daapd.conf:

– Add “.wma” to the “extensions =” line
– Add “wma,wmal” to the “ssc-codectypes” line for both WMA and WMA Lossless
– Use the provided perl script mt-daapd-ssc.pl in the “ssc-prog” line

If you have mplayer working with WMA Lossless files, and everything is set up as above, mt-daapd should properly transcode WMA Lossless files to iTunes and Roku.

As always, thanks to Ron for providing this support!

From the FYI department, WMA voice is “wmav”, and WMA Pro is “wmap” as well.

— Ron