Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
When I run k3b to try and make a new audio CD, it says it can't convert my mp3's because of an unknown file format. I have lame installed if thats worth anything. I've searched everywhere, and can't seem to find anything that will convert from mp3 to a .cda to put in a CD player that doesn't support mp3s.
You don't convert to .cda (that's just a microsoft convention to show it's CD Audio) you need to convert to wav file. Lame can do that:
Code:
lame --decode infile.mp3 outfile.wav
then you can drag raw wav to the CD in k3b. However, k3b should be able to convert for you...it could be that your mp3 is in a strange format? I have occasionally had to convert an mp3 to a wav and then back again to get a more 'standard' format for k3b.
Yeah, wav format works, but no matter how many times I convert from wav to mp3 using various settings, k3b still won't do it. It can write using wav files though, so I guess I could live with that, but going from mp3 to CD would be so much better.
I think k3b requires libmad for mp3 decoding. Try installing that. If it still doesn't work after installing libmad, try compiling k3b for yourself from source.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.