On Sat, Jun 30, 2012 at 10:12 PM, Derek Shaw <[email protected]> wrote: > 2012/06/30 12:06:15 [decoder.mp3:3] File "./500slogans_london.mp3" has an > incompatible number of channels. > 2012/06/30 12:06:15 [decoder:3] Unable to decode "./500slogans_london.mp3" > as {audio=2;video=0;midi=0}!
The logs tell you that your files fail to be read as stereo audio, because the have an incompatible number of channels. Most likely, they are mono. Either this or you don't have a functioning mp3 decoder at all. The solution for allowing mono and converting it to the stereo expected by the encoder is to add a audio_to_stereo(...) just around your playlist(...). HTH David ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
