显示标签为“mplayer”的博文。显示所有博文
显示标签为“mplayer”的博文。显示所有博文

2007年5月8日星期二

解决Mplayer声音图像不同步问题!

把“Video”标签页的“Enable frame Dropping"(允许丢帧)勾选就可以解决声音与图像不同步。

2007年5月4日星期五

how to fix the Error:opening/initializing the selected video_out (-vo)device

you are getting this: Error opening/initializing the selected video_out (-vo)device error when you run mplayer , open terminal and run this command:
code:

 gmplayer -vo x11 -ao oss
and play your file. REMEMBER this only applies after installing mplayer and codecs.

I find many ubuntuers besides me meet this problem,hope this can help you.
Another question is mplayer can't play a movie file by fullcreen, then you should edit
~/.mplayer/config and just add the line:

Code:
zoom=yes
that seemed to do the trick .