LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-02-2003, 04:09 PM   #1
shanenin
Member
 
Registered: Aug 2003
Location: Rochester, MN, U.S.A
Distribution: Gentoo
Posts: 987

Rep: Reputation: 30
missing codec for mplayer


I recently compiled mplayer.91. I downloaded the package called extralite(from mplayers home page) which contained windows and quicktime codecs, and some others.When I play .wmv files I get this error(but it still plays)

Opening video decoder: [dshow] DirectShow video codecs
Win32 LoadLibrary failed to load: wmv8ds32.ax, /usr/local/lib/codecs/wmv8ds32.ax, /usr/lib/win32/wmv8ds32.ax, /usr/local/lib/win32/wmv8ds32.ax
Warning: DS_Filter() could not open DirectShow DLL. (DLL=wmv8ds32.ax, r=0x85af39c)
Failed to create DirectShow filter
ERROR: Could not open required DirectShow codec wmv8ds32.ax.

how come this codec was not included, I can not seem to find it anywhere. Is this just a simple problem of adding it and recompiling? And where do I find it.
 
Old 10-02-2003, 04:20 PM   #2
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Did you extract the extralite package to /usr/lib/win32?
 
Old 10-02-2003, 04:48 PM   #3
shanenin
Member
 
Registered: Aug 2003
Location: Rochester, MN, U.S.A
Distribution: Gentoo
Posts: 987

Original Poster
Rep: Reputation: 30
I packed them in /user/local/lib/codecs/. here is part of the README file below.
--------------------------------------------------------------------------
Unpack the codecs archives and put the contents in a directory where MPlayer
will find them. The default directory is /usr/local/lib/codecs/ (it used to be
/usr/local/lib/win32 in the past, this also works)
-----------------------------------------------------------------

I am able to watch quicktime movies and wmvs, so I think most must be installed
 
Old 10-02-2003, 06:12 PM   #4
shanenin
Member
 
Registered: Aug 2003
Location: Rochester, MN, U.S.A
Distribution: Gentoo
Posts: 987

Original Poster
Rep: Reputation: 30
I made a bad assumption that exralite contained all of the needed windows codecs. I found a bunch more on google, and installed them. I am not getting the error about missing codecs anymore. The wmv'a seem to be playing with the same quality, I am not sure how these new codecs helped.
 
Old 11-04-2003, 04:01 PM   #5
thegreatgatsby
Member
 
Registered: Aug 2003
Location: England
Distribution: SuSE 9.3 pro
Posts: 332

Rep: Reputation: 30
can I copy these codecs off my windows computer?
if so which ones do I need to put in my /usr/lib/win32 file?????
 
Old 11-04-2003, 04:32 PM   #6
shanenin
Member
 
Registered: Aug 2003
Location: Rochester, MN, U.S.A
Distribution: Gentoo
Posts: 987

Original Poster
Rep: Reputation: 30
I dought you can copy them of your windows computer, but not sure. I would find as many as possible before you compile. They need to be in that directory so it will compile with them properly. Goto the mplayer homepage and get a packgage of them. Then do a search on google to get more. the more complete the better.
 
Old 11-05-2003, 02:02 AM   #7
angelushu
Member
 
Registered: Oct 2003
Distribution: Slackware/SuSE/Fedora
Posts: 42

Rep: Reputation: 15
shanenin just extract extralite.tar.bz2 into /usr/local/lib/codecs/ and it'll work. It works just fine for me. You can also check http://www1.mplayerhq.hu/MPlayer/releases/codecs/ for aditional Win32, Quicktime and RealMedia codecs.
Hope you make it
 
Old 11-05-2003, 12:32 PM   #8
shanenin
Member
 
Registered: Aug 2003
Location: Rochester, MN, U.S.A
Distribution: Gentoo
Posts: 987

