]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - mplayer/config
a7c0c96b247c973a84632f4f30616a8348b03587
[config/dotfiles.git] / 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
9 # Use xv (preferred, hardware accelerated) or x11 as video driver.
10 vo=xv,x11
11 # Use ALSA as audio driver.
12 ao=alsa
13
14 # Fullscreen playback.
15 fs=yes
16 # Enable software scaling, necessary for video drivers which don't support
17 # hardware scaling like x11.
18 zoom=yes
19
20 # Prefer English and German audio and subtitles.
21 alang=en,de
22 slang=en,de
23
24 # Disable LIRC as I don't use it. Prevents a warning on startup.
25 nolirc=yes
26
27 # vim: ft=mplayerconf