Gentoo Forums
Gentoo Forums
Quick Search: in
mplayer-bin-1.0_rc1 testing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
beandog
Developer
Developer


Joined: 04 May 2003
Posts: 1948
Location: /usa/utah

PostPosted: Sun Feb 18, 2007 4:51 pm    Post subject: mplayer-bin-1.0_rc1 testing Reply with quote

I just put media-video/mplayer-bin-1.0_rc1 in the tree, and it is masked. This is the first one I've rolled together myself, and it probably n eeds a lot of testing. So if anyone finds problems with it, please lemme know.

thanks guys
_________________
If it ain't broke, tweak it. packages | planet | blog | home
Back to top
View user's profile Send private message
JanErik
Guru
Guru


Joined: 28 Oct 2002
Posts: 434
Location: Finland

PostPosted: Mon Feb 19, 2007 8:32 pm    Post subject: Reply with quote

Seems it is trying to use the wrong lzo or lzo is missing a symlink:

Code:

/opt/mplayer-bin/bin/mplayer-bin: error while loading shared libraries: liblzo.so.1: cannot open shared object file: No such file or directory


liblzo.so.2 exists though. Tried to create the symlink but now I get

Code:

/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


I am running a 64-bit system so I have both /usr/lib32 and /usr/lib64.
Back to top
View user's profile Send private message
Kuhrscher
Guru
Guru


Joined: 29 Dec 2003
Posts: 482
Location: Hamburg, Germany

PostPosted: Tue Feb 20, 2007 6:29 am    Post subject: Reply with quote

JanErik wrote:
Seems it is trying to use the wrong lzo or lzo is missing a symlink:

Code:

/opt/mplayer-bin/bin/mplayer-bin: error while loading shared libraries: liblzo.so.1: cannot open shared object file: No such file or directory


liblzo.so.2 exists though. Tried to create the symlink but now I get

Code:

/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


I am running a 64-bit system so I have both /usr/lib32 and /usr/lib64.


Same here. There is also a bug report: http://bugs.gentoo.org/show_bug.cgi?id=167621
Back to top
View user's profile Send private message
beandog
Developer
Developer


Joined: 04 May 2003
Posts: 1948
Location: /usa/utah

PostPosted: Wed Feb 21, 2007 12:57 am    Post subject: Reply with quote

Sorry bout that, still got a lot of fixing to do on this thing. In -r2 I removed them both. Temporarily, of course.
_________________
If it ain't broke, tweak it. packages | planet | blog | home
Back to top
View user's profile Send private message
beandog
Developer
Developer


Joined: 04 May 2003
Posts: 1948
Location: /usa/utah

PostPosted: Sat Feb 24, 2007 4:59 pm    Post subject: Reply with quote

Alright -r3 is in the tree, this one should work a lot better.
_________________
If it ain't broke, tweak it. packages | planet | blog | home
Back to top
View user's profile Send private message
pdr
Guru
Guru


Joined: 20 Mar 2004
Posts: 548

PostPosted: Thu Mar 01, 2007 9:00 pm    Post subject: Reply with quote

Is -vf blackframe filter disabled? I have 1.0_rc1-r2 installed and it keeps not doing blackframe filtering...

edit:
Never mind. It is in there (according to -vf help) - probably doesn't work with interlaced source. Will play some more.


Last edited by pdr on Sat Mar 03, 2007 2:25 pm; edited 1 time in total
Back to top
View user's profile Send private message
marvin5
Apprentice
Apprentice


Joined: 19 Mar 2005
Posts: 162
Location: Germany

PostPosted: Sat Mar 03, 2007 12:54 pm    Post subject: Reply with quote

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:

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...
Back to top
View user's profile Send private message
beandog
Developer
Developer


Joined: 04 May 2003
Posts: 1948
Location: /usa/utah

PostPosted: Sat Mar 03, 2007 3:58 pm    Post subject: Reply with quote

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:

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.
_________________
If it ain't broke, tweak it. packages | planet | blog | home
Back to top
View user's profile Send private message
rbanimations
n00b
n00b


Joined: 06 Mar 2007
Posts: 1
Location: new zealand

PostPosted: Tue Mar 06, 2007 8:21 am    Post subject: sup bolz Reply with quote

sup guys !!!!!
Back to top
View user's profile Send private message
b0b0
n00b
n00b


Joined: 18 Nov 2004
Posts: 43

PostPosted: Tue Mar 06, 2007 11:52 pm    Post subject: Reply with quote

beandog wrote:
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:

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.


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?
Back to top
View user's profile Send private message
pigeon768
l33t
l33t


Joined: 02 Jan 2006
Posts: 617

