On Sat, Oct 30, 2010 at 11:21 PM, Zico <[email protected]> wrote:
>
>
> On Sat, Oct 30, 2010 at 10:47 PM, Mehul Ved <[email protected]> wrote:
>>
>> For lame you can use libmp3lame, make sure you enabled it while compiling.
>>
>
> This is really frustrating!!!! I have installed libmp3lame0 from
> debian-multimedia.org repo.
> And, then tried the command:
> /opt/ffmpeg-0.6.1/ffmpeg -i Test_TV -s qcif -vcodec h263 -acodec libmp3lame0
> -ac 1 -ar 16000 -r 25 -ab 32 -y Output_TV.3gp
> But, again, error:
> Unknown encoder 'libmp3lame0'

You need to pass the parameter --enable-libmp3lame while compiling ffmpeg.
You can also pass
--enable-amr_nb --enable-amr_wb
if you want amr enabled.

And the acodec has to be libmp3lame, not libmp3lame0.
You might also need to --enable-nonfree if it fails to compile.

> --
> Best,
> Zico
>



-- 
With Regards,
Mehul Ved
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to