Now you have to compile the amr support into your libavcodec.
UPDATED
First of all you have to download the source of mplayer.
You can get the latest version here: http://www.mplayerhq.hu/design7/dload.html
Now you have to download the following files, unzip and rename them:
# cd MPlayer*/libavcodec # wget http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26073-530.zip # unzip 26073-530.zip # unzip 26073-530_ANSI_C_source_code.zip # mv c-code amr # wget http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26104-540.zip # unzip 26104-540.zip # unzip 26104-540_ANSI_C_source_code.zip # mv c-code amr_float # wget http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26204-530.zip # unzip 26204-530.zip # unzip 26204-530_ANSI-C_source_code.zip # mv c-code amrwb_float
Now just go one folder up and configure it:
# cd .. # ./configure
You should now see the following output:
Checking for AMR narrowband ... yes Checking for AMR narrowband, fixed point ... no (disabled by amr_nb) Checking for AMR wideband ... yes
Now you just have to make & make install it... Thats it!
mplayer and mencoder are now ready to decode sound of 3GP files!

01/27/2009 09:02:50 AM
PingBack