PostPosted: Mon Mar 12, 2007 11:19 pm    Post subject: Reply with quote

beandog wrote:
Yah thats because mplayer-bin doesnt have suppot for faad / faac built in. Youll have to use mplayer for that.
output from mplayer:
Code:
==========================================================================
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!
==========================================================================
Output from mplayer-bin:
Code:
==========================================================================
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 sound
Attempted to re-encode the video while copying the audio:
Code:
Audio format 0x4134504d is incompatible with '-oac copy', please try '-oac pcm' instead or use '-fafmttag' to override it.
Re-encoding the audio while copying the video mostly worked... no seeking, and no subtitles, and I don't speak the language.
b0b0 wrote:
Is there a way to workaround the lack of internal faad support?
Code:
for i in `ls`; do echo `mencoder $i -o mp3-$i.avi -ovc copy -oac lavc`; done
..if you don't need subtitles and don't need seeking support and are lucky enough that the codec doesn't break the .avi container.

We do need a real solution to this though.
_________________
My political bias.
Back to top
View user's profile Send private message
b0b0
n00b
n00b


Joined: 18 Nov 2004
Posts: 43

PostPosted: Tue Mar 13, 2007 1:39 pm    Post subject: Reply with quote

And it would be a little cumbersome to try this on streaming video. Hopefully this issue will be resolved quickly.
Back to top
View user's profile Send private message
beandog
Developer
Developer


Joined: 04 May 2003
Posts: 1948
Location: /usa/utah

PostPosted: Tue Mar 13, 2007 6:42 pm    Post subject: Reply with quote

For those of you wondering about the aac support, the problem is actually in the amd64 medialibs package, not mplayer.

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.
_________________
If it ain't broke, tweak it. packages | planet | blog | home
Back to top
View user's profile Send private message
b0b0
n00b
n00b


Joined: 18 Nov 2004
Posts: 43

PostPosted: Wed Mar 14, 2007 12:28 am    Post subject: Reply with quote

Looks like it isn't a difficult issue, then. Thanks for clearing that up. I guess we'll just have to wait until the next medialibs update.
Back to top
View user's profile Send private message
fumoffu
Apprentice
Apprentice


Joined: 25 Dec 2005
Posts: 179
Location: Somewhere between heaven and hell...

PostPosted: Fri Apr 06, 2007 4:45 pm    Post subject: Reply with quote

Hi there! Anything new regarding this AAC-issue? :)
_________________
"People said I should accept the world. Bullshit! I don't accept the world!"
- Richard Stallman

http://www.lastfm.de/user/penguin-guy
Back to top
View user's profile Send private message
b0b0
n00b
n00b


Joined: 18 Nov 2004
Posts: 43

PostPosted: Sat Apr 14, 2007 8:32 pm    Post subject: Reply with quote

Can we expect AAC support in the next medialibs update?
Back to top
View user's profile Send private message
Vash63
n00b
n00b


Joined: 11 Mar 2007
Posts: 36

PostPosted: Mon Dec 31, 2007 9:20 am    Post subject: Reply with quote

Sorry to bring this back from the dead, but I'm wondering if there's any news on this. It kind of sucks not being able to play videos that use aac audio in mplayer. Are there any other ways to do it on amd64?
Back to top
View user's profile Send private message
beandog
Developer
Developer


Joined: 04 May 2003
Posts: 1948
Location: /usa/utah

PostPosted: Mon Dec 31, 2007 5:10 pm    Post subject: Reply with quote

AAC will play back natively in mplayer on amd64, if that's what you meant.

As far as the 32-bit build .. if someone wants to update the ebuild and submit it to bugzilla, that'd be great. It's a royal pain.
_________________
If it ain't broke, tweak it. packages | planet | blog | home
Back to top
View user's profile Send private message
Vash63
n00b
n00b


Joined: 11 Mar 2007
Posts: 36

PostPosted: Mon Dec 31, 2007 8:41 pm    Post subject: Reply with quote

Yeah, it does, but that means I need two different players for different filetypes - kind of ruins the point of an all-in-one media player. Plus, how am I supposed to play an avi/mkv file with wmv video and aac audio?
Back to top
View user's profile Send private message
orionbelt
n00b
n00b


Joined: 05 Apr 2006
Posts: 66
Location: Brussels, Belgium

PostPosted: Mon Feb 11, 2008 11:33 am    Post subject: Reply with quote

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.

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?

As far as i can tell, there now is a 32-bit AAC library for mplayer-bin to link against:

http://www.mplayerhq.hu/DOCS/HTML/en/audio-codecs.html

http://www.audiocoding.com/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum