I'm using ffmpeg to convert my files but when I tried to convert WAV -> MP3 I got this error. It's surprising for me cause I installed this one yesterday. What could happen?
feedback
|
|
libmp3lame is not part of the stock ffmpeg on Ubuntu. You can read more on the Ubuntu wiki ffmpeg page. What you want to do is compile ffmpeg from source so it includes libmp3lame. They tell you how to make your ffmpeg with more option on this page. The particular item you want is --enable-libmp3lame | |||
|
feedback
|
|
Depending on the distribution you're using, you don't have to compile it yourself. Mostly, there's a package you can install, sometimes it's not in the main repositories because the codec is restricted. For Ubuntu, check this post: http://ubuntuforums.org/showthread.php?t=1117283. I'm sure other distros have similar packages available. | |||
|
feedback
|