Comment 7 for bug 267399

Revision history for this message
Andrej (andrej.zagar) wrote : Re: Intrepid: K3B fails to rip to MP3

The same problem on my machine. But I have a workaround:

1.) Use k3b to extract wav-files
2.) Run the following script to convert wav-files into mp3-files

     find -name *wav | awk '{system( "lame -h \"" $0 "\" \"" substr($0,0,match($0,".wav")) ".mp3\"")}'