Original Poster
Rep: Reputation: 30
The first time I compiled mplayer I used the codecs found in th extalite pack. It gave me an error saying I was missing a windows codec, but still played it anyway(was it really needed?) I found the missing codec with google, then recompiled with it. It did not give me the error of missing it anymore. Still it did not seem to help play my windows movies better, just stopped giving me the error
 
Old 11-06-2003, 12:43 PM   #9
angelushu
Member
 
Registered: Oct 2003
Distribution: Slackware/SuSE/Fedora
Posts: 42

Rep: Reputation: 15
Weird! I've read the docs, compiled the binaries and works just fine. I had no problem with codecs and stuff, the gui is great, what can i say... a real masterpiece
 
Old 11-10-2003, 03:31 PM   #10
andrewstr
Member
 
Registered: Oct 2003
Location: WA--USA
Distribution: Red Hat 9, Suse 10.2
Posts: 144

Rep: Reputation: 15
Quote:
Originally posted by angelushu
Weird! I've read the docs, compiled the binaries and works just fine. I had no problem with codecs and stuff, the gui is great, what can i say... a real masterpiece
How did you install your codecs? I placed the codecs in the extralite.tar.bz2 file into /usr/local/lib/codecs (as per the documentation). I then ran the commands configure, make, and make install. During the make install, I got an error about not being able to locate ldconfig so I added /sbin to my path.

Every time I use mplayer or mencoder I get these type of messages:

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /home/andrewstr/.mplayer/config
Reading /home/andrewstr/.mplayer/codecs.conf: can't open '/home/andrewstr/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: can't open '/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf

How can I correct this?
 
Old 11-10-2003, 03:56 PM   #11
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
I don't think those errors cause the program to run incorrectly. You can simply find the existing files(i.e. mplayer.conf, codecs.conf, etc.) and copy them to the place that mplayer wants them. Then it won't complain anymore because the files are there.
 
Old 11-10-2003, 06:18 PM   #12
andrewstr
Member
 
Registered: Oct 2003
Location: WA--USA
Distribution: Red Hat 9, Suse 10.2
Posts: 144

Rep: Reputation: 15
OK. I found codecs.conf in the etc directory of the mplayer installation. As for mplayer.conf, "find" says it doesn't exist. Is that file required?

Quote:
Originally posted by Crashed_Again
I don't think those errors cause the program to run incorrectly. You can simply find the existing files(i.e. mplayer.conf, codecs.conf, etc.) and copy them to the place that mplayer wants them. Then it won't complain anymore because the files are there.
 
Old 11-14-2003, 07:14 AM   #13
angelushu
Member
 
Registered: Oct 2003
Distribution: Slackware/SuSE/Fedora
Posts: 42

Rep: Reputation: 15
Quote:
Originally posted by andrewstr
Using built-in default codecs.conf
In /home/user/.mplayer you'll find codecs.conf. You can now add (or remove) codecs. The extra codecs that i added were those for quicktime and real media, .mov doesn't work tough...
 
Old 11-14-2003, 12:02 PM   #14
andrewstr
Member
 
Registered: Oct 2003
Location: WA--USA
Distribution: Red Hat 9, Suse 10.2
Posts: 144

Rep: Reputation: 15
Can you play Real Audio from the web? I installed the codecs from the MPlayer website (which included Real Media) but when I give mplayer an http address to Real Audio it merely returns and error and stalls.

Quote:
Originally posted by angelushu
In /home/user/.mplayer you'll find codecs.conf. You can now add (or remove) codecs. The extra codecs that i added were those for quicktime and real media, .mov doesn't work tough...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MPlayer codec setup cast55 Linux - Software 1 02-19-2005 12:32 PM
watching quicktime on linx? missing qtmlclient.dll codec? minm Linux - Newbie 10 10-29-2004 12:54 AM
missing codec ChadFord Linux - Newbie 1 05-26-2004 02:33 PM
MPlayer codec Schopy Linux - Newbie 1 09-27-2003 02:50 PM
MPlayer and Codec Problem JC404 Linux - Software 7 08-14-2003 09:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration