LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   win32 codecs for Mplayer (https://www.linuxquestions.org/questions/linux-newbie-8/win32-codecs-for-mplayer-262113/)

mat_uk111 11-30-2004 12:11 PM

playing .wmv files in linux
 
How do you do it...

Mat

Ruben2 11-30-2004 12:17 PM

Doesn't Mplayer supports them, it's just a guess cause I'm (also) a newbie

csplinter 11-30-2004 12:18 PM

try mplayer, i read that it supports wmv files, can't say for sure as i dont use them myself

mat_uk111 11-30-2004 12:24 PM

I can't seem to get Mplayer working all I ever seem to get is the following error message - Error opening/initializing the selected video_out (-vo) decive

What's going on...

Mat

egag 11-30-2004 12:37 PM

well...xine can play that too.
and i've seen your error before, but i don't remember what i did to solve it ???

egag

mat_uk111 11-30-2004 01:03 PM

Great help egag ;o)

Is it an easy one to solve?

Mat

kevinatkins 11-30-2004 01:31 PM

hi,

to play .wmv files, as well as other Windows media files and Apple Quicktime, you need the win32 codec pack available for MPlayer / Xine. It's available for download - do a Google and you should find it easily.

mat_uk111 11-30-2004 03:02 PM

Do I unzip itand compile from source in the standard way?

Mat

scuzzman 11-30-2004 03:08 PM

Quote:

Originally posted by mat_uk111
I can't seem to get Mplayer working all I ever seem to get is the following error message - Error opening/initializing the selected video_out (-vo) decive

What's going on...

Mat

try
Code:

mplayer -vo x11 FILENAME
Where FILENAME is teh name of the video
and yes, mplayer supports wmv

xeq3x 11-30-2004 03:35 PM

to use wma in xmms, try
http://mcmcc.bat.ru/xmms-wma/

egag 11-30-2004 03:59 PM

--------
Great help egag ;o)

Is it an easy one to solve?

Mat
--------

well.. if i solved it ....that can't be hard :)
i think i started " gmplayer " ( that's the gui ) and clicked the configuration menu.
in the videotab you can set the video-out driver.

hope this is more help.

egag

chii-chan 12-01-2004 02:18 AM

What distro are you using? If it supports rpm then get everything here:

http://sunsite.icm.edu.pl/pub/linux/greysector/mplayer/

Maybe you're interested in this thread:

http://www.linuxquestions.org/questi...hreadid=257991

as it also related to -vo problem.

mat_uk111 12-02-2004 07:14 AM

Where do I unzip and store the relevant files once I have downloaded the directory?

Mat

mat_uk111 12-03-2004 07:38 AM

win32 codecs for Mplayer
 
Where do I put them?

ilikejam 12-03-2004 07:55 AM

Hi.

The default location is /usr/lib/win32

Dave

acid_kewpie 12-03-2004 07:56 AM

normally mplayer will look in /usr/lib/win32codecs i believe, but if you're compiling mplayer from source, you're free to put them anywhere, and tell mplayer where during the ./configure. if you're going from rpm for mplayer then you'll preumsably install them through an rpm anyway, so it doesn't mayyer.

ilikejam 12-03-2004 08:08 AM

There's an option in the Settings dialogue to change where Xine looks for win32 codecs, so you can really put them where you want.

Dave

Edit: Oops. For some reason I thought we were talking about Xine.

mat_uk111 12-03-2004 03:05 PM

Okay, I placed them in /usr/lib/win32 but that still doesn't stop the problem of video out error (-vo) problem. any possible solutions for that?

Mat

Tinkster 12-04-2004 12:47 PM

merge
 
I've merged your two very closely related
threads into one ...

spurious 12-04-2004 01:01 PM

mat_uk111: it would be helpful if you could indicate what distro you are using, and how you installed mplayer.

The vo option is your video output driver. Note that this is NOT the same thing as the driver for the video card. From a console, you can type 'mplayer -vo help' to see the full list.

Edit /etc/mplayer.conf to see if vo is set to a default. As someone posted earlier, try vo=x11 (that's what I use).

Also, mplayer requires some "RTFM"; see http://www.mplayerhq.hu. Mplayer is a challenging package to install correctly from source; you would be better off installing it from your distro's packaging manager. For me, in Debian (with 'deb ftp://ftp.nerim.net/debian-marillat/ unstable main' in my /etc/apt/sources.list), all I have to do is 'apt-get install mplayer-k7 mencoder-k7 w32codecs', and everything is automagically installed and configured.

fortezza 12-04-2004 03:27 PM

That is pretty weird. I do not have much to add, -vo gl or -vo gl2 or -vo sdl are a few options that I have used in the past. Good luck.

Can you post the error message that mplayer displays? That may help us troubleshoot.

mat_uk111 12-06-2004 10:36 AM

okay using the command line I can get mplayer to play .wmv files and work!!!

What I would like to do however is as Mplayer comes with mandrake as standard I can install it in the normal way and I wouldlike to be abletoclick on theMplayer icon to get it to work.

This distro I am using is mandrake 10.0.

Mat


All times are GMT -5. The time now is 03:59 AM.