LinuxQuestions.org
Review your favorite Linux distribution.
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 07-27-2003, 12:52 AM   #1
Igman
Member
 
Registered: Jul 2003
Posts: 41

Rep: Reputation: 15
MPlayer Codecs


Hi, i downloaded the mplayer codecs from mplayers site bu i need to know: how do i install them?
 
Old 07-27-2003, 12:56 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
You untar them into a directory, usually:
/usr/lib/win32
So something like:
tar xvjCf win32codecs.tar.bz2 /usr/lib
Might work, that is assuming when the tarball is bunzipped and untarred that the resulting file is a directory called win32. I rarely take that chance though, so here's how I'd do it:
mkdir /usr/lib/win32
cp win32codecs.tar.bz2 /usr/lib/win32
cd /usr/lib/win32
tar xvjf win32codecs.tar.bz2
If there is a directory now, cd into the directory:
cd win32
And move all the files out:
mv * ..
And finally cd yourself out:
cd ..
And remove the directory:
rm -r win32



Be sure that last command didn't just remove the directory from /usr/lib instead it removed the directory:
/usr/lib/win32/win32 (which is unnecessary).

Cool
 
Old 07-27-2003, 04:09 AM   #3
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you generally won't actually *need* them though, unless you're intent on playing lots of wmv files etc...
 
Old 07-27-2003, 04:11 AM   #4
eltongeoff
Member
 
Registered: Mar 2003
Posts: 76

Rep: Reputation: 15
if u tar with the t switch and not the x switch, say tar -tjvf, it'll tell u wut it creates. then u'll kno whether u need to create any folders or such.

Last edited by eltongeoff; 07-27-2003 at 04:13 AM.
 
  


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 codecs Solzhenitsyn SUSE / openSUSE 2 01-23-2005 02:08 PM
mplayer codecs mightyer2 Debian 5 08-16-2004 08:37 PM
Mplayer codecs LUB997 Linux - Software 3 12-12-2003 03:23 PM
Best codecs for Mplayer on RH 9?? kofi Linux - Software 1 06-28-2003 02:43 PM
MPlayer Codecs Crashed_Again Linux - Software 3 01-07-2003 08:22 PM

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

All times are GMT -5. The time now is 03:15 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