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 06-03-2003, 12:07 AM   #1
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Rep: Reputation: 15
mplayer


I have it installed

but I cant to play a movie or video file

Im thinking mabey the codecs arent in it how do I put them in I downloaded the package of win32 codecs fromt he mplayer site somebody please help
 
Old 06-03-2003, 12:11 AM   #2
linux_pioneer
Member
 
Registered: May 2003
Distribution: Solaris 10, Solaris 8.0, Fedora Core 3
Posts: 203

Rep: Reputation: 30
Here is a good tutorial:
www.tuxpower.f2g.net
It was a bit easier to understand than the mplayer documentation
 
Old 06-03-2003, 12:18 AM   #3
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Original Poster
Rep: Reputation: 15
how do I install the codecs I have them and they are unzipped ?

let me know I want to watch somthing really badly

Last edited by s9722; 06-03-2003 at 12:48 AM.
 
Old 06-03-2003, 12:48 AM   #4
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Original Poster
Rep: Reputation: 15
wtf why is it I cant gt help around here anymore...

that link doesnt even work!
 
Old 06-03-2003, 03:17 AM   #5
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
I recommend you go to http://valhalla.freshrpms.net/ and install apt:

http://valhalla.freshrpms.net/rpm.html?id=586

Then installation is as easy as:

apt-get install mplayer
 
Old 06-03-2003, 12:26 PM   #6
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Original Poster
Rep: Reputation: 15
that is how I did install it...



ok I installed the codecs so you tell me what the problem is....Im trying to play an .AVI file

and I get an error that says
cant't find codec matching selected -vo and video format 0x33564944!

thats the error I put the codecs in and everything but its still finding them I used the .rpm files for the codecs btw

and also there might be somthing wrong with my config file all it says in it are write your own default config options here or somthing like that

or if I change the preferances a little bit I get

Fatal error

opening/initializing the selected video_out (-vo) device!

Last edited by s9722; 06-03-2003 at 12:32 PM.
 
Old 06-03-2003, 12:33 PM   #7
ddpicard
Member
 
Registered: Oct 2001
Location: Texas
Distribution: Slackware 13
Posts: 214

Rep: Reputation: 31
From my experience you are better off to download the source MPlayer-0.90.tar.bz2 and compile it yourself. Sometimes the RPM's you get don't have all the codecs and installing them from RPM's just sometimes does not work.

After fighting with problems like yours I started downloading the source and I have not had any problems since.

dave
 
Old 06-03-2003, 12:35 PM   #8
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Original Poster
Rep: Reputation: 15
I cant install from source I just dont know how...

and when I try I have troubles
 
Old 06-03-2003, 03:38 PM   #9
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Quote:
Originally posted by s9722
that is how I did install it...
and I get an error that says
cant't find codec matching selected -vo and video format 0x33564944!
...
opening/initializing the selected video_out (-vo) device!
Did you try other video output drivers? You can list the available drivers like this:

gmplayer -vo help


You can also grab a rpm with the win32 codecs here:

http://cambuca.ldhs.cetuc.puc-rio.br....52-1.i386.rpm
 
Old 06-03-2003, 03:57 PM   #10
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
If you can run gui, into properties/options (use mouse right click into the gui) you can go into video and try the options there such as Xv, X11, vo and anything else there until you get it open the files properly...
 
Old 06-04-2003, 01:10 AM   #11
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Original Poster
Rep: Reputation: 15
I only have three differnt options there
xv
x11
xvidix

and none of them work

Although when I set it to x11 I get
Can't find codec matching selected -vo and video format 0x33564944
 
Old 06-04-2003, 01:13 AM   #12
s9722
Member
 
Registered: May 2003
Location: shannon IL
Distribution: slackware 9.1
Posts: 132

Original Poster
Rep: Reputation: 15
to install these codecs you just rpm -ivh right nothing else?

by the way I have the codecs installed already it just seems that Mplayer isnt finding them how do I set Mplayer to use them?

--------------------------------------------------------------------------------------

aww no000 sorry for the double post....it was an accident...

Last edited by s9722; 06-04-2003 at 01:17 AM.
 
Old 06-04-2003, 04:05 AM   #13
MadNewbie
Member
 
Registered: Jun 2003
Posts: 31

Rep: Reputation: 15
To use the win codecs I believe you need to put it in a folder /usr/lib/win32/ I think it is, but it probably says so in the Readme file for the package. Anyway you need to have all the codecs you are going use with mplayer, before you compile. So you have to recompile if you get new codecs.

I think I saw something about you using rpms, well I am not very familiar with em, but i believe you can just use a update option to do the changes in mplayer that you need to make it work.

something like this:
rpm -U mplayer.rpm

Anyway for more details about this take a look here
 
Old 06-04-2003, 12:37 PM   #14
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
Quote:
Originally posted by s9722
I only have three differnt options there
xv
x11
xvidix

and none of them work

Although when I set it to x11 I get
Can't find codec matching selected -vo and video format 0x33564944
when I type "gmplayer -vo help" it show me more options than the gui shows me:

Available video output drivers:
xv X11/Xv
x11 X11 ( XImage/Shm )
gl X11 (OpenGL)
gl2 X11 (OpenGL) - multiple textures version
dga DGA ( Direct Graphic Access V2.0 )
sdl SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!)
fbdev Framebuffer Device
aa AAlib
png PNG file
jpeg JPEG file
gif89a animated GIF output
null Null video output
pgm PGM file
md5 MD5 sum
mpegpes Mpeg-PES file
yuv4mpeg yuv4mpeg output for mjpegtools (to "stream.yuv")
vesa VESA VBE 2.0 video output
xvidix X11 (VIDIX)


Maybe "gmplayer -vo sdl" or something else will work for you
 
Old 06-04-2003, 12:43 PM   #15
Anjan
LQ Newbie
 
Registered: Aug 2002
Location: New York
Distribution: Redhat 9
Posts: 7

Rep: Reputation: 0
Why not use apt-get?

Your profile says you are currently using Redhat 7.3. I'm thinking that's probably because you haven't updated it and are currently running RH9.

If you are then you can use apt-get and Synaptic combination to get out of dependency hell. I used to have tremedous problems getting media players to work and its a cinch now. If you need help installing apt-get and Synaptic, let me know...
 
  


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
using mplayer with .asx without -playlist? Would be useful for mplayer plug-in pierrethibault Linux - Software 1 02-18-2005 08:12 AM
No sound in mplayer or mplayer firefox plugin case1984 Linux - Newbie 1 01-21-2005 12:58 AM
How to install mplayer gui after installing mplayer kaega2 Linux - Software 5 10-07-2003 10:44 AM
More mplayer issues...no /.mplayer folder?! lt1derful Linux - Software 3 08-03-2003 09:09 PM
mplayer is cool ... mplayer plug-in is even cooler..! linuxlah Linux - General 4 07-16-2003 10:55 PM

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

All times are GMT -5. The time now is 06:24 AM.

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