PDA

View Full Version : Can't convert mp3 to audio cd


fizban9
April 19th, 2008, 08:25 PM
Hey all, I'm trying to do something that should be incredibly easy. I'm trying to burn an audio CD using some mp3's I have. I've installed the ubuntu-restricted-extras and I've even installed lame. Everything I've tried to burn with gives me some variation on the same error, can't covert, make sure you have the right codec. I've tried Serpentine, Gnomebaker and Brasero.

I can play mp3's so I don't know what other codec I could need. I suspect it's a gstreamer one but which one?

Thanks for the help.

syczu
April 20th, 2008, 05:09 AM
Convert your mp3's to ogg's by f.e. 'Sound Converter'. Then try to burn your CD.

buixuanduong1983
April 20th, 2008, 06:22 AM
Before I also had that problem, but only with K3B. GnomeBaker burns audio CD very good without any trouble. I'm not sure what you have to install, I list here all the gstreamer I have:

0.10-alsa
0.10-esd
0.10-ffmpeg
0.10-gnomevfs
0.10-plugins-base
0.10-plugins-base-apps
0.10-plugins-good
0.10-plugins-ugly
gstreamer0.10-tools
gstreamer0.10-x

Hope this help.

H0bb3z
April 20th, 2008, 08:39 PM
You can also use Serpentine -- that seems to work okay and it comes installed by default.

If you are set at using K3B, you might have to use a converter to get your MP3s over to WAV format, then start an audio CD project in K3B.

I've used mpg123 (sudo apt-get install mpg123) to do the conversion: mpg123 -w output.wav input.mp3