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 vdpau codecs when using -vo vdpau.
21 #vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
23 # Specify default video driver (see -vo help for a list).
26 # Use SDL video with the aalib subdriver by default.
31 # mode to use (read from fb.modes)
34 # location of the fb.modes file
35 #fbmodeconfig = /etc/fb.modes
37 # Specify your monitor timings for the vesa and fbdev video output drivers.
38 # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
39 # that exceed the capabilities of your monitor, you may damage it.
41 # horizontal frequency range (k stands for 1000)
42 #monitor-hfreq = 31.5k-50k,70k
44 # vertical frequency range
45 #monitor-vfreq = 50-90
47 # dotclock (or pixelclock) range (m stands for 1000000)
48 #monitor-dotclock = 30M-300M
50 # Start in fullscreen mode by default.
53 # Change to a different videomode when going fullscreen.
56 # Override the autodetected color depth, may need 'vm=yes' as well.
59 # Enable software scaling (powerful CPU needed) for video output
60 # drivers that do not support hardware scaling.
63 # standard monitor size, with square pixels
66 # Use this for a widescreen monitor, non-square pixels.
69 # Keep the player window on top of all other windows.
77 # Specify default audio driver (see -ao help for a list).
80 # Use SDL audio driver with the esd subdriver by default.
83 # Specify the mixer device.
86 # Resample the sound to 44100Hz with the lavcresample audio filter.
87 #af=lavcresample=44100
89 # Output audio to S/PDIF
91 #ac=hwac3,hwdts,hwmpa,
97 # Pretend to be Window Media Player.
98 # Fixes playback when playlist and media file use the same URL.
99 #user-agent=NSPlayer/4.1.0.3856
101 # Pretend to be Quicktime
102 # Fixes playback for apple.com/trailers redirects
103 #user-agent="QuickTime"
105 # Drop frames to preserve audio/video sync.
108 # Specify your preferred skin here (skins are searched for in
109 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
112 # Resample the font alphamap.
113 # 0 plain white fonts
114 # 0.75 very narrow black outline (default)
115 # 1 narrow black outline
116 # 10 bold black outline
121 # Use 8MB input cache by default.
124 # Prefill 20% of the cache before starting playback.
127 # Prefill 50% of the cache before restarting playback after the cache emptied.
130 # DVD: Display English subtitles if available.
133 # DVD: Play English audio tracks if available.
144 # You can also include other configuration files.
145 #include = /path/to/the/file/you/want/to/include