Compile VLC 1.0.5 with amr support
Posted: 05 Feb 2010 17:18
Hi
I need to play 3gp files with amr audio with VLC.
I first compiled ffmpeg with amr codec : and
I can convert 3gp/amr files with ffmpeg to mp4/mp3
Now, I want to compile VLC 1.0.5 with amr support but when I do a
I don't find any option to enable the libamrwb or libamrnb
I tried to compile anyway with the options found on this page : http://wiki.videolan.org/UnixCompile but when I run my freshly compiled vlc and open an amr/3gpp file I get the following error :
I am using Ubuntu Karmic Koala
I'm stuck.
Any idea ?
Thanks
Christophe
I need to play 3gp files with amr audio with VLC.
I first compiled ffmpeg with amr codec :
Code: Select all
libopencore_amrnb
Code: Select all
libopencore_amrwb
Now, I want to compile VLC 1.0.5 with amr support but when I do a
Code: Select all
./configure --help
I tried to compile anyway with the options found on this page : http://wiki.videolan.org/UnixCompile but when I run my freshly compiled vlc and open an amr/3gpp file I get the following error :
I think that vlc is not using my custom ffmpeg (which is the default one on my system.No suitable decoder module:
VLC does not support the audio or video format "samr". Unfortunately there is no way for you to fix this.
I am using Ubuntu Karmic Koala
I'm stuck.
Any idea ?
Thanks
Christophe