Code: Select all
/opt/mplayer-bin/bin/mplayer-bin: error while loading shared libraries: liblzo.so.1: cannot open shared object file: No such file or directory
Code: Select all
/opt/mplayer-bin/bin/mplayer-bin: error while loading shared libraries: liblirc_client.so.0: cannot open shared object file: No such file or directory
Same here. There is also a bug report: http://bugs.gentoo.org/show_bug.cgi?id=167621JanErik wrote:Seems it is trying to use the wrong lzo or lzo is missing a symlink:
liblzo.so.2 exists though. Tried to create the symlink but now I getCode: Select all
/opt/mplayer-bin/bin/mplayer-bin: error while loading shared libraries: liblzo.so.1: cannot open shared object file: No such file or directory
I am running a 64-bit system so I have both /usr/lib32 and /usr/lib64.Code: Select all
/opt/mplayer-bin/bin/mplayer-bin: error while loading shared libraries: liblirc_client.so.0: cannot open shared object file: No such file or directory
Code: Select all
Requested audio codec family [faad] (afm=faad) not available.
Enable it at compilation.
Cannot find codec for audio format 0x6134706D.
Read DOCS/HTML/en/codecs.html!
Audio: no sound
Starting playback...
Yah thats because mplayer-bin doesnt have suppot for faad / faac built in. Youll have to use mplayer for that.marvin5 wrote:I am using mplayer-bin-1.0_rc1-r3 here and in some video that used to work before I get no sound now:Code: Select all
Requested audio codec family [faad] (afm=faad) not available. Enable it at compilation. Cannot find codec for audio format 0x6134706D. Read DOCS/HTML/en/codecs.html! Audio: no sound Starting playback...

Unfortunately the video that I use mplayer-bin for is encoded in vp6 / aac, meaning both the 32-bit vp6vfw.dll and faad are needed. Is there a way to workaround the lack of internal faad support?beandog wrote:Yah thats because mplayer-bin doesnt have suppot for faad / faac built in. Youll have to use mplayer for that.marvin5 wrote:I am using mplayer-bin-1.0_rc1-r3 here and in some video that used to work before I get no sound now:Code: Select all
Requested audio codec family [faad] (afm=faad) not available. Enable it at compilation. Cannot find codec for audio format 0x6134706D. Read DOCS/HTML/en/codecs.html! Audio: no sound Starting playback...
output from mplayer:beandog wrote:Yah thats because mplayer-bin doesnt have suppot for faad / faac built in. Youll have to use mplayer for that.
Code: Select all
==========================================================================
Requested video codec family [wmv9dmo] (vfm=dmo) not available.
Enable it at compilation.
Requested video codec family [wmvdmo] (vfm=dmo) not available.
Enable it at compilation.
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
[wmv3 @ 0xcab3b0]Profile value 2 is forbidden (and WMV3 Complex Profile is unsupported)
Could not open codec.
VDecoder init failed :(
Cannot find codec matching selected -vo and video format 0x33564D57.
Read DOCS/HTML/en/codecs.html!
==========================================================================Code: Select all
==========================================================================
Requested audio codec family [faad] (afm=faad) not available.
Enable it at compilation.
Cannot find codec for audio format 0x4134504D.
Read DOCS/HTML/en/codecs.html!
Audio: no soundCode: Select all
Audio format 0x4134504d is incompatible with '-oac copy', please try '-oac pcm' instead or use '-fafmttag' to override it.b0b0 wrote:Is there a way to workaround the lack of internal faad support?
Code: Select all
for i in `ls`; do echo `mencoder $i -o mp3-$i.avi -ovc copy -oac lavc`; done
I've been recently struck by the "missing faad codec" error on an amd64 system. Has there been any progress on this front in the one-year's time since beandog's posting?beandog wrote:Since there are no 32 bit AAC libraries for mplayer-bin to link against, it was compiled without the support. The thing that needs to be done is get the medialibs package to to have a binary build for faad.
It's probably going to be some time before I can get to that, though.