Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-12-2005, 07:06 PM   #1 (permalink)
NIN
 
True Techie

Join Date: Apr 2004

Posts: 202

NIN

Default Movie Player that plays divix

I need a good movie player. I can install mplayer with an RPM but have a hard time installing the tar to get the gui. Mplayer still won't play eveything. Any suggestions.
__________________
A+, Network+, and powerpoint certified

Studying Linux+
NIN is offline  
Old 02-12-2005, 08:03 PM   #2 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

Mplayer does play everything, and I mean everything.

get the codec package from Mplayers website and recompile/reinstall it
horndude is offline  
Old 02-12-2005, 11:32 PM   #3 (permalink)
 
Ultra Techie

Join Date: Jun 2004

Posts: 546

Musjunk22 is on a distinguished road

Default

I tried a player called Ogle, i think it is supposed to work through Kaffeine but it won't work I even installed the codecs and whatnot. I also tried mplayer I cant get that to work either.
__________________

Musjunk22 is offline  
Old 02-12-2005, 11:41 PM   #4 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

whats the problem?Whats ./configure say when you run it with mplayer?Ive compiled it on a bunch of systems, not a problem yet.
horndude is offline  
Old 02-12-2005, 11:48 PM   #5 (permalink)
 
Ultra Techie

Join Date: Jun 2004

Posts: 546

Musjunk22 is on a distinguished road

Default

What is ./configure? sorry I'm really new at this.
__________________

Musjunk22 is offline  
Old 02-12-2005, 11:54 PM   #6 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

http://www.mplayerhq.hu/homepage/design7/dload.html

go there, download source and essential codecs

tar xjvf the codecs file and as root mkdir /usr/local/lib/codecs
then move the contents of the codecs file in that newly created codecs directory
then extract the mplayer file and cd into its directory, then run ./configure, if all goes well, then run make, and as root make install, poof, youve got mplayer.
horndude is offline  
Old 02-13-2005, 12:02 AM   #7 (permalink)
 
Ultra Techie

Join Date: Jun 2004

Posts: 546

Musjunk22 is on a distinguished road

Default

Yes, as i said i am very new at this, i got almost half of what you said, I'm confused about xjvf and mkdir, what is that? Do you mean extract the tar and make a new directory? and when you say extract the mplayer files into it's directory what directory is that? I have an rpm not a compacted folder.
__________________

Musjunk22 is offline  
Old 02-13-2005, 12:07 AM   #8 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

yep, in a terminal--->screen with prompt where you type in commands
log in as root or type su to get to be root
tar xvjf essential<whatever its called>
mkdir /usr/local/lib/codecs
cd essential<filename>........just type esse and hit tab key, it will fill in the rest
then mv * /usr/loca/lib/codecs
then cd ..
then:
tar xvf MPlay and hit tab key then return
then cd MPla and hit tab key and return
then ./configure
then make
then make install
then exit
type mplayer to test it
thats all there is to it
horndude is offline  
Old 02-13-2005, 12:09 AM   #9 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

oh ya you will be starting wherever you downloaded Mplayer and the codecs to, usually its /home/<yourusername>

the above is called compiling form source code, ./configure generates a makefile so gcc which is the compiler can run with the right configuration and compile the program with the appropriate features in your system, make compiles it, make install installs it.
horndude is offline  
Old 02-13-2005, 12:10 AM   #10 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

if youve got an rpm, I think you type rpm -i <filename>, but if your missing something you may have to track down some other rpms
horndude is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On