QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Gaming > Sony PlayStation 3 > PS3 Main > PS3 Linux
The above video goes away if you are a member and logged in, so log in now!

MPlayer/VLC Issue

This is a discussion on MPlayer/VLC Issue within the PS3 Linux forums, part of the PS3 Main category; I installed Mplayer in Gentoo. I can play music files just fine through MPlayer, but when I try to play ...

Reply
 
LinkBack Thread Tools
Old 04-19-2007, 04:08 PM   #1
 
Join Date: Mar 2007
Location: USA
Posts: 28
Trader Feedback: 0
Default MPlayer/VLC Issue

I installed Mplayer in Gentoo. I can play music files just fine through MPlayer, but when I try to play a movie I get this error message:

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

Also when I try to play anything via VLC it sounds like there is major reverb. I can see the movie file just fine, but the audio is messed up.

Any suggestions on how to fix both would be appreciated.
Hosker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2007, 06:31 PM   #2
 
hexonn's Avatar
 
Join Date: Feb 2007
Location: Calif
Posts: 75
Trader Feedback: 0
Default

what settings are you using with mplayer? ie
gmplayer -vo x11 -ao oss -fs -zoom -sws 0



vlc does have an equalizer, maybe you moved it?
hexonn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2007, 06:38 PM   #3
 
Dr.Gringo's Avatar
 
Join Date: Aug 2006
Posts: 106
Trader Feedback: 0
Default

Aight, if u want to run mplayer from command line u must type this:
Code:
# mplayer -vo x11 -ao oss -fs -zoom -sws 0 /path/to/file
Where /path/to/file is the location of your video file.

If you want to run mplayer from the gui edit its corresponding shortcut to say this in the command field.
Code:
gmplayer -vo x11 -ao oss -fs -zoom -sws 0
If you are using Gnome like myself and u want to edit the shortcut u will have to go to:
Code:
System > Preferences > Menu Layout > Sound & Video > Mplayer(right click properties, command field)
Optionally u can input whatever resolution u want by changing your shortcut to this:
Code:
gmplayer -vo x11 -ao oss -zoom -x 576 -y 384 -sws 0
Change the X and Y values to your desired resolution.

WARNING: If the resolution is too big the video will lag a lot.

Mplayer Settings:

Code:
Preferences > Audio > OSS > Configure Driver
Device: Driver Default
Mixer: Driver Default
Mixer Chanel: Driver Default

Code:
Preferences > Audio > ALSA > Configure Driver
Device: Default
Mixer: Driver Default
Mixer Chanel: Driver Default

Code:
Codecs & Demuxer > Audio Codec Family > Mpeg Layer-2, Layer-3
Dr.Gringo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2007, 07:45 PM   #4
 
Join Date: Mar 2007
Location: USA
Posts: 28
Trader Feedback: 0
Default

localhost ~ # gmplayer -vo x11 -ao oss -fs -zoom -sws 0
MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team
AltiVec found
CPU: PowerPC
vo: couldn't open the X11 display ()!
MPlayer GUI requires X11.
Usage: mplayer [options] [url|path/]filename

Why can't it open up the x11 display?
Hosker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2007, 07:56 PM   #5
 
Join Date: Jun 2006
Location: End of the World
Posts: 5,150
Trader Feedback: 0
Default

I had the same problem with MPlayer. Not on linux atm so cant tell you exactly how to fix but you just need to change the video settings. So open MPlayer and go to like options and change the video settings.
Sinfulfate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2007, 10:54 PM   #6
 
Dr.Gringo's Avatar
 
Join Date: Aug 2006
Posts: 106
Trader Feedback: 0
Default

Try loading mplayer with the command line method. That should work, or you are definately doing something wrong.
Dr.Gringo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-21-2007, 12:52 PM   #7
 
hexonn's Avatar
 
Join Date: Feb 2007
Location: Calif
Posts: 75
Trader Feedback: 0
Default

what use flags are you using with mplayer? do you have "X" as one
hexonn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-21-2007, 05:36 PM   #8
 
Join Date: Mar 2007
Location: USA
Posts: 28
Trader Feedback: 0
Default

No, I just typed emerge mplayer, how would I go about putting in use flags and what ones should I put in?
Hosker is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-22-2007, 12:37 PM   #9
 
hexonn's Avatar
 
Join Date: Feb 2007
Location: Calif
Posts: 75
Trader Feedback: 0
Default

well, you have a few options then, you cand remove it by using
emerge --unmerge mplayer
and then installing it once again, but this time using -G to get it from the Binhost if you have this line PORTAGE_BINHOST="http://ftp-chi.osuosl.org/pub/gentoo-ps3/grp32/All/" in make.conf


so just use
emerge -vG mplayer
and it will install it very quickly




If you still need to add certain flags just use type
emerge -pv mplayer
and look to see what flags it is using (they're in red i think). For example if aac, flac, dvd aren't selected and you want it to use them, use
echo "media-video/mplayer aac flac dvd" >> /etc/portage/package.use


and finaly use this to update and recompile mplayer with those new flags
emerge --newuse mplayer



You can also do this with VLC and install it using -G
hexonn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
issue , mplayer or vlc

Thread Tools

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 Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 06:40 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us