Comment 47 for bug 93849

Revision history for this message
komputes (komputes) wrote :

On the upstream ffmpeg bug, cehoyos has recommended to use ffmpeg SVN with the options explained in the documentation. You can pull the source code by running:

    svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg

Can anyone confirm that ffmpeg from SVN with the options below actually plays AMR properly?
Are there any PPAs containing packages that can resolve this issue for the average user?

From the documentation[1]:
FFmpeg can make use of the OpenCORE libraries for AMR-NB decoding/encoding and AMR-WB decoding. Go to http://sourceforge.net/projects/opencore-amr/ and follow the instructions for installing the libraries. Then pass --enable-libopencore-amrnb and/or --enable-libopencore-amrwb to configure to enable the libraries.

[1] http://www.ffmpeg.org/general.html#SEC2