wok-next view mplayer-cli/stuff/mplayer.conf @ rev 20037

Up sshttp (0-35s2), sshguard (2.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 18:48:45 2017 +0200 (2017-10-22)
parents aac6b4243788
children b87a339c501d
line source
1 # /etc/mplayer/mplayer.conf: MPlayer default configuration for SliTaz.
2 # For more info and examples, please see: /etc/mplayer/example.conf
3 #
5 # Specify default video driver (see -vo help for a list).
6 # xv is slow with xcompmgr/compton
7 vo=xv,x11,fbdev2,
8 vf=eq2
9 # zoom=yes
11 # Specify default audio driver (see -ao help for a list).
12 # ao=oss,sdl,alsa,
13 ao=oss,alsa:device=hw=0.0,alsa,
14 # af=
16 # mp3 support:
17 ac=mad,
19 stop-xscreensaver="1"
20 heartbeat-cmd='echo -n ""'
21 quiet="1"