![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
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 ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
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. |
|
|
|
|
|
|
#3 |
![]() |
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 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 Code:
System > Preferences > Menu Layout > Sound & Video > Mplayer(right click properties, command field) Code:
gmplayer -vo x11 -ao oss -zoom -x 576 -y 384 -sws 0 WARNING: If the resolution is too big the video will lag a lot. Mplayer Settings: Code:
Preferences > Audio > OSS > Configure Driver Mixer: Driver Default Mixer Chanel: Driver Default Code:
Preferences > Audio > ALSA > Configure Driver Mixer: Driver Default Mixer Chanel: Driver Default Code:
Codecs & Demuxer > Audio Codec Family > Mpeg Layer-2, Layer-3 |
|
|
|
|
|
#4 |
|
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? |
|
|
|
|
|
|
#5 |
![]() |
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.
|
|
|
|
|
|
#9 |
![]() |
well, you have a few options then, you cand remove it by using
emerge --unmerge mplayerand 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 mplayerand it will install it very quickly If you still need to add certain flags just use type emerge -pv mplayerand 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 |
|
|
|
![]() |
| Tags |
| issue , mplayer or vlc |
| Thread Tools | |
|
|