Notices


Reply
Thread Tools
Posts: 262 | Thanked: 315 times | Joined on Jun 2010
#1
According to "mplayer -ac help | grep mad", libmad support is compiled in:
Code:
~ $ mplayer -ac help | grep libmad
mad         libmad    working   libMAD MPEG layer 1-2-3  (libmad)
And I have package libmad0 installed:
Code:
~ $ dpkg-query --status libmad0
Package: libmad0
Status: install ok installed
Yet when I try to play mp3s with mplayer and libmad (to use less CPU):
Code:
~ $ mplayer -ac mad -ao pulse -quiet MyDocs/Music/Global_Communication/1-76-14/76-14-01-4_02.mp3 
MPlayer SVN-r30099-4.2.1 (C) 2000-2009 MPlayer Team

Playing MyDocs/Music/Global_Communication/1-76-14/76-14-01-4_02.mp3.
Audio only file format detected.
Clip info:
 Title: 4 02
 Artist: Global Communication
 Album: 76-14
 Year: 
 Comment: 
 Track: 1
 Genre: Unknown
==========================================================================
Forced audio codec: mad
Requested audio codec family [mad] (afm=libmad) not available.
Enable it at compilation.
Cannot find codec for audio format 0x55.
Audio: no sound
Video: no video


Exiting... (End of file)
Any suggestions? I'm wondering if mplayer is expecting a symlink to libmad that doesn't exist.
 
Posts: 262 | Thanked: 315 times | Joined on Jun 2010
#2
Just ran an strace, and mplayer doesn't even try to stat libmad, which would indicate it's not compiled in.

But the output of "mplayer -ac help" says otherwise !?
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:24.