[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2013-03-01 Thread Alastair Gilfillan
@mrpouit Why is this considered invalid? `avconv -formats | grep \mp3` lists DE mp3 MPEG audio layer 3 yet I'm told mp3 is an unknown encoder. In 2013, `sudo apt-get install libavcodec-extra-53` fixes this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2012-02-27 Thread bitinerant
@intuited - You're doing the right thing. Just type 'y' rather than 'q'. It needs to remove those two packages, but will install alternate packages which satisfy all the necessary dependencies. I suspect that the pairs of packages that seem to do the same thing are for legal reasons--one

[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2011-08-18 Thread intuited
Having this problem under 10.10 -- getting the message Unknown encoder 'mp3' when trying to convert passing `-acodec mp3`. I get the same message if I pass `libmp3lame` or even `ogg`. Attempting to install libavcodec-unstripped-52 gives v The following NEW packages will

[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2010-11-18 Thread Raf Espanol
hi, this post also helped me out on ubuntu 10.10 . as a followup for those who still don't know how to update libavcodec on ubuntu 10.10: r...@samoslinux:~$ sudo apt-get install libavcodec-unstripped-52 Reading package lists... Done Building dependency tree Reading state information...

[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2009-12-02 Thread stefaanlippens
I confirm that installing 'libavcodec-unstripped-52' solved the issue on Ubuntu 9.10 aka Karmic Koala. Following works now (both didn't work before installing the package) ffmpeg -i input.wav output.mp3 ffmpeg -i input.wav -acodec libmp3lame output.mp3 thanks! -- Unknown encoder mp3

[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2009-05-11 Thread gari126
I confirm also that installing 'libavcodec-unstripped-52' solved the issue on my Ubuntu 9.04 -- Unknown encoder mp3 error in ffmpeg (ibex) https://bugs.launchpad.net/bugs/296922 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2008-11-12 Thread mohan43u
** Description changed: while trying to reduce the size of mp3 file using ffmpeg, I got this error, $ ffmpeg -i song.MP3 -acodec mp3 -ab 64kb song_new.mp3 FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration:

[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2008-11-12 Thread mohan43u
this will be fixed by installing 'libavcodec-unstripped-51' package -- Unknown encoder mp3 error in ffmpeg (ibex) https://bugs.launchpad.net/bugs/296922 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2008-11-11 Thread Lionel Le Folgoc
Hi, Thanks for your bug report. To have mp3 encoding, you need to install the 'libavcodec-unstripped-51' package, and pass '-acodec libmp3lame' instead of '-acodec mp3' in your command line. ** Changed in: ffmpeg (Ubuntu) Status: New = Invalid -- Unknown encoder mp3 error in ffmpeg

[Bug 296922] Re: Unknown encoder mp3 error in ffmpeg (ibex)

2008-11-11 Thread mohan43u
[EMAIL PROTECTED]:~/songs$ ffmpeg -i MANRAM_VANTHA.mp3 -acodec libmp3lame -ab 64kb MANRAM_VANTHA_new.mp3 FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl --enable-pp --enable-swscaler --enable-x11grab