|
|
发表于 2004-11-1 17:59:57
|
显示全部楼层
试试 mplayer -vo x11 movie.avi
或者把这个选项加入到~/.mplayer/config里。下面是我的config供参考:
- vo=x11 # To specify default video driver (see -vo help for
- # list)
- fs=no # Enlarges movie window to your desktop's size.
- # Used by drivers: all
- framedrop = yes # drop frames, when not in sync (slow CPU, videocard,
- # etc)
- hardframedrop=yes
- cache = 8192 # use 8Mb input cache by default
- zoom=no # Enable software scaling (powerful CPU needed)
复制代码 |
|