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.
19 # Specify default video driver (see -vo help for a list).
22 # Use SDL video with the aalib subdriver by default.
27 # mode to use (read from fb.modes)
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.
49 # Change to a different videomode when going fullscreen.
52 # Override the autodetected color depth, may need 'vm=yes' as well.
55 # Enable software scaling (powerful CPU needed) for video output
56 # drivers that do not support hardware scaling.
59 # standard monitor size, with square pixels
62 # Use this for a widescreen monitor, non-square pixels.
65 # Keep the player window on top of all other windows.
73 # Specify default audio driver (see -ao help for a list).
76 # Use SDL audio driver with the esd subdriver by default.
79 # Specify the mixer device.
82 # Resample the sound to 44100Hz with the lavcresample audio filter.
83 #af=lavcresample=44100
90 # Pretend to be Window Media Player.
91 # Fixes playback when playlist and media file use the same URL.
92 #user-agent=NSPlayer/4.1.0.3856
94 # Drop frames to preserve audio/video sync.
97 # Specify your preferred skin here (skins are searched for in
98 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
101 # Resample the font alphamap.
102 # 0 plain white fonts
103 # 0.75 very narrow black outline (default)
104 # 1 narrow black outline
105 # 10 bold black outline
110 # Use 8MB input cache by default.
113 # Prefill 20% of the cache before starting playback.
116 # Prefill 50% of the cache before restarting playback after the cache emptied.
119 # DVD: Display English subtitles if available.
122 # DVD: Play English audio tracks if available.
130 # You can also include other configuration files.
131 #include = /path/to/the/file/you/want/to/include