Installing lame
Posted: 02 Jun 2010, 02:06
Hi,
how do i install lame (and get it working?
)
What I'm driving at is to get a MOV-to-FLV-conversion like thisto work, but it complains about missing libmp3lame encoder.
I tried the instructions in
http://forums.slimdevices.com/showthread.php?t=35331
(using stable instead of sid following advace later in the thread)
I'm (obviously) quite the newbie regarding linux...
how do i install lame (and get it working?

What I'm driving at is to get a MOV-to-FLV-conversion like this
Code: Select all
ffmpeg -y -i someFile.mov -vcodec flv -b 250k -acodec libmp3lame -ab 64k -ar 22050 -ac 1 -s 240x180 someFile.flv
I tried the instructions in
http://forums.slimdevices.com/showthread.php?t=35331
(using stable instead of sid following advace later in the thread)
Code: Select all
apt-get install lame
Output:
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
lame: Depends: libc6 (>= 2.4) but 2.3.6.ds1-13etch10 is to be installed
Depends: libncurses5 (>= 5.6+20071006-3) but 5.5-5 is to be installed
E: Broken packages