[FFmpeg-user] problem encode mov to 3gp

littlebat dashing.meng at gmail.com
Tue Nov 29 08:17:14 CET 2011


On Tue, 29 Nov 2011 13:50:26 +0700
aris sirajawali <arissirajawali at gmail.com> wrote:

> OUTPUT.3gp*. and if I make use *acodec amr_nb or amr_wb*, I get an
> *unknown encoder*, is there an error on my ffmpeg command?

You need install libopencore-amrnb and compile ffmpeg with supporting
it to get amrnb decoding and encoding, see: ./configure --help
(.configure --enable-libopencore-amrnb)
Installing libvo-amrwbenc and compile ffmpeg with supporting it can get
amrwb encoding (./configure --enable-libvo-amrwbenc)

To check which codecs your ffmpeg binary has supported, see: ffmpeg
-codecs


More information about the ffmpeg-user mailing list