Ah yes I saw this on your mp4 thread. Unfortunately when I tried to
install libavcodec apt informed me that it was already installed and
up to date.
Thank you for the response though. I was so close I could taste it.
On Jun 15, 9:43 am, Søren Grønning Iversen <
s.groen...@gmail.com>
wrote:
> you'll need to have either libavcodec-52 or libavcodec-extra-52
> installed ...
>
> Run either of these two commands:
>
> sudo apt-get install libavcodec-52
>
> or:
>
> sudo apt-get install libavcodec-extra-52
>
> -S�ren
>
> On 15/06/11 15.35, Justin wrote:
>
>
>
>
>
>
>
> > Alright so I had some suspicions that ffmpeg might not be setup
> > correctly, although i currently only had wav's and mp3's to upload.
> > The wav's have no previews as the thread title mentions, but the mp3's
> > do. However, the mp3 previews are not compressed to 64 kbps. So ran
> > this command:
>
> > ffmpeg -acodec libmp3lame -ab 64k -ac 1 RS68_snip.wav
>
> > Which is the default parameter for RS and I received this error:
>
> > "Unknown encoder 'libmp3lame'"
>
> > Shouldn't this be installed with ffmpeg? I had followed these
> > instructions;
http://wiki.resourcespace.org/index.php/Installing_on_Ubuntu_Linux
>
> > Anyone know how to set it up? A search for "libmp3lame" with apt-cache
> > doesn't return anything.
>
> > On Jun 15, 9:16 am, Justin<
jusw.robe...@gmail.com> wrote:
> >> I don't know what happened when i posted that. I should have written
> >> "$ffmpeg" instead of "$MPEG".
>
> >> On Jun 14, 6:33 pm, S�ren Gr�nning Iversen<
s.groen...@gmail.com>