tried to rip an audio cd to mp3 file

Asked by Valkyrie

I'm fairly new to linux and I love it. So far I've had this problem when I try to rip an audio CD into a mp3 file with k3b, it tells me there's an error:
command failed: lame -h --tt
and after that the track information, and the only other thing it tells me is
error while encoding track 1

Any idea what I'm doing wrong or not doing at all???

Thanx!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu k3b Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

Go to menu System->Administration->Software sources-> Tab "Ubuntu software" check all item

Then open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo apt-get update
sudo apt-get install lame

give your user password when requested, you don't see nothing when you type it, then press enter.

Then retry

Thank you

Revision history for this message
Valkyrie (valkyrie236) said :
#2

It worked!!! but u probably already knew it would...anyways THANK YOU SOOOO MUCH!!!

Now, not to impose or anyhing but I'm having the same problem with sound juicer any ideas? wwhen I go through he steps of editing a profile the app freezes and when I reboot there's no change...

Thnx!

Revision history for this message
Valkyrie (valkyrie236) said :
#3

Thanks elart.it, that solved my question.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

Please open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo apt-get install liblame0 gstreamer0.10-lame

give your user password when requested, you don't see nothing when you type it, then press enter.

Then retry

This page may help you: https://help.ubuntu.com/community/RestrictedFormats

Thank you

Revision history for this message
Valkyrie (valkyrie236) said :
#5

U are great! thnx problem solved!

I really appreciated!!