vo_gl: make shader code generation easier to deal with
[mplayer.git] / etc / example.conf
blob3544ee966630e3dbc199a70b784535044fd9f153
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 placed at the bottom of the configuration file to ensure
15 # that settings wanted as defaults are not restricted to specific profiles.
18 ##################
19 # video settings #
20 ##################
22 # Specify default video driver (see -vo help for a list).
23 #vo=xv
25 # Use SDL video with the aalib subdriver by default.
26 #vo = sdl:aalib
28 # FBdev driver:
30 # mode to use (read from fb.modes)
31 #fbmode = 640x480-120
33 # location of the fb.modes file
34 #fbmodeconfig = /etc/fb.modes
36 # Specify your monitor timings for the vesa and fbdev video output drivers.
37 # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
38 # that exceed the capabilities of your monitor, you may damage it.
40 # horizontal frequency range (k stands for 1000)
41 #monitor-hfreq = 31.5k-50k,70k
43 # vertical frequency range
44 #monitor-vfreq = 50-90
46 # dotclock (or pixelclock) range (m stands for 1000000)
47 #monitor-dotclock = 30M-300M
49 # Start in fullscreen mode by default.
50 #fs=yes
52 # Change to a different videomode when going fullscreen.
53 #vm=yes
55 # Override the autodetected color depth, may need 'vm=yes' as well.
56 #bpp=0
58 # Enable software scaling (powerful CPU needed) for video output
59 # drivers that do not support hardware scaling.
60 #zoom=yes
62 # standard monitor size, with square pixels
63 #monitoraspect=4:3
65 # Use this for a widescreen monitor, non-square pixels.
66 #monitoraspect=16:9
68 # Keep the player window on top of all other windows.
69 #ontop=yes
72 ##################
73 # audio settings #
74 ##################
76 # Specify default audio driver (see -ao help for a list).
77 #ao=oss
79 # Use SDL audio driver with the esd subdriver by default.
80 #ao = sdl:esd
82 # Specify the mixer device.
83 #mixer = /dev/mixer
85 # Resample the sound to 44100Hz with the lavcresample audio filter.
86 #af=lavcresample=44100
88 # Output audio to S/PDIF
89 #ao=alsa:device=spdif
90 #ac=hwac3,hwdts,hwmpa,
93 ##################
94 # other settings #
95 ##################
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 # Pretend to be Realplayer SP
106 # Fixes playback for some video streaming sites
107 #user-agent=RMA/1.0
109 # Pretend to be Winamp
110 # Fixes playback of some NSV streams
111 #user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
113 # Drop frames to preserve audio/video sync.
114 #framedrop = yes
116 # Specify your preferred skin here (skins are searched for in
117 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
118 #skin = Abyss
120 # Resample the font alphamap.
121 # 0     plain white fonts
122 # 0.75  very narrow black outline (default)
123 # 1     narrow black outline
124 # 10    bold black outline
125 #ffactor = 0.75
127 # cache settings
129 # Use 8MB input cache by default.
130 #cache = 8192
132 # Prefill 20% of the cache before starting playback.
133 #cache-min = 20.0
135 # Prefill 50% of the cache before restarting playback after the cache emptied.
136 #cache-seek-min = 50
138 # DVD: Display English subtitles if available.
139 #slang = en
141 # DVD: Play English audio tracks if available.
142 #alang = en
145 ############
146 # Profiles #
147 ############
149 # The options declared as part of profiles override global default settings,
150 # but only take effect when the profile is active.
152 [protocol.dvdnav]
153 #vc=ffmpeg12,
154 #mouse-movements=yes
155 #nocache=yes
157 #[vo.vdpau]
158 #vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
159 # Most video filters do not work with vdpau.
160 #vf-clr=yes
164 # You can also include other configuration files.
165 #include = /path/to/the/file/you/want/to/include