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.
14 # Profiles should be at the bottom of the config file to ensure you dont
15 # put default options under profiles accidentally.
22 # Specify vdpau codecs when using -vo vdpau.
24 #vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
25 # Most video filters do not work with vdpau.
28 # Make sure options under vo.vdpau profile are counted when vdpau is not used
31 # Specify default video driver (see -vo help for a list).
34 # Use SDL video with the aalib subdriver by default.
39 # mode to use (read from fb.modes)
42 # location of the fb.modes file
43 #fbmodeconfig = /etc/fb.modes
45 # Specify your monitor timings for the vesa and fbdev video output drivers.
46 # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
47 # that exceed the capabilities of your monitor, you may damage it.
49 # horizontal frequency range (k stands for 1000)
50 #monitor-hfreq = 31.5k-50k,70k
52 # vertical frequency range
53 #monitor-vfreq = 50-90
55 # dotclock (or pixelclock) range (m stands for 1000000)
56 #monitor-dotclock = 30M-300M
58 # Start in fullscreen mode by default.
61 # Change to a different videomode when going fullscreen.
64 # Override the autodetected color depth, may need 'vm=yes' as well.
67 # Enable software scaling (powerful CPU needed) for video output
68 # drivers that do not support hardware scaling.
71 # standard monitor size, with square pixels
74 # Use this for a widescreen monitor, non-square pixels.
77 # Keep the player window on top of all other windows.
85 # Specify default audio driver (see -ao help for a list).
88 # Use SDL audio driver with the esd subdriver by default.
91 # Specify the mixer device.
94 # Resample the sound to 44100Hz with the lavcresample audio filter.
95 #af=lavcresample=44100
97 # Output audio to S/PDIF
99 #ac=hwac3,hwdts,hwmpa,
105 # Pretend to be Window Media Player.
106 # Fixes playback when playlist and media file use the same URL.
107 #user-agent=NSPlayer/4.1.0.3856
109 # Pretend to be Quicktime
110 # Fixes playback for apple.com/trailers redirects
111 #user-agent="QuickTime"
113 # Pretend to be Realplayer SP
114 # Fixes playback for some video streaming sites
117 # Pretend to be Winamp
118 # Fixes playback of some NSV streams
119 #user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
121 # Drop frames to preserve audio/video sync.
124 # Specify your preferred skin here (skins are searched for in
125 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
128 # Resample the font alphamap.
129 # 0 plain white fonts
130 # 0.75 very narrow black outline (default)
131 # 1 narrow black outline
132 # 10 bold black outline
137 # Use 8MB input cache by default.
140 # Prefill 20% of the cache before starting playback.
143 # Prefill 50% of the cache before restarting playback after the cache emptied.
146 # DVD: Display English subtitles if available.
149 # DVD: Play English audio tracks if available.
160 # You can also include other configuration files.
161 #include = /path/to/the/file/you/want/to/include