LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mplayer .mkv sound problem (https://www.linuxquestions.org/questions/linux-newbie-8/mplayer-mkv-sound-problem-363107/)

mcah5 09-13-2005 07:19 PM

mplayer .mkv sound problem
 
I'm having trouble getting sound to work when playing .mkv files with mplayer

Typing in:
# mplayer movie.mkv

I get:
Trying to force audio codec driver family libmad...
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
mplayer: relocation error: mplayer: undefined symbol: faacDecOpen

So I try using another audio codec

Typing in:
# mplayer -ac mad movie.mkv

I get:
Forced audio codec: mad
Cannot find codec for audio format 0x4134504D.
Read DOCS/HTML/en/codecs.html!

The video plays, but there is no sound. I was wondering if there was a specific audio codec I should have used.

mcah5 09-13-2005 07:28 PM

Oh, and I tried downloading libfaad2_0 through urpmi. It says everything has already been installed.

grammarsoft 09-22-2006 10:42 AM

Solution - MKV format no sound
 
You will need to download and compile the following libraries from Matroska official site.

libeblml
libmatroska

Once compiled you can copy the libs to the default codecs directory e.g. /usr/lib/codecs or /usr/local/lib/codecs


All times are GMT -5. The time now is 05:46 PM.