]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - multimedia/mplayer/config
Merge branch 'multimedia'
[config/dotfiles.git] / multimedia / mplayer / config
1 # MPlayer configuration file.
2 #
3 # Important notes:
4 # - Don't set the cache in here. It applies to all protocols and causes
5 #   problems for DVDs (in /dev/dvd and stored on hard disk). Use the -cache
6 #   command line option where necessary.
7
8 # Copyright (C) 2011-2012  Simon Ruderich
9 #
10 # This file is free software: you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation, either version 3 of the License, or
13 # (at your option) any later version.
14 #
15 # This file is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 # GNU General Public License for more details.
19 #
20 # You should have received a copy of the GNU General Public License
21 # along with this file.  If not, see <http://www.gnu.org/licenses/>.
22
23
24 # Use xv (preferred, hardware accelerated) or x11 as video driver.
25 vo=xv,x11
26 # Use ALSA as audio driver.
27 ao=alsa
28
29 # Fullscreen playback.
30 fs=yes
31 # Enable software scaling, necessary for video drivers which don't support
32 # hardware scaling like x11.
33 zoom=yes
34
35 # Prefer English and German audio and subtitles.
36 alang=en,de
37 slang=en,de
38
39 # Disable LIRC as I don't use it. Prevents a warning on startup.
40 nolirc=yes
41
42 # Disable the mouse, no need for it. Prevents accidental skipping with the
43 # touchpad (scroll wheel) for example.
44 nomouseinput=yes
45
46 # vim: ft=mplayerconf