I want to extract the sound from a Youtube video. I have read many suggestions on the Net, but none of them work except perhaps the one suggesting that I recompile ffmpeg. But I am definitely not comfortable with compiling pieces of my system. Besides, there ought to be another way.
Using vlc to convert gives a message
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
MPEG Audio layer 1/2/3.
Using ffmpeg says
Encoder (codec id 86017) not found for output stream #0.0
I am at vmlinuz-2.6.35-28-generic.
Clearly there is something missing. So how to install it? Any suggestions welcome. Thanks in advance.
Using vlc to convert gives a message
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
MPEG Audio layer 1/2/3.
Using ffmpeg says
Encoder (codec id 86017) not found for output stream #0.0
I am at vmlinuz-2.6.35-28-generic.
Clearly there is something missing. So how to install it? Any suggestions welcome. Thanks in advance.
Comment