reverted useless r24539
[mplayer/glamo.git] / etc / example.conf
bloba2a04cde90951ca1ab10ebaca81d5bea883d4288
2 # MPlayer configuration file
4 # Configuration files are read system-wide from /usr/local/etc/mplayer.conf
5 # and per user from ~/.mplayer/config, where per-user settings override
6 # system-wide settings, all of which are overrriden by the command line.
8 # The configuration file settings are the same as the command line
9 # options without the preceding '-'.
11 # See the CONFIGURATION FILES section in the man page
12 # for a detailed description of the syntax.
15 ##################
16 # video settings #
17 ##################
19 # Specify default video driver (see -vo help for a list).
20 #vo=xv
22 # Use SDL video with the aalib subdriver by default.
23 #vo = sdl:aalib
25 # FBdev driver:
27 # mode to use (read from fb.modes)
28 #fbmode = 640x480-120
30 # location of the fb.modes file
31 #fbmodeconfig = /etc/fb.modes
33 # Specify your monitor timings for the vesa and fbdev video output drivers.
34 # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
35 # that exceed the capabilities of your monitor, you may damage it.
37 # horizontal frequency range (k stands for 1000)
38 #monitor-hfreq = 31.5k-50k,70k
40 # vertical frequency range
41 #monitor-vfreq = 50-90
43 # dotclock (or pixelclock) range (m stands for 1000000)
44 #monitor-dotclock = 30M-300M
46 # Start in fullscreen mode by default.
47 #fs=yes
49 # Change to a different videomode when going fullscreen.
50 #vm=yes
52 # Override the autodetected color depth, may need 'vm=yes' as well.
53 #bpp=0
55 # Enable software scaling (powerful CPU needed) for video output
56 # drivers that do not support hardware scaling.
57 #zoom=yes
59 # standard monitor size, with square pixels
60 #monitoraspect=4:3
62 # Use this for a widescreen monitor, non-square pixels.
63 #monitoraspect=16:9
65 # Keep the player window on top of all other windows.
66 #ontop=yes
69 ##################
70 # audio settings #
71 ##################
73 # Specify default audio driver (see -ao help for a list).
74 #ao=oss
76 # Use SDL audio driver with the esd subdriver by default.
77 #ao = sdl:esd
79 # Specify the mixer device.
80 #mixer = /dev/mixer
82 # Resample the sound to 44100Hz with the lavcresample audio filter.
83 #af=lavcresample=44100
86 ##################
87 # other settings #
88 ##################
90 # Drop frames to preserve audio/video sync.
91 #framedrop = yes
93 # Specify your preferred skin here (skins are searched for in
94 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
95 #skin = Abyss
97 # Resample the font alphamap.
98 # 0     plain white fonts
99 # 0.75  very narrow black outline (default)
100 # 1     narrow black outline
101 # 10    bold black outline
102 #ffactor = 0.75
104 # cache settings
106 # Use 8MB input cache by default.
107 #cache = 8192
109 # Prefill 20% of the cache before starting playback.
110 #cache-min = 20.0
112 # Prefill 50% of the cache before restarting playback after the cache emptied.
113 #cache-seek-min = 50
115 # DVD: Display English subtitles if available.
116 #slang = en
118 # DVD: Play English audio tracks if available.
119 #alang = en
122 # You can also include other configuration files.
123 #include = /path/to/the/file/you/want/to/include