You are not logged in.

#1 2009-09-16 21:18:42

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

ffmpeg - "unknown encoder mp3"

anyone know what could be causing this error? I have lame installed.

root Existence > ffmpeg -formats | grep mp3
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --prefix=/usr --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libfaac --enable-libfaad --enable-libxvid --enable-libx264 --enable-libtheora --enable-postproc --enable-shared --enable-pthreads --enable-x11grab --enable-swscale

the command I'm running is:

for f in *ogg; do ffmpeg -i "$f" -acodec mp3 -ar 44100 -ab 192kbps -y "${f%.ogg}.mp3"; done

[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#2 2009-09-16 21:49:08

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: ffmpeg - "unknown encoder mp3"

It's called "libmp3lame". "mp3" is a decode-only module. Check "ffmpeg -formats" for the proper names.

Offline

#3 2009-09-16 21:56:29

Stythys
Member
From: SF Bay Area
Registered: 2008-05-18
Posts: 878
Website

Re: ffmpeg - "unknown encoder mp3"

ohhh, haha. mybad, thanks!


[home page] -- [code / configs]

"Once you go Arch, you must remain there for life or else Allan will track you down and break you."
-- Bregol

Offline

#4 2009-09-19 10:34:55

cerbie
Member
Registered: 2008-03-16
Posts: 124

Re: ffmpeg - "unknown encoder mp3"

Stythys wrote:

ohhh, haha. mybad, thanks!

Not so. I had the same problem, using verbatim examples from documentation.

If you have further troubles w/ ffmpeg, IRC is your best bet


"If the data structure can't be explained on a beer coaster, it's too complex." - Felix von Leitner

Offline

Board footer

Powered by FluxBB