LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   MPlayer -vo error (https://www.linuxquestions.org/questions/fedora-35/mplayer-vo-error-309244/)

hlinux 04-03-2005 11:16 AM

MPlayer -vo error
 
Hi.
I installed MPlayer using Synaptic..everything came out smoothly...my only (and big!) problem is that whenever I try to play a movie file I get this :
"FATAL ERROR"
"Error opening/initializing the selected video_out (-vo) device."
I'm running Fedora 3....and I have installed the Divx codecs
Can I get a non rocket science solution to this problem?
Preferably a non CLI one ...I'm totally newbie. :(

macemoneta 04-03-2005 11:58 AM

The default video out setting changed in the latest mplayer build in the repositories, and the new setting seems to be incompatible with many video cards. To work around the issue on the command line, use:

mplayer -vo xv some.avi

For the GUI version (gmplayer):

- Start gmplayer from the menu Applications->Sound and Video
- right-click on the player and select Preferences from the pop-up menu
- Click on the video tab at the top
- Click on the "xv X11/Xv" entry in the drivers list
- Click on OK
- Quit and restart gmplayer

hlinux 04-03-2005 03:03 PM

nope...
 
Hi...
Did what you said....Xv doesn't work at all
gl works but in a shaky slow motion....could be anything including the video quality of the file..(It's a movie downloaded via torrent/azureus.)
I'm going to try a DVD or another file to see what happens.
Any other sugestion will be accepted..

macemoneta 04-03-2005 03:30 PM

Do you have the accelerated driver for your video card installed (nvidia/ati)?

If so, open a terminal window and run 'glxgears'. wait about a minute, and see what the highest frame rate reported in the terminal window is.

Also include the output of 'glxinfo'.

mjmwired 04-03-2005 08:12 PM

Did you install by source or RPM?
Looks like you may have missed some dependencies.

What is the output of 'mplayer -vo help'?

trumanshow 07-22-2006 01:11 PM

I resolved my problem!
 
step1: "mplayer -vo help"
there will list available video output drivers for you.

step2: "vi ~/.mplayer/config"
add a line
"vo=XXX"
the XXX is one of the driver from the list above.

step3: Start the mplayer-gui from panel "application->Sound&video->Mplayer"
then right click it, "Preferences->Video", high-light the driver you choose in step2, and then "OK".
restart the mplayer-gui.

There will no Problem now!


All times are GMT -5. The time now is 05:04 PM.