wok diff mplayer-opt/stuff/mplayer.conf @ rev 19552
Up smtube (16.7.2), smplayer (16.11.0)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Dec 10 13:06:49 2016 +0100 (2016-12-10) |
parents | 03f6246616fd |
children |
line diff
1.1 --- a/mplayer-opt/stuff/mplayer.conf Sun Aug 10 01:59:37 2014 +0200 1.2 +++ b/mplayer-opt/stuff/mplayer.conf Sat Dec 10 13:06:49 2016 +0100 1.3 @@ -3,11 +3,16 @@ 1.4 # 1.5 1.6 # Specify default video driver (see -vo help for a list). 1.7 +# xv is slow with xcompmgr/compton 1.8 vo=xv,x11,fbdev2, 1.9 1.10 +# vf=scale 1.11 +# vf=eq2 1.12 + 1.13 # Specify default audio driver (see -ao help for a list). 1.14 -ao=oss,alsa:device=hw=0.0,alsa, 1.15 -ac=mad, 1.16 +ao=oss,sdl,alsa, 1.17 +# ao=oss,sdl,alsa:device=hw=0.0,alsa, 1.18 +# af= 1.19 1.20 stop-xscreensaver="1" 1.21 heartbeat-cmd='echo -n ""'