|
From: Jan S. <ha...@st...> - 2012-07-25 14:49:02
|
On Jul 25 14:05:53, Jan Stary wrote: > > libvo-amrwbenc is compiled and installed on my system for use with FFmpeg. > > >From here ---> http://sourceforge.net/projects/opencore-amr/ > > OPTIONAL FILE FORMATS > > amrnb......................yes > > dlopen amrnb..............no > > amrwb......................yes > > dlopen amrwb..............no > > I don't think > > http://sourceforge.net/projects/opencore-amr/files/opencore-amr/ > > can do WB encoding; for that you IMHO need > > http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/ > > > > Specifically, I think you have the libopencore-amr[nw]b.so libs > > but do not have the libvo-amrwbenc.so library. > My bad. > I posted the wrong link. > The package I have is vo-amrwbenc v-0.1.2 > >From here ---> http://sourceforge.net/projects/opencore-amr/files/vo-amrwbenc/ Where does the libopencore-amrnb.so come from then? Do you have both opencore-amr and vo-amrwbenc installed? Are you sure the installed sox is linked to the right libraries? What does "ldd `which sox`" say? |